summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-24glsl-1.50-geometry-primitive-id-restart: Add NORETURN attribute to print_usag...Vinson Lee1-1/+1
2015-03-24util/ktx: Remove stray semicolon.Vinson Lee1-1/+1
2015-03-24glsl-1.50/execution/geometry: Fix out-of-bounds read.Vinson Lee1-1/+1
2015-03-24backends_tests.py: Skip tests that require lxml if lxml isn't installedDylan Baker1-0/+3
2015-03-24Fix shader test for gl_FragCoord redeclarationGuo, Johney1-4/+2
2015-03-24framework: Use GLUT_3_2_CORE_PROFILE on MacOSX.Jose Fonseca1-1/+21
2015-03-24framework: Don't warn about using deprecated GLUT functions on MacOSX.Jose Fonseca1-0/+5
2015-03-24cmake: Silence CMP0042 warnings on MacOSX.Jose Fonseca1-0/+5
2015-03-24samplers: add a test that has a sampler array inside of a structIlia Mirkin1-0/+39
2015-03-24glsl-1.20: test intrastage linking with const arraysTapani Pälli1-0/+22
2015-03-23framework; Catch "No results found" exceptionDylan Baker3-4/+21
2015-03-23summary: Add an aggregate functionDylan Baker2-3/+42
2015-03-21junit.py: Fix PEP 8 issues.Vinson Lee1-4/+7
2015-03-21backends_tests.py: Fix PEP 8 issues.Vinson Lee1-1/+2
2015-03-20grouptools.py: Drop _normalize and _assert_illegal helpers.Dylan Baker1-48/+1
2015-03-20framework: change group separator from '/' to '@'Dylan Baker5-13/+139
2015-03-20summary.py: Use posixpath in one place instead of grouptoolsDylan Baker1-1/+4
2015-03-20grouptools.py: make group separator a constant valueDylan Baker6-35/+140
2015-03-20results.py: use posixpath instead of grouptoolsDylan Baker1-4/+6
2015-03-20grouptools_tests.py: Drop some very complex testing mechanismsDylan Baker1-103/+12
2015-03-20grouptools.py: drop relgroup functionDylan Baker2-34/+0
2015-03-20framework tests: use grouptools for joining groupsDylan Baker8-49/+70
2015-03-20arb_clip_control: Remove unused variables.Jose Fonseca1-1/+0
2015-03-20util: do not compile/attach a NULL shaderMartin Peres1-3/+7
2015-03-20tests/igt.py: read a single combined test listThomas Wood1-5/+10
2015-03-20arb_clip_control: add test for ARB_clip_control.Mathias Fröhlich6-0/+481
2015-03-19gl-3.1: Verify error for drawing with default VAOIan Romanick3-0/+58
2015-03-19glsl-1.10: Test the step built-in functionIan Romanick1-0/+35
2015-03-18shader_runner: Generate an error for an unrecognized [section] blockIan Romanick1-0/+5
2015-03-18glsl-1.10: Add missing ] on vertex passthrough line.Ian Romanick3-3/+3
2015-03-18glsl-1.10: Add test for bug in i965 gl_FrontFacing optimizationIan Romanick1-0/+32
2015-03-17all.py: remove remaining uses of run_concurrent=TrueDylan Baker1-22/+19
2015-03-17arb_shader_storage_buffer_object: add minmax testAditya Atluri5-0/+87
2015-03-17framework: Request forward-compatible contexts when supports_gl_core_version ...Jose Fonseca2-1/+25
2015-03-17framework: Handle supports_gl_compat_version >= 32 with GLUT.Jose Fonseca1-1/+6
2015-03-17framework: Handle supports_gl_compat_version >= 32 with Waffle.Jose Fonseca1-0/+5
2015-03-16profile.py: Fix PEP 8 issues.Vinson Lee1-6/+8
2015-03-16summary.py: Fix PEP 8 issues.Vinson Lee1-11/+19
2015-03-16framework/core.py: Fix PEP 8 issues.Vinson Lee1-2/+6
2015-03-16all.py: Fix PEP 8 issues.Vinson Lee1-33/+65
2015-03-14registry/gl.py: Fix PEP 8 issues.Vinson Lee1-67/+103
2015-03-14oglconform.py: Fix PEP 8 issues.Vinson Lee1-9/+14
2015-03-13framework: Add python version to mako template dirsDylan Baker2-0/+4
2015-03-12spec/arb_copy_image: Don't try to do compressed-to-compressed copiesJason Ekstrand1-3/+14
2015-03-12oclconform: s/tests/test_list/Tom Stellard1-2/+2
2015-03-11sanity.py: Remove trailing whitespace.Vinson Lee1-1/+1
2015-03-11grouptools.py: Silently ignore mixed os.path.join usage on Windows too.Jose Fonseca1-0/+25
2015-03-11tests/all: Use grouptools.join for glx_ext_import_context.Jose Fonseca1-3/+3
2015-03-11shaders: add test to check (x+y cmp 0) optimizationSamuel Iglesias Gonsalvez1-0/+26
2015-03-11shaders: add test to check (0 cmp x+y) optimizationSamuel Iglesias Gonsalvez1-0/+26