summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-06-26WIP: gl 1.1 testsold-driver-workIan Romanick3-0/+233
2018-06-26namespace-pollution: Add depth and stencil buffers to glBlitFramebuffer testIan Romanick1-14/+47
2018-06-26namespace-pollution: Use renderbuffers in the glBlitFramebuffer testIan Romanick1-14/+12
2018-06-26gl-1.1: Add test for glCopyPixels while fog is enabledIan Romanick3-0/+105
2018-06-26gl-1.1: Add test for glCopyPixels while texturing is enabledIan Romanick3-0/+120
2018-06-26nv_fog_distance: Test interactions with GL_FOG_COORDINATEIan Romanick3-0/+102
2018-06-26nv_fog_distance: Simple rendering testIan Romanick3-0/+165
2018-06-26nv_fog_distance: Simple touch test for the enumsIan Romanick5-0/+264
2018-06-26gl-1.0-blend: Whitespace and formatting fixesIan Romanick1-83/+77
2018-06-26gl-1.0-blend: Trivial code simplificationIan Romanick1-10/+9
2018-06-26gl-1.0-blend: Enable EXT_blend_subtract tests on implementations that lack EX...Ian Romanick1-20/+16
2018-06-26gl-1.0-blend: Fix problems with blend extension detectionIan Romanick1-23/+20
2018-06-26tests: Add cmake for oes_texture_compression_astc with Desktop GLDylan Baker1-0/+4
2018-06-26tests/opengl.py: remove ext_transform-get-buffer-sizeDylan Baker1-2/+0
2018-06-26tests/opengl.py: fix ext_shader_samples_indentical testsDylan Baker1-2/+1
2018-06-26tests/opengl.py: Fix name of gl-4.3 testDylan Baker1-1/+1
2018-06-26tests/opengl.py: re-remove layout-std140 testDylan Baker1-1/+0
2018-06-26tests/opengl.py: Fix misnamed test binariesDylan Baker1-3/+3
2018-06-26ARB_get_program_binary: Test that XFB varying info works on program reloadTapani Pälli3-0/+145
2018-06-22deqp: Add Mesa version overrides for khr_gl* testlist generation.Eric Anholt1-1/+5
2018-06-21arb_tessellation_shader: test GL_PATCHES with immediate modeTimothy Arceri3-0/+113
2018-06-21arb_tessellation_shader: test tes interaction with fixed function fragment sh...Timothy Arceri1-0/+63
2018-06-21glsl-1.50: test gs interaction with fixed function fragment shaderTimothy Arceri2-0/+85
2018-06-21arb_gpu_shader_fp64: test display list supportTimothy Arceri3-0/+408
2018-06-21arb_shader_subroutine: add simple display list testTimothy Arceri1-0/+92
2018-06-21arb_viewport_array: test display list supportTimothy Arceri3-0/+357
2018-06-20add GL_ARB_sample_locationsRhys Perry6-0/+316
2018-06-20gl-1.5-get-array-attribs: exercise glGetIntegerv, etc. with vertex arraysBrian Paul3-0/+137
2018-06-20nv_shader_atomic_float: Add tests for atomicExchange(float, float)Ian Romanick2-0/+155
2018-06-20nv_shader_atomic_float: Add tests for atomicAdd(float, float)Ian Romanick2-0/+129
2018-06-20nv_shader_atomic_float: Simple negative compile testsIan Romanick6-0/+124
2018-06-20nv_shader_atomic_float: Compile tests for all imageAtomic variantsIan Romanick22-0/+396
2018-06-20arb_compute_shader: Add test for atomicCompSwap(int, int, int)Ian Romanick1-0/+64
2018-06-20arb_compute_shader: Add tests for atomic{Min,Max}({u,}int, {u,}int)Ian Romanick4-0/+555
2018-06-20arb_compute_shader: Add test for atomicExchange(int, int)Ian Romanick1-0/+75
2018-06-20arb_compute_shader: Add test for atomicAdd(int, int)Ian Romanick1-0/+57
2018-06-20glsl-4.50: Add test for atomicCompSwap(int, int, int)Ian Romanick1-0/+78
2018-06-20arb_shader_storage_buffer: Add test for atomicCompSwap(int, int, int)Ian Romanick1-0/+84
2018-06-20arb_shader_storage_buffer: Add tests for atomic{Min,Max}({u,}int, {u,}int)Ian Romanick4-0/+557
2018-06-20arb_shader_storage_buffer: Add test for atomicExchange(int, int)Ian Romanick1-0/+76
2018-06-20arb_shader_storage_buffer: Add test for atomicAdd(int, int)Ian Romanick1-0/+68
2018-06-20shader_runner: Allow initializing integer fields of an SSBOIan Romanick1-0/+3
2018-06-20getteximage-simple: Stress an i965 blitter pathNanley Chery1-8/+17
2018-06-20getteximage-simple: Allow configurable texture parametersNanley Chery1-19/+35
2018-06-20getteximage-simple: Switch to parameter passingNanley Chery1-8/+7
2018-06-20getteximage-simple: Fix the coordinate printfNanley Chery1-1/+3
2018-06-18glsl-4.50: remove duplicate semicolon testEric Engestrom1-12/+0
2018-06-14glsl-4.60: backdate semicolon test to run from glsl 1.10Dave Airlie1-2/+3
2018-06-13glsl-1.50: fix glsl-1.50-geometry-primitive-typesEric Engestrom1-15/+20
2018-06-12cmake: Use Policy CMP0072 as OLD by default.Sergii Romantsov1-0/+4