summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-11Fix a compiler warning from a khronos prototype change.epoxyEric Anholt1-1/+1
2014-04-11Remove the whole glapi directory.Eric Anholt10-57530/+0
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 Anholt67-3267/+38
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 Mirkin6-0/+199
2014-04-03fbo-generatemipmap-formats: skip integer texturesBrian Paul1-0/+5
2014-04-03python: Rename PlainExecTest to PiglitTestDylan Baker7-104/+104
2014-04-03exectest.py: Merge Test and ExecTest into a single classDylan Baker8-46/+34
2014-04-03framework: move testBinDir to exectestDylan Baker9-22/+24
2014-04-03framework: Move Test from core to exectestDylan Baker4-75/+84
2014-04-03glsl_parser_test.py: Simplify GLSLParserTestDylan Baker2-320/+139
2014-04-03glsl_parser_test.py: Remove standalone functionality.Dylan Baker1-34/+1
2014-04-03Adds some tests for glsl_parser_tests.pyDylan Baker2-29/+120
2014-04-03framework/shader_test.py: simplify ShaderTestDylan Baker3-182/+80
2014-04-03framework/shader_test.py: Remove standalone capabilityDylan Baker1-68/+14
2014-04-03shader_tests_tests.py: Adds some tests for the shader_test moduleDylan Baker1-3/+54
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-02windows: add instructions for installing makoJordan Justen1-0/+6
2014-04-02Remove extra newline from the end of run messageThomas Wood2-4/+2
2014-04-02framework: print a summary line after a run has finishedThomas Wood2-17/+29
2014-04-02framework/log.py: ensure any previous output is clearedThomas Wood1-5/+14
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