summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-15Example shader_test scripts using new commandsshader_runner-time-v1shader_runner-timeJordan Justen2-0/+78
2013-10-15shader_runner: add finish commandJordan Justen1-0/+2
2013-10-15shader_runner: add echo commandJordan Justen1-0/+5
2013-10-15shader_runner: enable scissor commandJordan Justen1-0/+7
2013-10-15shader_runner: enable depth clearJordan Justen1-0/+4
2013-10-15shader_runner: support depth visual with DEPTH keyword in requirementsJordan Justen1-0/+7
2013-10-15shader_runner: add 'time reset' and 'time show' commandsJordan Justen1-0/+6
2013-10-15piglit-util: add piglit_get_microsecondsJordan Justen3-0/+31
2013-10-15glsl-1.50: add size requirements to 3 shader_test testsJordan Justen3-6/+9
2013-10-15shader_runner: support SIZE in requirement section of a shader_testJordan Justen1-13/+27
2013-10-15glut framework: skip if implementation doesn't support required GL version.Paul Berry1-0/+28
2013-10-15gs: Check GL errors in primitive-id-restart test.Paul Berry1-0/+2
2013-10-15built-in-constants: don't try to create GS with version < 150.Paul Berry1-1/+1
2013-10-14junit: Update script for status class hierarchy.José Fonseca1-240/+9
2013-10-14GL 3.2: Test that GetTexLevelParameterfv() generates an error when passed TEX...Nicholas Mack3-0/+68
2013-10-14GLSL 1.50: Test that multiple shaders of version 140 and 150 can be linked to...Nicholas Mack1-0/+52
2013-10-14GLSL 1.50: Test that version 140 and version 150 shaders can be linked togetherNicholas Mack1-0/+33
2013-10-14GL 1.50: Test that UNIFORM_BLOCK_REFERENCED_BY_GEOMETRY_SHADER is accepted by...Nicholas Mack1-42/+96
2013-10-14sso: Add compile tests for the location layout qualifierIan Romanick11-0/+171
2013-10-14sso: Combine 20 vertex shaders and 20 fragment shaders in various ways.Ian Romanick3-0/+374
2013-10-14sso: Verify that rendezvous by location also worksIan Romanick3-0/+204
2013-10-14piglit-run.py: Fix missing importKenneth Graunke1-0/+2
2013-10-14summary: Fold __generate_lists into __init__Dylan Baker1-21/+4
2013-10-14summary: Remove optimization with no impactDylan Baker2-42/+26
2013-10-14status: Make use of the status objectsDylan Baker2-73/+36
2013-10-14status.py: Adds a new status class and subclassesDylan Baker1-0/+191
2013-10-14framework/summary.py: Fix problems with status handlingDylan Baker1-22/+26
2013-10-14piglit-framework-tests.py: Adds a utility for running piglit unit testsDylan Baker1-0/+47
2013-10-14framework/tests/summary.py: Tests Summary.py's assignment of statuesDylan Baker3-0/+445
2013-10-14arb_sync: Test that a sync object is initialized with the correct propertiesNicholas Mack3-0/+136
2013-10-14arb_sync: Test that IsSync returns true/false if it is given a valid/invalid ...Nicholas Mack3-0/+85
2013-10-14arb_sync: Test that GetSynciv sets correct error codes.Nicholas Mack3-0/+93
2013-10-14arb_sync: Test for the correct error messages caused by invalid input to Fenc...Nicholas Mack3-0/+75
2013-10-14arb_sync: Basic test for DeleteSyncNicholas Mack3-0/+81
2013-10-14arb_sync: Test to check the correct error messages are returned for invalid i...Nicholas Mack3-0/+99
2013-10-11arb_shader_bit_encoding: Generate tests for 3.30, not 4.00.Matt Turner1-2/+2
2013-10-11framework: stop copying dma buffer source paddingTopi Pohjolainen1-2/+2
2013-10-11depthstencil-render-miplevels: use double-buffered visualJordan Justen1-1/+1
2013-10-11GL 3.2: Test glFramebufferTextureJacob Penner3-0/+282
2013-10-11GL 3.2: Test gl_Layer render to layered attachementsJacob Penner3-0/+310
2013-10-11GL 3.2: Test gl_Layer maps to correct cube map face.Jacob Penner3-0/+190
2013-10-11GL 3.2: Test gl_Layer with non layered texture.Jacob Penner3-0/+151
2013-10-11GL 3.2: Test gl_Layer when unassigned or no geometry shaderJacob Penner3-0/+210
2013-10-11piglit-run.py: Fix a few PEP8 issues that snuck inDylan Baker1-12/+15
2013-10-09gs: Test that a single shader can redeclare both gl_PerVertex input and output.Paul Berry1-0/+67
2013-10-09egl-1.4: Add test egl-terminate-then-unbind-context (v2)Chad Versace5-0/+123
2013-10-08AMD_performance_monitor: Update comments about the Catalyst driver.Kenneth Graunke1-7/+7
2013-10-08glsl-1.50: Port over basic UBO tests from glsl 1.40 VS to glsl 1.50 GSEric Anholt13-0/+904
2013-10-08Test that gl_in may be redeclared with an array size.Paul Berry1-0/+45
2013-10-08Verify that gl_PerVertex can't be redeclared in certain shader types.Paul Berry3-0/+55