summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Fix a compiler warning from a khronos prototype change.epoxyEric Anholt1-1/+1
2014-04-11egl: Convert tests to using epoxy for EGL function pointer management.Eric Anholt12-218/+24
2014-04-11Drop piglit_get_all_proc_addresses().Eric Anholt2-31/+0
2014-04-11glx: Convert tests to using epoxy for GLX function pointer management.Eric Anholt18-355/+59
2014-04-11Replace piglit-dispatch with libepoxy.Eric Anholt63-3175/+9
2014-04-07arb_shader_atomic_counters: Add a test for unused atomic op results.Eric Anholt3-0/+350
2014-04-07arb_shader_atomic_counters: Bind a VAO in the points case.Eric Anholt1-0/+7
2014-04-06arb_gpu_shader5: add some compiler/linker tests for sample qualifierChris Forbes9-0/+192
2014-04-04arb_clear_texture: add a trivial testIlia Mirkin5-0/+158
2014-04-03fbo-generatemipmap-formats: skip integer texturesBrian Paul1-0/+5
2014-04-03python: Rename PlainExecTest to PiglitTestDylan Baker2-86/+86
2014-04-03exectest.py: Merge Test and ExecTest into a single classDylan Baker3-10/+14
2014-04-03framework: move testBinDir to exectestDylan Baker3-6/+6
2014-04-03Replace end_config with 'end config' in glsl parser testsDylan Baker5-5/+5
2014-04-03Revert "shader_runner: always enable VAO for gl >= 31"Jordan Justen1-4/+2
2014-04-03ext_timer_query/time-elapsed: Prevent infinite loop.José Fonseca1-0/+4
2014-04-03primitive-restart-draw-mode: fix failures caused by precision issuesMarek Olšák1-2/+8
2014-04-01getteximage-targets: use MAX2() macro instead of hand-rolled max()Brian Paul1-9/+3
2014-04-01dlist-multidrawarrays: test that glMultiDrawArrays works in a display listBrian Paul5-0/+226
2014-04-01ARB_explicit_uniform_location: test inactive uniform interactionTapani Pälli3-0/+95
2014-04-01glean: Fix fbo errors caseChris Forbes1-0/+24
2014-04-01arb_gpu_shader5: Rename `signed` to `test_signed`.Chris Forbes6-52/+52
2014-03-30Fix deprecation warnings from XKeycodeToKeysym().Eric Anholt1-2/+4
2014-03-30arb_shader_atomic_counters: Test the atomicity of atomic built-in functions.Francisco Jerez3-0/+222
2014-03-30arb_shader_atomic_counters: Test that atomic built-ins execute the expected o...Francisco Jerez3-0/+383
2014-03-30arb_shader_atomic_counters: Test linking with conflicting locations.Francisco Jerez3-0/+212
2014-03-30arb_shader_atomic_counters: Test the minimum maximums defined by the spec.Francisco Jerez3-0/+88
2014-03-30arb_shader_atomic_counters: Test shaders at and beyond the limits.Francisco Jerez3-0/+439
2014-03-30arb_shader_atomic_counters: Test atomic counters as function arguments.Francisco Jerez3-0/+113
2014-03-30arb_shader_atomic_counters: Test atomic ops vs discard.Francisco Jerez3-0/+112
2014-03-30arb_shader_atomic_counters: Test that atomics vs default uniform block.Francisco Jerez3-0/+122
2014-03-30arb_shader_atomic_counters: Test the buffer binding API functions.Francisco Jerez3-0/+159
2014-03-30arb_shader_atomic_counters: Test dynamic indexing of atomic counter arrays.Francisco Jerez3-0/+175
2014-03-30arb_shader_atomic_counters: Test the atomic counter query functions.Francisco Jerez3-0/+406
2014-03-30arb_shader_atomic_counters: Import GLSL parser tests.Francisco Jerez23-0/+430
2014-03-30arb_shader_atomic_counters: Import common helper functions.Francisco Jerez6-0/+410
2014-03-26getteximage-targets: Add read texture image into PBO case for each targetJon Ashburn1-6/+40
2014-03-26getteximage-targets: Refactor and cleanup with generalized texture targetsJon Ashburn1-96/+132
2014-03-26util/egl: Fix error messageJosh Triplett1-1/+1
2014-03-25arb_texture_view: Move declarations to beginning of block.José Fonseca1-2/+3
2014-03-25arb_texture_view: add test for glCopyTexSubImage with MinLayerChris Forbes3-0/+143
2014-03-25arb_draw_indirect: add instances testChris Forbes3-0/+125
2014-03-25arb_draw_indirect: add ugly primitive restart caseChris Forbes3-0/+136
2014-03-25arb_draw_indirect: add test for glDrawElementsIndirect with primitive restartChris Forbes3-0/+135
2014-03-25arb_draw_indirect: add test for DrawElementsIndirect with base instanceChris Forbes3-0/+154
2014-03-25arb_draw_indirect: add test for DrawArraysIndirect with base instanceChris Forbes3-0/+144
2014-03-25arb_draw_indirect: add test for DrawElementsIndirectChris Forbes3-0/+131
2014-03-25arb_draw_indirect: add new test for glDrawArraysIndirectChris Forbes3-0/+121
2014-03-25arb_draw_indirect: add test for api errorsChris Forbes5-0/+256
2014-03-24arb_clear_buffer_object: fix various deprecated formatsChris Forbes1-6/+6