summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-11-17minimize testfbo-generatemipmap-formats-debugOded Gabbay2-4/+4
2015-11-17update .gitignoreOded Gabbay1-0/+8
2015-11-16oclconform: Fix PEP 8 issues.Vinson Lee1-14/+25
2015-11-16arb_compute_shader: Fix loop bounds.Vinson Lee1-3/+3
2015-11-16arb_copy_image: Refactor are_formats_compatible.Vinson Lee1-10/+5
2015-11-16ext_framebuffer_multisample: Ensure type_param is initialized.Vinson Lee1-0/+4
2015-11-16framework/test/glsl_parser_test.py: add support for GLSL (ES) based skipping.Dylan Baker2-0/+43
2015-11-16framework/test/glsl_parser_test.py: Add requirement based fast skippingDylan Baker2-4/+48
2015-11-16framework/test/shader_test.py: add GLSL (ES) based skipping.Dylan Baker2-2/+45
2015-11-16framework/test/shader_test.py: add GL and GLES version fast skipping.Dylan Baker2-1/+36
2015-11-16framework/test/shader_test.py: Add fast skipping support for extensionsDylan Baker2-27/+116
2015-11-16framework/test/opengl.py: Add GLSL and GLSL ES fast skippingDylan Baker2-3/+177
2015-11-16framework/test/opengl.py: add support for GL(ES) version skipping.Dylan Baker2-1/+170
2015-11-16framework/test/opengl.py: Add FastSkipMixin which checks extensionsDylan Baker3-1/+398
2015-11-16gen_builtin_uniform_tests.py: Add extensions to require sectionDylan Baker1-0/+2
2015-11-16framework: handle crash codes like piglit native tests.Dylan Baker3-45/+134
2015-11-16ext_framebuffer_blit: Verify framebuffer bindings after calling glGenerateMipmapIan Romanick3-0/+131
2015-11-13dmesg.py: Make timestamp check slightly smarterBen Widawsky1-0/+12
2015-11-13arb_vertex_program: Use glGetProgramivARB, not glGetProgramiv.Matt Turner1-2/+2
2015-11-13util: Remove now unused piglit_ARBfp_pass_through.Matt Turner2-23/+1
2015-11-13shaders: Drop unnecessary fragment programs from vp-address-*.Matt Turner6-18/+0
2015-11-13arb_vertex_program: Remove unnecessary fragment programs.Matt Turner23-138/+0
2015-11-13Stress test the fast clear optimisation with multisample buffersNeil Roberts3-0/+394
2015-11-13aa: too sensitive at the line end points for PNV platformMarius Predut1-3/+3
2015-11-13arb_shader_storage_buffer_object: Add compiler test for shared layout qualifierSamuel Iglesias Gonsálvez1-0/+18
2015-11-12varying-packing: take element size into account for extra varyingsIlia Mirkin1-2/+2
2015-11-12generated_tests/builtin_function.py: fix running with python 3.xDylan Baker1-2/+4
2015-11-12fbo-formats: Fix the base internal format for GL_RGB_SNORMNeil Roberts1-1/+1
2015-11-12arb_enhanced_layouts: explicit-offset: add linker testEmil Velikov4-0/+148
2015-11-12arb_enhanced_layouts: explicit-offset: test offset wrt (self) alignmentEmil Velikov2-0/+53
2015-11-12arb_enhanced_layouts: explicit-offset: relative offset valuesEmil Velikov6-0/+170
2015-11-12arb_enhanced_layouts: explicit-offset: basic/sanity offset valuesEmil Velikov4-0/+112
2015-11-12arb_enhanced_layouts: explicit-offset: add block layout testsEmil Velikov7-0/+179
2015-11-11framework: Convert the codebase to use the new global OptionsDylan Baker18-229/+168
2015-11-11framework: make options a global variable.Dylan Baker2-0/+389
2015-11-12shader_runner: print link error even when link failure expectedTimothy Arceri1-0/+2
2015-11-10generated_tests/builtin_function.py: hide RuntimeWarningsDylan Baker1-8/+14
2015-11-10clear_texture: test for interactions with texture viewsIlia Mirkin3-0/+155
2015-11-09arb_compute_shader: Test parsing shared variablesJordan Justen1-0/+44
2015-11-09glslparsertest: Update for gles3.1 and gles3.2Dylan Baker1-2/+34
2015-11-07arb_enhanced_layouts: fix up name of testsTimothy Arceri2-0/+0
2015-11-07arb_explicit_uniform_location: add more qualifier tests for subroutinesTimothy Arceri3-0/+44
2015-11-06getteximage-depth: new test to create/readback depth textures (v2)Dave Airlie3-0/+631
2015-11-05gl-layer-render-storage.c: remove unused variable.Dylan Baker1-1/+0
2015-11-05generated_tests/test_generators.py: Remove expected failures mechanismDylan Baker1-25/+7
2015-11-05gen_tcs_input_tests.py: replace unused variable with _Dylan Baker1-1/+1
2015-11-05gen_tcs_input_tests.py: use textwrap.dedentDylan Baker1-95/+96
2015-11-05gen_tcs_input_tests.py: use six.moves.rangeDylan Baker2-6/+7
2015-11-05gen_tcs_input_tests.py: fix whitespace errorsDylan Baker1-12/+12
2015-11-05gen_tcs_input_tests.py: fix importsDylan Baker1-1/+4