summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-07-03degenerate-prims: Add immediate-mode drawing testsfor-reviewIan Romanick1-19/+56
2018-07-03degenerate-prims: Add tests that draw one primitive and have some extra dataIan Romanick1-1/+7
2018-07-03degenerate-prims: Add the ability for tests to expect some drawingIan Romanick1-13/+29
2018-07-03degenerate-prims: Don't log the subtest result in the subtestIan Romanick1-3/+0
2018-07-03arb_shader_objects: Test some edge cases of glGetAttachedObjectARBIan Romanick3-0/+348
2018-07-03arb_direct_state_access: Also test texture parameters around glGenerateTextur...Ian Romanick1-0/+198
2018-07-03arb_vertex_program: Verify that unsupported functions generate errorsIan Romanick3-0/+116
2018-07-03arb_tessellation_shader: Add test for indirect addressing of TES patch inputsIan Romanick1-0/+232
2018-07-03arb_gpu_shader_fp64: Test the sign() function with abs() and negation of its ...Ian Romanick6-0/+212
2018-07-03glsl-1.10: Test the sign() function with abs() and negation of its argumentIan Romanick6-0/+182
2018-06-30glsl-1.10: test bug with lessThan() when the input expression has mixed sizesTimothy Arceri1-0/+37
2018-06-30arb_compute_shader: test dispatch functions with display listsTimothy Arceri5-46/+283
2018-06-29framework: add a --timeout parameterDylan Baker1-0/+11
2018-06-28ext_texture_norm16-render: support EXT_render_snorm interactionsTapani Pälli1-14/+25
2018-06-28tests/opengl.py: add couple missing arb_get_program_binary testsTapani Pälli1-0/+4
2018-06-27arb_gpu_shader5: Add a test for instanced GS inputs.Andrii Simiklit1-0/+62
2018-06-27compatibility: test vertex color clamping in geom and tess shadersTimothy Arceri2-0/+123
2018-06-27arb_draw_indirect: test when 0 bound to DRAW_INDIRECT_BUFFER in compatTimothy Arceri4-0/+254
2018-06-27general: better test display lists in attribute testTimothy Arceri1-0/+12
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