summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-23tests/general: add primitive-restart-vbo testprimitive-restart-vboJordan Justen2-44/+199
2012-05-23primitive-restart: cleanup index generation codeJordan Justen1-57/+57
2012-05-23primitive-restart: probe pixel 0, 0 to make sure it was not drawnJordan Justen1-0/+4
2012-05-23Reproduce a constant propagation bug in Mesa (indexing into vectors).Paul Berry2-0/+80
2012-05-22glsl-1.30: Add another switch expression variant showing a mesa bug.Eric Anholt1-0/+18
2012-05-22glsl-1.30: Add a test for switching on a uint value.Eric Anholt1-0/+33
2012-05-22glsl-1.10: Add tests for this assertion failure in i965:Eric Anholt2-0/+70
2012-05-22GL_ARB_shader_objects: Test for error on glGetActiveUniform() in begin/end.Eric Anholt3-0/+84
2012-05-22builtin tests: Make glsl_version be a number instead of a string.Eric Anholt3-135/+135
2012-05-22generated tests: Fix the "#version 110" skipping I broke.Eric Anholt1-1/+1
2012-05-22GL_ARB_ubo: Add a test for the minimum maximums.Eric Anholt3-0/+101
2012-05-22Move minmax test infrastructure to piglitutil.Eric Anholt7-621/+447
2012-05-22Test that MSAA blits work properly even when unaligned.Paul Berry3-0/+239
2012-05-19texgen: Convert to use piglit frameworkChad Versace1-49/+38
2012-05-19crossbar: Convert test to use piglit frameworkChad Versace1-60/+22
2012-05-19tests: Remove use of glutExtensionSupportedChad Versace16-36/+29
2012-05-16triangle-rasterization-overdraw: s/vector::data/&vector::front/Vinson Lee1-1/+1
2012-05-16triangle-rasterization-overdraw: Invert using blending instead of stencil.José Fonseca1-16/+8
2012-05-15fbo-viewport: exercise glViewport with FBOsBrian Paul3-0/+196
2012-05-15triangle-rasterization-overdraw: Fix MSVC build.José Fonseca1-2/+2
2012-05-15triangle-rasterization-overdraw: Add a triangle rasterisation overdraw test.James Benton3-0/+319
2012-05-15triangle-rasterization: Add triangle rasterization test.James Benton4-0/+688
2012-05-15util: Add include guards in piglit-util.h.Vinson Lee1-0/+4
2012-05-15Test rendering to various miplevels of depth and stencil textures.Paul Berry3-0/+443
2012-05-14fs-discard-exit-3: New test for another bug in handling 1.30's discard rule.Eric Anholt1-0/+76
2012-05-14GL_ARB_uniform_buffer_object/layout-std140: Fix bug in debug output.Eric Anholt1-2/+2
2012-05-14GL_ARB_ubo: New test for glGetUniformLocation() on a UBO.Eric Anholt3-0/+102
2012-05-14GL_ARB_ubo: Test 2 errors and 1 success case of glGetUniformIndices().Eric Anholt3-0/+131
2012-05-14GL_ARB_uniform_buffer_object: Test 3 pieces of glGetUniformBlockIndex().Eric Anholt3-0/+139
2012-05-14GL_ARB_uniform_buffer_object: Test that samplers are illegal.Eric Anholt1-0/+23
2012-05-14GL_ARB_uniform_buffer_object: Test that initializers are illegal.Eric Anholt1-0/+35
2012-05-14GL_ARB_uniform_buffer_object: Test more misuse of layout qualifiers.Eric Anholt3-0/+69
2012-05-14GL_ARB_uniform_buffer_object: New test for nested UBO declarations.Eric Anholt1-0/+26
2012-05-14GL_ARB_uniform_buffer_object: Add compiler tests for misusing UBO layouts.Eric Anholt6-0/+128
2012-05-11dlist-color-material: test glMaterial in dlist with glColorMaterialBrian Paul3-0/+142
2012-05-11framework: Accelerate generation of test list in all.testsShuang He1-1/+1
2012-05-10Add a new "piglit-print-commands.py" command.Kenneth Graunke1-0/+124
2012-05-10framework: Don't create Glean result dir if it's a variable.Kenneth Graunke1-1/+2
2012-05-10Add a test of MSAA-to-MSAA blits.Paul Berry3-0/+186
2012-05-10Add a test of MSAA upsampling.Paul Berry3-0/+199
2012-05-10Add a clipping test that draws an extremely large triangle.Kenneth Graunke1-0/+49
2012-05-09Add test to turn on/off MSAA in a FBOAnuj Phogat3-0/+153
2012-05-08Split accuracy test to allow new multisample tests utilize this codeAnuj Phogat4-1333/+1528
2012-05-05primitive-restart: test glArrayElementJordan Justen1-6/+70
2012-05-03cmake: Fix piglit build when BUILD_GLX_TESTS=TrueAaron Watry3-3/+18
2012-05-01copyteximage: fix the test for legal texture formatsBrian Paul1-9/+33
2012-05-01generated_tests: Add testing for GLSL 1.40 inverse().Eric Anholt1-1/+6
2012-05-01generated_tests: Add support for GLSL 1.40 tests using VBOs.Eric Anholt1-17/+54
2012-05-01all.tests: Do a global import_glsl_parser_tests for generated_tests/spec/Eric Anholt1-9/+1
2012-05-01all.tests: Do a global add_shader_test_dir for generated_tests/spec/Eric Anholt1-9/+3