[Piglit] [PATCH 01/12] glsl-1.10: Test the parameters cannot be const and out/inout.

Kenneth Graunke kenneth at whitecape.org
Thu Jul 18 17:59:53 PDT 2013


On 07/18/2013 01:34 PM, Matt Turner wrote:
> ---
>   tests/glslparsertest/shaders/function6.frag         | 21 ---------------------
>   .../declarations/const-inout-parameter.frag         | 10 ++++++++++
>   .../compiler/declarations/const-out-parameter.frag  | 10 ++++++++++
>   3 files changed, 20 insertions(+), 21 deletions(-)
>   delete mode 100644 tests/glslparsertest/shaders/function6.frag
>   create mode 100644 tests/spec/glsl-1.10/compiler/declarations/const-inout-parameter.frag
>   create mode 100644 tests/spec/glsl-1.10/compiler/declarations/const-out-parameter.frag

Patches 1-11 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

I haven't gotten to 12 yet, so no feedback either way at the moment.

It would also be great to see precision qualifiers thrown in the mix.



More information about the Piglit mailing list