summaryrefslogtreecommitdiff
path: root/tests/spec/arb_sample_shading
AgeCommit message (Expand)AuthorFilesLines
2015-07-22ARB_sample_shading: Add test for gl_SampleMask in combination with MRTs and a...Francisco Jerez2-0/+194
2015-07-21arb_sample_shading-builtin-gl-sample-position: Fix VS 2015 build.Vinson Lee1-1/+1
2015-01-20arb_sample_shading-builtin-gl-sample-id: Use const reference.Vinson Lee1-1/+1
2014-12-17arb_sample_shading-builtin-gl-sample-mask: Use const reference.Vinson Lee1-1/+1
2014-12-17arb_sample_shading-builtin-gl-num-samples: Use const reference.Vinson Lee1-1/+1
2014-08-28piglit-fbo: Enable the tests to create FBO with multiple color attachmentsAnuj Phogat5-10/+14
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace3-3/+3
2014-06-14arb_sample_shading: make sure gl_SampleMask has no effect when no msIlia Mirkin2-1/+5
2014-06-03builtin-gl-sample-mask-simple: another test for gl_SampleMask[0] FS outputMarek Olšák2-0/+222
2014-02-03Add test to verify 'centroid' qualifier is ignored in case of persample shadingAnuj Phogat2-0/+195
2014-02-03Add test to verify interpolation at sample positionAnuj Phogat2-0/+194
2014-01-31builtin-gl-sample-mask: Add testing for fbo with renderbuffer attachmentAnuj Phogat1-10/+44
2014-01-31builtin-gl-sample-id: Add testing for fbo with renderbuffer attachmentAnuj Phogat1-9/+40
2014-01-31arb_sample_shading: Use integer texture to simplify the testAnuj Phogat1-35/+36
2013-12-16Use piglit_vertex to properly interface with piglit_draw_rect()Anuj Phogat4-36/+12
2013-12-09ARB_sample_shading: Add compiler tests for new builtinsAnuj Phogat4-0/+49
2013-12-09ARB_sample_shading: Add test to verify the functionality of gl_SamplePositionAnuj Phogat2-0/+169
2013-12-09ARB_sample_shading: Add test to verify the functionality of gl_SampleMask[]Anuj Phogat2-0/+202
2013-12-09ARB_sample_shading: Add test to verify the functionality of gl_SampleIDAnuj Phogat2-0/+192
2013-12-09ARB_sample_shading: Add test to verify the functionality of gl_NumSamplesAnuj Phogat2-0/+176
2013-12-09ARB_sample_shading: Add test to verify new functions and enumsAnuj Phogat4-0/+92