summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-01sso: Combine 20 vertex shaders and 20 fragment shaders in various ways.idrIan Romanick3-0/+380
2013-10-01Test some interactions with multiple inout parametersIan Romanick8-0/+274
2013-10-01arb_get_program_binary: Add misc. API error tests for this extensionIan Romanick3-0/+222
2013-10-01arb_get_program_binary: Execercise GL_PROGRAM_BINARY_RETRIEVABLE_HINTIan Romanick3-0/+145
2013-10-01arb_get_program_binary: Verify glGet* doesn't over-run the buffer for binary ...Ian Romanick5-0/+179
2013-10-01glslparsertest: Reproduce a segfault in Mesa's GLSL linkerIan Romanick1-0/+13
2013-10-01arb_texture_buffer_object: Verify some behavior when the extenion isn't suppo...Ian Romanick3-0/+69
2013-10-01arb_transform_feedback2: Check switching active XFB objects while pausedIan Romanick4-0/+319
2013-10-01arb_transform_feedback2: Verify counting queries around pause and resumeIan Romanick3-0/+159
2013-10-01arb_transform_feedback2: Misc. API query testsIan Romanick3-0/+200
2013-10-01arb_transform_feedback2: Misc. API error checksIan Romanick3-0/+593
2013-10-01arb_transform_feedback2: Cannot bind an xfb object when one is already activeIan Romanick3-0/+155
2013-10-01arb_transform_feedback2: Require that xfb object names come from GenIan Romanick3-0/+76
2013-10-01sso: Verify that rendezvous by location also worksIan Romanick3-0/+158
2013-10-01sso: Test mixing separable and non-separable programs in various waysGregory Hainaut3-0/+417
2013-10-01local build fixIan Romanick1-0/+4
2013-10-01ext_image_dma_buf_import: Fix build with mesa < 9.2Chad Versace2-3/+31
2013-10-01cmake,dma_buf: Require libdrm_intel>=2.4.38 to build dma_buf testsChad Versace1-3/+7
2013-10-01cmake,dma_buf: Require xcb-dri2 for dma_buf testsChad Versace3-22/+8
2013-10-01cmake,dma_buf: Refactor decisions to build dma_buf testsChad Versace4-9/+32
2013-10-01egl_khr_create_context: Test the debug flag (v2)Chad Versace3-0/+213
2013-10-01util/egl: Add piglit_egl_bind_api()Chad Versace2-0/+43
2013-10-01egl_khr_create_context: Fix tests for invalid flags (v2)Chad Versace1-13/+23
2013-10-01Test that all vertex shader inputs are enumerated by GetActiveAttrib().Nicholas Mack3-0/+130
2013-10-01glsl-1.50: Test illegal uses of unsized arrays in interface blocks.Paul Berry3-0/+77
2013-09-30glsl-1.30: Test interpolation qualifiers on built-in variablesIan Romanick2-1/+395
2013-09-30Revert "local build fix"Ian Romanick1-4/+0
2013-09-30sso: Test all of the ProgramUniform entry pointsIan Romanick3-0/+1213
2013-09-30sso: new test ValidateProgramPipelineGregory Hainaut3-0/+545
2013-09-30update EXT_transform_feedback error detectionGregory Hainaut2-3/+90
2013-09-30sso: Verify UseProgramStages of a non-separable program generates an errorIan Romanick3-0/+115
2013-09-30sso: new test IsProgramPipelineGregory Hainaut3-0/+138
2013-09-30sso: new test GetProgramPipelineivGregory Hainaut5-0/+323
2013-09-30piglit util: new functions piglit_program_pipeline_check_status/quietGregory Hainaut4-0/+86
2013-09-30local build fixIan Romanick1-0/+4
2013-09-30oes_matrix_get: Add basic test for GL_OES_matrix_getIan Romanick5-0/+109
2013-09-30Test that GS has access to noise functionsNicholas Mack1-0/+24
2013-09-28gs: Test corner case for triangle strip ordering with primitive restart.Paul Berry3-0/+318
2013-09-28gs: Test core GS inputs on GLSL 1.50Paul Berry1-0/+98
2013-09-27cl: Add a test for the sign() builtinTom Stellard1-1/+11
2013-09-27cl: Add a python script for generating tests for relational builtinsTom Stellard3-0/+74
2013-09-27cl: Add a python script for generating tests for math builtinsTom Stellard4-1/+72
2013-09-27cl-program-test: Add support for parsing float values in scientific notationTom Stellard1-1/+1
2013-09-27cl: Move common code from generate-cl-int-builtins.py into its own moduleTom Stellard2-376/+402
2013-09-27oglconform.tests: Add missing subprocess import.Kenneth Graunke1-0/+1
2013-09-27glsl-1.50: Test compilation of interface blocks containing unsized arrays.Paul Berry3-0/+67
2013-09-27framework: Make the set of tests per page always be a set.Eric Anholt1-16/+8
2013-09-27framework: Fix mis-indentation of the test changes computation.Eric Anholt1-28/+28
2013-09-27arb_explicit_location: Add tests without the extension enabledIan Romanick3-0/+48
2013-09-27texsubimage: use piglit_get_gl_enum_name()Brian Paul1-2/+2