summaryrefslogtreecommitdiff
path: root/tests/spec/arb_viewport_array
AgeCommit message (Expand)AuthorFilesLines
2018-06-21arb_viewport_array: test display list supportTimothy Arceri2-0/+356
2018-02-13arb_viewport_array/viewport_indices: allow float precision instead of doubleMarek Olšák1-1/+3
2017-06-25arb_viewport_array: set KHR_no_error compatibilitySamuel Pitoiset12-94/+122
2016-10-03tests: fix unused variable in gles versions of arb_viewport_array/queriesDylan Baker1-0/+2
2016-09-21arb_viewport_array: rework tests to work with GL_OES_viewport_arrayIlia Mirkin13-95/+272
2016-05-09Fix asprintf warningsMarek Olšák1-3/+3
2016-01-14arb_viewport_array: add GL_ARB_gpu_shader5 requirement for render_viewport_2Roland Scheidegger1-0/+1
2015-12-15ARB_viewport_index: add a rendering test using geom shader invocations.Dave Airlie2-0/+167
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace11-11/+11
2014-05-07arb_viewport_array-render_scissor: fix probing for any window sizeBrian Paul1-2/+2
2014-01-24arb_viewport_array: Clear with many scissor rectangles setIan Romanick2-0/+85
2014-01-24arb_viewport_array: Fix uses of gl_ViewportIndex in the fragment shaderIan Romanick1-2/+4
2014-01-24arb_viewport_array: Move error detection closer to the causesIan Romanick1-3/+6
2014-01-21arb_viewport_array: fix fail in viewport_indicesDave Airlie1-1/+1
2013-11-26ARB_viewport_array: Fix minmax test for piglit_require_extensionJon Ashburn1-0/+1
2013-11-26arb_viewport_array: Only specify 150 for shader versionJordan Justen3-9/+13
2013-11-21arb_viewport_array: add test to check for a MacOS AMD bugBrian Paul2-0/+212
2013-11-12ARB_viewport_array: declare array with constant sizeBrian Paul1-11/+13
2013-11-11ARB_viewport_array: rename 'near' and 'far' vars for WindowsBrian Paul1-3/+3
2013-11-11ARB_viewport_array: Rendering test with multiple scissor rectangles/enablesJon Ashburn2-0/+250
2013-11-11ARB_viewport_array: Rendering test with multiple depthrangesJon Ashburn2-0/+198
2013-11-11ARB_viewport_array: Rendering test with multiple viewportsJon Ashburn2-0/+170
2013-11-11ARB_viewport_array: Test min/max values for new implementation constantsJon Ashburn2-0/+121
2013-11-11ARB_viewport_array: Test validity for glGetFloati_v and glGetDoublei_vJon Ashburn2-0/+161
2013-11-11ARB_viewport_array: Test validity of bounds for viewport, depthRange, scissorJon Ashburn2-0/+271
2013-11-11ARB_viewport_array: Validity test for scissor index related paramsJon Ashburn2-0/+159
2013-11-11ARB_viewport_array: Validity test for depth range index/first/count paramsJon Ashburn2-0/+153
2013-11-11ARB_viewport_array: Validity test for viewport index/first/count paramsJon Ashburn3-0/+240