summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-07arb_shader_atomic_counters: Test the atomicity of atomic built-in functions.HEADmasterFrancisco Jerez3-0/+221
2013-10-07arb_shader_atomic_counters: Test that atomic built-ins execute the expected o...Francisco Jerez3-0/+385
2013-10-07arb_shader_atomic_counters: Test linkage of atomic counters with conflicting ...Francisco Jerez3-0/+215
2013-10-07arb_shader_atomic_counters: Test the minimum maximum limits defined by the spec.Francisco Jerez3-0/+73
2013-10-07arb_shader_atomic_counters: Test the maximum number of supported counters, bu...Francisco Jerez3-0/+436
2013-10-07arb_shader_atomic_counters: Test that atomic counters can be passed as functi...Francisco Jerez3-0/+116
2013-10-07arb_shader_atomic_counters: Test that atomic ops aren't executed for discarde...Francisco Jerez3-0/+115
2013-10-07arb_shader_atomic_counters: Test that atomics aren't allocated from the defau...Francisco Jerez3-0/+124
2013-10-07arb_shader_atomic_counters: Test the buffer binding API functions.Francisco Jerez3-0/+161
2013-10-07arb_shader_atomic_counters: Test dynamic indexing of atomic counter arrays.Francisco Jerez3-0/+177
2013-10-07arb_shader_atomic_counters: Test the atomic counter query functions.Francisco Jerez3-0/+414
2013-10-07arb_shader_atomic_counters: Import GLSL parser tests.Francisco Jerez23-0/+430
2013-10-07arb_shader_atomic_counters: Import common helper functions.Francisco Jerez6-0/+410
2013-10-07GS: Test that EndPrimitive() is optional for geometry output layout of "points"Nicholas Mack3-0/+163
2013-10-07GS: Test that varyings of the same name between VS and GS must match typesNicholas Mack1-0/+48
2013-10-07GS: Tests that varying arrays can only be passed between VS and GS within blocksNicholas Mack2-0/+150
2013-10-07GS: Test that geometry ins/outs can have flat/smooth/noperspective qualifiersNicholas Mack2-0/+120
2013-10-07gl3.2/glsl1.50: test that uniform variables in a named uniform block cannot b...Steve Miller3-0/+137
2013-10-07core.py: Fix bug in TestrunResult.__repairFile()Dylan Baker1-2/+2
2013-10-07gles2: Add a test for the "No linking without a VS or FS" requirement.Eric Anholt3-0/+105
2013-10-07KHR_debug: test ObjectLabel(), GetObjectLabel(), ObjectPtrLabel() and GetObje...Timothy Arceri5-0/+494
2013-10-07Run all tests out of a ThreadPoolDylan Baker2-37/+17
2013-10-07threadpool.py: Completely rewrite threadpool.pyDylan Baker3-409/+57
2013-10-05arb_texture_query_levels: add execution testsChris Forbes8-0/+313
2013-10-05arb_texture_query_levels: add compiler tests for textureQueryLevels()Chris Forbes6-0/+220
2013-10-05arb_texture_query_levels: add group and shader-runner dirChris Forbes1-0/+8
2013-10-05shader_runner: add ability to specify GL_TEXTURE_MAX_LEVELChris Forbes1-0/+5
2013-10-05shader_runner: add ability to specify GL_TEXTURE_BASE_LEVELChris Forbes1-0/+5
2013-10-04arb_get_program_binary: Cast away void pointers.Vinson Lee1-2/+2
2013-10-04arb_gpu_shader5: Test using only the msb from imulExtended in the vs.Matt Turner1-0/+48
2013-10-04arb_gpu_shader5: Test using only the lsb from imulExtended in the vs.Matt Turner1-0/+48
2013-10-04arb_gpu_shader5: Add imulExtended vertex shader execution test.Matt Turner1-0/+52
2013-10-04arb_gpu_shader5: Test using only the msb from umulExtended in the vs.Matt Turner1-0/+47
2013-10-04arb_gpu_shader5: Test using only the lsb from umulExtended in the vs.Matt Turner1-0/+47
2013-10-04arb_gpu_shader5: Add umulExtended vertex shader execution test.Matt Turner1-0/+51
2013-10-04arb_gpu_shader5: Test using only the msb from imulExtended in the fs.Matt Turner1-0/+37
2013-10-04arb_gpu_shader5: Test using only the lsb from imulExtended in the fs.Matt Turner1-0/+37
2013-10-04arb_gpu_shader5: Add imulExtended fragment shader execution test.Matt Turner1-0/+41
2013-10-04arb_gpu_shader5: Test using only the msb from umulExtended in the fs.Matt Turner1-0/+37
2013-10-04arb_gpu_shader5: Test using only the lsb from umulExtended in the fs.Matt Turner1-0/+37
2013-10-04arb_gpu_shader5: Add umulExtended fragment shader execution test.Matt Turner1-0/+41
2013-10-04arb_gpu_shader5: Test using only the borrow from usubBorrow in the vs.Matt Turner1-0/+56
2013-10-04arb_gpu_shader5: Test using only the subtraction from usubBorrow in the vs.Matt Turner1-0/+56
2013-10-04arb_gpu_shader5: Add usubBorrow vertex shader execution test.Matt Turner1-0/+58
2013-10-04arb_gpu_shader5: Test using only the carry from uaddCarry in the vs.Matt Turner1-0/+62
2013-10-04arb_gpu_shader5: Test using only the addition from uaddCarry in the vs.Matt Turner1-0/+62
2013-10-04arb_gpu_shader5: Add uaddCarry vertex shader execution test.Matt Turner1-0/+65
2013-10-04arb_gpu_shader5: Test using only the borrow from usubBorrow in the fs.Matt Turner1-0/+46
2013-10-04arb_gpu_shader5: Test using only the subtraction from usubBorrow in the fs.Matt Turner1-0/+46
2013-10-04arb_gpu_shader5: Add usubBorrow fragment shader execution test.Matt Turner1-0/+48