Re: [Piglit] [PATCH V2 6/6] ARB_sample_shading: Add compiler tests for new builtins

2013-10-29 Thread Paul Berry
On 25 October 2013 16:49, Anuj Phogat wrote: > Tests gl_SamplePosition, > gl_SampleID, > gl_NumSamples, > gl_SampleMask[] > > Signed-off-by: Anuj Phogat > Personally, I don't think these tests are necessary. The previous patches adequately exercise compilation of these new bu

[Piglit] [PATCH V2 6/6] ARB_sample_shading: Add compiler tests for new builtins

2013-10-25 Thread Anuj Phogat
Tests gl_SamplePosition, gl_SampleID, gl_NumSamples, gl_SampleMask[] Signed-off-by: Anuj Phogat --- tests/all.tests | 4 tests/spec/arb_sample_shading/compiler/gl_NumSamples.frag | 12 tests/spec/arb_sample_shadin