[Piglit] [PATCH 0/6] ARB_shader_ballot tests

Nicolai Hähnle nhaehnle at gmail.com
Fri Mar 31 17:02:22 UTC 2017


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(+)



More information about the Piglit mailing list