summaryrefslogtreecommitdiff
path: root/tests/all.py
AgeCommit message (Expand)AuthorFilesLines
2014-05-14outerproduct_tests: generate testsDylan Baker1-0/+3
2014-05-14generators: Replace outerProduct-invalid-paramters.sh with pythonDylan Baker1-0/+3
2014-05-14ARB_shader_texture_lod: Replace shell generator with python generatorDylan Baker1-1/+1
2014-04-30Add basic execution tests for GL_AMD_shader_trinary_minmax.Petri Latvala1-0/+3
2014-04-29gl-3.1: Add test for attributeless rendering with gl_VertexIDChris Forbes1-0/+1
2014-04-26remove glean texSwizzle testBrian Paul1-1/+0
2014-04-26remove old tex-swizzle testBrian Paul1-1/+0
2014-04-26add new texture swizzle API testBrian Paul1-0/+1
2014-04-26implement new texture swizzle testBrian Paul1-0/+1
2014-04-26swapbuffers-behavior: check if swapbuffers swaps or copiesBrian Paul1-0/+1
2014-04-26normal3b3s-invariance: test GLbyte[3] and GLshort[3] normal vec invarianceBrian Paul1-0/+2
2014-04-25sso: Verify results of program pipeline validation when a conflicting sampler...Ian Romanick1-0/+1
2014-04-25gl-2.0: Verify results of program validation when a conflicting sampler confi...Ian Romanick1-0/+1
2014-04-17EGL_KHR_fence_sync: Add conformance testsChad Versace1-0/+4
2014-04-17framework: Split TestProfile and related out of coreDylan Baker1-1/+1
2014-04-17framework: Replace Group() with dict()Dylan Baker1-193/+193
2014-04-10python: replace Test argument runConcurrent with run_concurrentDylan Baker1-1/+1
2014-04-07arb_shader_atomic_counters: Add a test for unused atomic op results.Eric Anholt1-0/+1
2014-04-04arb_clear_texture: add a trivial testIlia Mirkin1-0/+4
2014-04-03python: Rename PlainExecTest to PiglitTestDylan Baker1-82/+82
2014-04-01dlist-multidrawarrays: test that glMultiDrawArrays works in a display listBrian Paul1-0/+1
2014-04-01ARB_explicit_uniform_location: test inactive uniform interactionTapani Pälli1-0/+1
2014-03-30arb_shader_atomic_counters: Test the atomicity of atomic built-in functions.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test that atomic built-ins execute the expected o...Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test linking with conflicting locations.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test the minimum maximums defined by the spec.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test shaders at and beyond the limits.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test atomic counters as function arguments.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test atomic ops vs discard.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test that atomics vs default uniform block.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test the buffer binding API functions.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test dynamic indexing of atomic counter arrays.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Test the atomic counter query functions.Francisco Jerez1-0/+1
2014-03-30arb_shader_atomic_counters: Import GLSL parser tests.Francisco Jerez1-0/+3
2014-03-30arb_shader_atomic_counters: Import common helper functions.Francisco Jerez1-0/+3
2014-03-25arb_texture_view: add test for glCopyTexSubImage with MinLayerChris Forbes1-0/+1
2014-03-25arb_draw_indirect: add instances testChris Forbes1-0/+1
2014-03-25arb_draw_indirect: add ugly primitive restart caseChris Forbes1-0/+1
2014-03-25arb_draw_indirect: add test for glDrawElementsIndirect with primitive restartChris Forbes1-0/+1
2014-03-25arb_draw_indirect: add test for DrawElementsIndirect with base instanceChris Forbes1-0/+1
2014-03-25arb_draw_indirect: add test for DrawArraysIndirect with base instanceChris Forbes1-0/+1
2014-03-25arb_draw_indirect: add test for DrawElementsIndirectChris Forbes1-0/+1
2014-03-25arb_draw_indirect: add new test for glDrawArraysIndirectChris Forbes1-0/+1
2014-03-25arb_draw_indirect: add test for api errorsChris Forbes1-0/+5
2014-03-23arb_texture_view: Add test for rendering with format changeChris Forbes1-0/+1
2014-03-23arb_texture_view: split rendering-levels and rendering-layers testsChris Forbes1-0/+1
2014-03-23arb_texture_view: Add test for layered framebuffer / MinLayer.Chris Forbes1-0/+1
2014-03-23arb_texture_view: Add test for clearing a layer of a 2D array viewChris Forbes1-0/+1
2014-03-23arb_texture_view: Add test for clearing a 2D view of a 2D array.Chris Forbes1-0/+1
2014-03-23arb_texture_view: Test uploading into a view with nonzero MinLayerChris Forbes1-0/+1