Hi, this series adds some basic tests for the builtin functions and variables of the ARB_shader_ballot extension.
I have only tested this against my own work-in-progress implementation. If somebody got to test it against the AMD or Nvidia blobs, that would be much appreciated. Please review! Thanks, Nicolai -- .../execution/fs-ballot-if-else.shader_test | 83 ++++++++++++++++++ .../execution/fs-ballot.shader_test | 28 ++++++ .../fs-builtin-variables.shader_test | 58 ++++++++++++ ...s-readFirstInvocation-uint-if.shader_test | 32 +++++++ ...readFirstInvocation-uint-loop.shader_test | 49 +++++++++++ ...dFirstInvocation-uint-uniform.shader_test | 39 ++++++++ .../fs-readFirstInvocation-uint.shader_test | 52 +++++++++++ ...s-readInvocation-uint-uniform.shader_test | 39 ++++++++ .../fs-readInvocation-uint.shader_test | 37 ++++++++ 9 files changed, 417 insertions(+) _______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
