aboutsummaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2
AgeCommit message (Expand)Author
2013-01-11Remove commen-continuation test.Carl Worth
2012-12-06Fix shell scripts that claim to run with /bin/sh but actually need /bin/bash.Stuart Abercrombie
2012-10-26Add a new GLSL parser test for ? : at global scope.Kenneth Graunke
2012-10-25Add test for comment continuation in the middle of a define.José Fonseca
2011-11-14Add a test to reproduce an exact/inexact built-in matching bug in Mesa.Kenneth Graunke
2011-11-10bit-not-09: Add new test case for bitwise complement of a boolean.Vinson Lee
2011-08-19Remove redundant testIan Romanick
2011-06-14Add new parser test (max-uvec3.vert).Kenneth Graunke
2011-03-15Remove tests from tests/glslparsertest/glsl2 made redundant by previous commitIan Romanick
2011-03-15Remove incorrect unsized-array-non-const-index-2.vertIan Romanick
2011-03-03Add a parser test with a really, really long identifier.Kenneth Graunke
2011-03-01Add new tests for short-circuit && and || evaluation.Kenneth Graunke
2011-02-04glsl-1.xx: Move some tests from glslparsertest into spec directoryChad Versace
2011-02-04glslparsertest: Fix #version directive in modulus-zero-01.fragChad Versace
2011-02-02glslparsertest: Add tests for division by zeroChad Versace
2011-01-28Fix config typos in consecutive characters GLSL tests.Vinson Lee
2011-01-26Add shaders with large number of consecutive non-newline characters.Vinson Lee
2011-01-25Add GLSL test case for function recursion.Vinson Lee
2011-01-25Add more multi-dimensional array negative tests.Vinson Lee
2011-01-24Add test case for array size limit in Mesa 7.8 compiler.Vinson Lee
2011-01-12glslparsertest: Replace qualifier-08.vert with separate tests for centroid an...Ian Romanick
2011-01-12glsl-1.10/glsl-1.20/glsl-1.30: Shuffle more in / out / inout parser testsIan Romanick
2011-01-07glsl-1.10: Move qualifier-02.vert to glsl-1.10, fix problems in testIan Romanick
2010-12-29glslparsertest: Fix glsl_version option in loop-07.frag.Vinson Lee
2010-12-29glslparsertest: Fix glsl_version option in defined-02.vert.Vinson Lee
2010-12-29glslparsertest: Fix glsl_version option in defined-01.vert.Vinson Lee
2010-12-29glslparsertest: Add glsl_version option to array-compare-03.vert.Vinson Lee
2010-12-29glslparsertest: Add missing glsl_version config option in array-22.vert.Vinson Lee
2010-12-13glslparsertest: Fix typeo in a comment in the testGordon Jin
2010-12-10glslparsetest: Add more implicit conversion compile testsIan Romanick
2010-12-06glslparsertest: Add serveral tests related to implicitly sized arraysIan Romanick
2010-12-03glslparsertest: More exhaustive and stricter test for 'defined' keyword.José Fonseca
2010-12-01Add test for implicit conversions of return expressionsIan Romanick
2010-12-01glslparsertest: Remove near duplicate test of gst-gl-hconv9.fragChad Versace
2010-12-01glslparsertest: Prepend GLSLParserTest comment block to existing testsChad Versace
2010-11-30glslparsertest: Add test for parenthesis-less 'defined' expressions.José Fonseca
2010-11-11loop-07.frag: Regression test from Aras for loop analysis.Eric Anholt
2010-11-08tests: use /usr/bin/env pythonXavier Chantry
2010-10-19glslparsertest: Fix comments in some bit-logic testsChad Versace
2010-10-19glslparsertest: Add tests for bit-logic assignments in GLSL 1.30Chad Versace
2010-10-19glslparsertest: Add tests for bit shift assignments in GLSL 1.30Chad Versace
2010-10-19glslparsertest: Fix test bit-shift-06.fragChad Versace
2010-10-14glslparsertest: Add tests for bit logic ops in GLSL 1.30Chad Versace
2010-10-14glslparsertest: Add tests for bit shifts in GLSL 1.30Chad Versace
2010-10-14glslparsertest: Add tests for bit-not in GLSL 1.30Chad Versace
2010-10-14glslparsertest: Add test for bit-not in GLSL 1.20Chad Versace
2010-10-14glslparsertest: Rename test bitwise-01.frag -> bit-not-01.fragChad Versace
2010-10-14glslparsertest: Add test with cascaded constructorsIan Romanick
2010-10-12glslparsertest: Add test for an invalid assignmentIan Romanick
2010-09-21builtin-texturematrix: test for gl_TextureMatrix inverse/transpose presence.Eric Anholt