summaryrefslogtreecommitdiff
path: root/tests/spec/arb_uniform_buffer_object
AgeCommit message (Expand)AuthorFilesLines
2015-09-29Remove unnecessary linking with libGLUIan Romanick1-1/+0
2015-09-16arb_uniform_buffer_object: fix UNIFORM_BUFFER_START and UNIFORM_BUFFER_SIZE q...Samuel Iglesias Gonsalvez1-2/+2
2015-02-20arb_uniform_buffer_object: Exercise coherent fragment shader UBO.Jose Fonseca2-6/+8
2015-01-03arb_uniform_buffer_object: add a test for a GLSL bugMarek Olšák1-0/+58
2014-10-24arb_uniform_buffer_object: add 'offset' option to the rendering testBrian Paul1-6/+26
2014-09-17arb_uniform_buffer_object: Add test for data after a row-major matrix inside ...Ian Romanick1-0/+81
2014-09-17arb_uniform_buffer_object: Add test for row-major matrix inside array of structIan Romanick1-0/+54
2014-09-17arb_uniform_buffer_object: Add test for padding after a UBO structIan Romanick1-0/+96
2014-09-17arb_uniform_buffer_object: Remove now redundant layout-std140 testIan Romanick2-221/+0
2014-09-17arb_uniform_buffer_object: Add test for padding between UBO structsIan Romanick1-0/+100
2014-09-17arb_uniform_buffer_object: Add test based on extension specIan Romanick1-0/+218
2014-09-04maxuniformblocksize: fix vs/fsexceed test indexBrian Paul1-5/+13
2014-07-18arb_uniform_buffer_object/maxblocks: use larger window, set viewportBrian Paul1-0/+7
2014-07-15util/gl: Rename piglit-util-gl-common.hChad Versace33-33/+33
2014-07-02arb_uniform_buffer_object: add a test that uses persistent buffersIlia Mirkin2-0/+227
2014-07-01arb_uniform_buffer_object/maxuniformblocksize: fix printf messageBrian Paul1-1/+1
2014-06-25arb_uniform_buffer_object-minmax: divide block size by 4 to get componentsBrian Paul1-3/+3
2014-06-23arb_uniform_buffer_object/maxblocks: minor whitespace fixBrian Paul1-1/+0
2014-06-18ubo: Don't try to use embedded struct definitions.Chris Forbes1-11/+15
2014-06-16arb_uniform_buffer_object: add new rendering testBrian Paul2-0/+213
2014-05-14arb_uniform_buffer_object: use default window sizeBrian Paul19-57/+0
2014-05-13arb_uniform_buffer_object: use default window sizeBrian Paul2-4/+0
2014-04-15cmake: Use piglit_add_executable instead of add_executableDylan Baker1-30/+30
2014-01-25arb_uniform_buffer_object-maxblocks: Silence uninitialized variable warning.Vinson Lee1-1/+1
2014-01-25arb_uniform_buffer_object: Silence uninitialized variable warnings.Vinson Lee1-0/+4
2013-11-04arb_uniform_buffer_object: silence asprintf() warningBrian Paul1-2/+2
2013-10-14GL 1.50: Test that UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER is accepted by...Nicholas Mack1-42/+96
2013-09-11GS: Modify an older test to also check MAX_COMBINED_GEOMETRY_UNIFORM_COMPONEN...Nicholas Mack1-1/+1
2013-08-21arb_uniform_buffer_object: Add UBO from vs-struct-pad testsIan Romanick1-1/+39
2013-06-04util: Print shader source and exit in the compile failure case.Eric Anholt4-39/+2
2013-06-04piglit: Always request GNU C extensions.Eric Anholt8-8/+0
2013-06-04piglit: Switch a bunch of tests over to piglit_build_simple_program.Eric Anholt18-171/+33
2013-04-19ARB_ubo/maxuniformblocksize: unmap buffer before drawing with itChristoph Bumiller1-0/+1
2013-04-16Rework the PIGLIT_GL_VISUAL flags, fix RGB vs RGBA vs ALPHA confusionMarek Olšák29-29/+29
2013-02-20layout-std140-base-size-and-alignment: Fix running the test.Eric Anholt1-1/+1
2013-02-20ARB_uniform_buffer_object/row_major: Reference another missed UBO member.Eric Anholt1-0/+1
2013-02-19GL_ARB_ubo/getintegeri_v: Respect implementation value of GL_UNIFORM_BUFFER_O...Ian Romanick1-2/+5
2013-02-11Remove BindBufferRange out-of-range tests.Paul Berry1-7/+13
2013-01-30arb_uniform_buffer_object: Only use row_major or column_major on matrix typesIan Romanick1-1/+1
2013-01-30arb_uniform_buffer_object: Reference all UBO members from the shaderIan Romanick7-8/+44
2013-01-14arb_uniform_buffer_object: remove explicit 100x100 window sizeBrian Paul5-10/+0
2013-01-09arb_uniform_buffer_object: Add new tests for GL_MAX_UNIFORM_BLOCK_SIZE.Eric Anholt2-0/+238
2012-12-17arb_uniform_buffer: Fix block / field names in dlist testIan Romanick1-2/+2
2012-12-16arb_uniform_buffer_object: Remove unsigned comparison against 0.Vinson Lee1-2/+1
2012-12-11arb_uniform_buffer_object: Verify row_major cannot be used with a struct fieldIan Romanick1-0/+29
2012-12-11arb_uniform_buffer_object: Add serveral tests related to block namesIan Romanick3-0/+77
2012-12-10ubo/glsl-1.40: fix more tests to run in core contextDave Airlie3-0/+3
2012-12-03arb_uniform_buffer_object: Fix memory leak.Vinson Lee1-0/+1
2012-11-29arb_uniform_buffer_object: Fix use after free.Vinson Lee1-1/+3
2012-11-14Revert "GL_ARB_ubo/negative-bindbuffer-buffer: New test for API error."Eric Anholt2-71/+0