summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-09-02gl-1.0: Add a scissored depth clear test that uses negative x,y.scissorMatt Turner3-0/+91
2016-09-02gl-1.0: Run scissor tests concurrently.Matt Turner1-7/+7
2016-09-02gl-1.0: Call piglit_ortho_projection from piglit_init.Matt Turner7-63/+7
2016-09-02gl-1.0: Remove @file names.Matt Turner7-7/+7
2016-09-01gl-1.0: Move scissor tests here.Matt Turner11-16/+16
2016-08-19glsl-1.50: add tests to verify that clip distance in VS doesn't mess up GSIlia Mirkin2-0/+107
2016-08-20depth-clamp-range: make sure clamping actually makes a differenceRoland Scheidegger1-8/+8
2016-08-18EGL_EXT_image_dma_buf_import/refcount: New test for GEM handle bug.Eric Anholt5-4/+140
2016-08-18sample_common: Move clearing the buffer to the callers.Eric Anholt3-4/+6
2016-08-18sample_common: Separate drawing from destroying an image.Eric Anholt2-14/+19
2016-08-18sample_common: Separate EGLImage-to-texture from drawing.Eric Anholt2-3/+21
2016-08-18sample_common: Reuse piglit_draw_rect_tex instead of hand-rolling it.Eric Anholt1-16/+6
2016-08-18sample_common: Factor out image creation for a dmabuf fd.Eric Anholt2-10/+34
2016-08-18sample_rgb/yuv: Present the results to the screen in non-auto.Eric Anholt2-4/+12
2016-08-18piglit-framework-gl: Use GBM on non-intel for dmabuf creation.Eric Anholt2-1/+107
2016-08-17cl: Add vstore test generatorJan Vesely4-126/+135
2016-08-17cl: Add support for cl_half to program testerJan Vesely3-4/+92
2016-08-16framework: Deprecated abnormalities in deqp_gles3.pyDylan Baker2-24/+46
2016-08-16framework: add commandline option for deqp-mustpassDylan Baker6-4/+25
2016-08-16framework: Add mustpasslist support to deqp-gles{2,31}Dylan Baker4-13/+38
2016-08-16framework/test/deqp: generalize mustpass list handlingDylan Baker3-42/+67
2016-08-16unittests/schema: Drop additionProperties restrction from optionsDylan Baker1-2/+1
2016-08-16unittests: Add deqp_egl to integration tests.Dylan Baker1-0/+1
2016-08-16unittests: fix typo that breaks fallback import of mockDylan Baker1-1/+1
2016-08-15.gitignore: add __pycache__ to the list of ignored files.Dylan Baker1-0/+1
2016-08-12multisample_blit_scaled: Change 8X MSAA sample mappingAnuj Phogat1-5/+5
2016-08-11arb_shading_language_420pack: Added some few more struct initializing testsAndres Gomez4-0/+79
2016-08-11glslparsertest: Added some few more struct construction testsAndres Gomez6-0/+84
2016-08-10KHR_debug/object-label: Improve query object label testing.Eric Anholt1-3/+4
2016-08-10Tests: Add integration for dEQP-EGL testsDylan Baker2-0/+64
2016-08-10framework: fix binary assignment for shader_runnerDylan Baker3-80/+88
2016-08-09astc_sliced_3d: Remove extra block_dims increment.Vinson Lee1-1/+0
2016-08-09astc_3d: Remove unused variables.Vinson Lee1-4/+0
2016-08-09arb_texture_barrier: use itertools.product instead of nested loopsAlejandro Piñeiro1-7/+10
2016-08-09Add tests/spec/gl-2.1/polygon-stipple-fsNicolai Hähnle3-0/+175
2016-08-08Change arb_framebuffer_srgb/blit to follow GL 4.4+ rules.Kenneth Graunke1-32/+128
2016-08-08Make multisample accuracy test set GL_FRAMEBUFFER_SRGB when resolving.Kenneth Graunke1-0/+4
2016-08-08Delete fbo-srgb-blit test.Kenneth Graunke3-147/+0
2016-08-08OES_geometry_shader: Verify the limits in section 7.2Ian Romanick2-0/+55
2016-08-08built-in-constants: Fix up tessellation shader #extension work-around for ESIan Romanick1-2/+5
2016-08-08built-in-constants: Separate tessellation and geometry shader checks for desk...Ian Romanick1-7/+25
2016-08-08OES_geometry_shader: Basic SSO IO validation testsIan Romanick2-0/+135
2016-08-08shader_runner: Allow SSO in OpenGL ES tooIan Romanick1-8/+13
2016-08-08shader_runner: Trivial whitespace fixesIan Romanick1-2/+2
2016-08-08shader_runner: print the line number of test failuresNicolai Hähnle1-3/+19
2016-08-05README: update requirements for testing the frameworkDylan Baker1-4/+20
2016-08-05framework/test/glsl_parser_test: Add ARB_ESx to command line when neededDylan Baker2-5/+7
2016-08-05framework/test/glsl_parser_test: Don't error on blank C commentsDylan Baker2-2/+1
2016-08-05framework: Fix valgrind mixin.Dylan Baker2-4/+3
2016-08-05framework/options: Fix values for _Options.concurrentDylan Baker2-4/+2