summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-09intel_lossless_65x65: Use glCopyImageSubDatalossless_65x65Topi Pohjolainen1-22/+26
2016-10-09fast_color_clear: Add test case for intel lossless compression bugTopi Pohjolainen2-0/+178
2016-09-02tox: Don't use pytest 3.0.2Dylan Baker1-1/+1
2016-09-02gl-1.0: Add a scissored depth clear test that uses negative x,y.Matt 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-02gl-1.0: Move scissor tests here.Matt Turner11-16/+16
2016-09-02tests: fix ext_shader_samples_identical ES 3.1 vert testDylan Baker1-7/+8
2016-09-02primitive-restart: Remove glDrawArray and glArrayElement testsKefeng Yang1-7/+0
2016-09-02Add glsl-array-bounds-13.shader_test testsNicolai Hähnle1-0/+36
2016-09-01summary/csv: Fix elapsed time outputAdam Jackson1-1/+1
2016-09-01Fix TCS input array length in tcs-input-read-nonconst* tests.Kenneth Graunke2-2/+2
2016-09-01built-in-constants: Add geometry shader #extension work-around for ESIan Romanick1-1/+14
2016-09-01glsl: Verify that #version 0 generates an error instead of crashingIan Romanick4-0/+32
2016-09-01xts: Remove large_blend_src.Eric Anholt1-1/+0
2016-09-01xts: Avoid python exception when the XTS command itself failed.Eric Anholt1-0/+1
2016-09-01trivial: Fix broken newline in egl_ext_client_extensionsAdam Jackson1-1/+1
2016-09-01egl: Add sanity test for EGL_EXT_device_enumeration (v3.1)Adam Jackson5-0/+120
2016-09-01egl: Add sanity test for EGL_EXT_device_query (v3)Adam Jackson5-0/+123
2016-08-31framework/backends/junit: Don't let skip hide status changesDylan Baker1-3/+3
2016-08-31framework: add command line switch to enable junit subtestsDylan Baker1-1/+7
2016-08-31framework/backends/junit.py: Add a writer class that handles subtestsDylan Baker2-32/+273
2016-08-31framework/backends/junit.py: Split _write into a separate class.Dylan Baker2-145/+174
2016-08-31tests: fix ext_shader_samples_identical/glsl-es-3.10/compiler/all-functions....Dylan Baker1-9/+10
2016-08-31gl-1.0: Add a spot light sanity checkDaniel Scharrer3-0/+134
2016-08-31arb_texture_float-get-tex3d: test glGetTexImage with 3D float textureBrian Paul3-0/+112
2016-08-31cmake: Link test utils with "-ldl"Jussi Kukkonen1-0/+2
2016-08-31cmake: Link utils with xcb explicitlyJussi Kukkonen2-0/+3
2016-08-30arb_texture_view/rendering-formats: test all combinations of all formatsMarek Olšák1-66/+1244
2016-08-29framework: Fix piglit-commandDylan Baker1-1/+5
2016-08-28registry: update gl.xml to r33100Ilia Mirkin1-1/+99
2016-08-26Revert "piglit: Print help instead of excepting if no arguments are given"Dylan Baker1-1/+0
2016-08-25piglit: Print help instead of excepting if no arguments are givenDylan Baker1-0/+1
2016-08-24cl: Use right comparison function for doubleMatt Arsenault2-7/+7
2016-08-24cl: Fix use of uninitialized variable valgrind errorMatt Arsenault1-1/+1
2016-08-24README: Add a note of how to run the framework testsEric Anholt1-1/+1
2016-08-24arb_program_interface_query: add compare-with-shader-subroutine testAlejandro Piñeiro3-0/+370
2016-08-23framework: fix PIGLIT_NO_FAST_SKIP.Dylan Baker2-2/+45
2016-08-23egl-nok-texture-from-pixmap: Call SwapBuffers after probing back bufferMichel Dänzer1-3/+5
2016-08-23egl-create-largest-pbuffer-surface: Don't call eglSwapBuffersMichel Dänzer1-1/+0
2016-08-23egl-create-pbuffer-surface: Don't call eglSwapBuffersMichel Dänzer1-1/+0
2016-08-22CMake: Fix GBM version requirement for DMA BUF testsDylan Baker1-1/+1
2016-08-21Add a simple parser test for 'inout' in 4.40.Kenneth Graunke1-0/+17
2016-08-21util: Add GL 4.4/4.5 to required_gl_version_from_glsl_version.Kenneth Graunke1-0/+2
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