Re: [Piglit] [PATCH V2 3/6] ARB_sample_shading: Add test to verify the functionality of gl_SampleID

2013-11-01 Thread Anuj Phogat
On Tue, Oct 29, 2013 at 8:01 AM, Paul Berry stereotype...@gmail.com wrote: On 25 October 2013 16:49, Anuj Phogat anuj.pho...@gmail.com wrote: V2: Get rid of redundant projection matrix. Signed-off-by: Anuj Phogat anuj.pho...@gmail.com --- tests/all.tests

Re: [Piglit] [PATCH V2 3/6] ARB_sample_shading: Add test to verify the functionality of gl_SampleID

2013-10-29 Thread Paul Berry
On 25 October 2013 16:49, Anuj Phogat anuj.pho...@gmail.com wrote: V2: Get rid of redundant projection matrix. Signed-off-by: Anuj Phogat anuj.pho...@gmail.com --- tests/all.tests| 5 + .../arb_sample_shading/execution/CMakeLists.gl.txt | 1 +

[Piglit] [PATCH V2 3/6] ARB_sample_shading: Add test to verify the functionality of gl_SampleID

2013-10-25 Thread Anuj Phogat
V2: Get rid of redundant projection matrix. Signed-off-by: Anuj Phogat anuj.pho...@gmail.com --- tests/all.tests| 5 + .../arb_sample_shading/execution/CMakeLists.gl.txt | 1 + .../execution/builtin-gl-sample-id.cpp | 230 +