Closed bpeel closed 5 years ago
I’ve pushed the patches that just tidy up the parser and don’t make any functional changes. The remaining two patches are left in this pull request in case anyone has any comments.
I like these two patches, they follow the naming convention in vulkan (Push constants vs uniform variables) and make it clear the usage. Fee free to push them. We probably want to update too the users of VkRunner (piglit and CTS) once we push this.
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Thanks for the review. I’ve merged it.
Adds the following commands:
They are equivalent to the previous commands:
The previous commands were named that way for compatibility with Piglit but the names are a bit confusing. They are however maintained for compatibility. The
ubo subdata
command is meant to be similar to thessbo subdata
command.The branch also takes the opportunity to tidy up the
process_test_line
function because it was getting very large and unwieldy.This was discussed in issue #47.