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

Matt Turner mattst88 at gmail.com
Fri Jul 19 13:03:39 PDT 2013


On Thu, Jul 18, 2013 at 5:59 PM, Kenneth Graunke <kenneth at whitecape.org> wrote:
> 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.
>

Indeed, will write some for precision qualifiers.

Thanks!
Matt


More information about the Piglit mailing list