summaryrefslogtreecommitdiff
path: root/tests/spec/arb_uniform_buffer_object
AgeCommit message (Expand)AuthorFilesLines
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
2012-10-31arb_uniform_buffer_object/deletebuffers: fix the test if UBO isn't supportedMarek Olšák1-2/+2
2012-10-09util: Add fields to piglit_gl_test_config for listing supported GL flavors (v2)Chad Versace30-0/+60
2012-10-09util: Convert GL tests to use PIGLIT_GL_CONFIG_BEGIN/ENDChad Versace30-120/+210
2012-10-09util,tests: Replace GLUT visual enums with PIGLTI_GL_VISUAL enums (v2)Chad Versace30-30/+30
2012-08-23GL_ARB_ubo: Add new test for display list behavior.Eric Anholt2-0/+190
2012-08-23GL_ARB_ubo: Add new test for glDeleteBuffers() behavior.Eric Anholt2-0/+104
2012-08-23GL_ARB_ubo: Add tests for glGetActiveUniformsiv(GL_UNIFORM_MATRIX_STRIDE).Eric Anholt2-0/+121
2012-08-23GL_ARB_ubo: Add tests for glGetActiveUniformsiv(GL_UNIFORM_ARRAY_STRIDE).Eric Anholt2-0/+100
2012-08-23GL_ARB_ubo/getuniformindices: Add missing test for bad uniform names.Eric Anholt1-1/+16
2012-08-23GL_ARB_ubo: Add tests for glGetActiveUniformsiv() errors.Eric Anholt2-0/+118
2012-08-23GL_ARB_ubo: Add tests for glGetActiveUniformBlockiv() errors.Eric Anholt2-0/+111
2012-08-23GL_ARB_ubo: Add new test for more thorough std140 testing.Eric Anholt2-0/+143
2012-08-23GL_ARB_ubo: New test for glGetActiveUniformsiv(GL_UNIFORM_TYPE).Eric Anholt2-0/+107
2012-08-23GL_ARB_ubo: Add a test for GL_UNIFORM_BLOCK_DATA_SIZE.Eric Anholt4-0/+284
2012-08-23GL_ARB_ubo: New test for glGetActiveUniformsiv(GL_UNIFORM_BLOCK_INDEX).Eric Anholt2-0/+132
2012-08-23GL_ARB_ubo/link-mismatch-blocks: New test for linker errors.Eric Anholt2-0/+274
2012-08-09GL_ARB_ubo: Add tests for disabling the extension.Eric Anholt4-0/+54
2012-08-09GL_ARB_ubo: Test for the #define being present.Eric Anholt2-0/+38
2012-08-02GL_ARB_ubo/maxblocks: fix writing to zero-length stringBrian Paul1-2/+2
2012-08-02GL_ARB_ubo/maxblocks: don't use dynamically sized arrayBrian Paul1-3/+3
2012-07-20GL_ARB_ubo/maxblocks: New test for rendering with varying numbers of blocks.Eric Anholt2-0/+337
2012-07-20GL_ARB_ubo/row-major: New test for setting/getting matrix layout qualifiers.Eric Anholt2-0/+219
2012-07-20GL_ARB_ubo/referenced-by-shader: Test two glGetActiveUniformBlockiv enums.Eric Anholt2-0/+132
2012-07-20GL_ARB_ubo/getactiveuniformname: New test for API behavior.Eric Anholt2-0/+211
2012-07-20GL_ARB_ubo/getactiveuniformblockname: New test for API behavior.Eric Anholt2-0/+212