summaryrefslogtreecommitdiff
path: root/tests/glslparser.tests
AgeCommit message (Expand)AuthorFilesLines
2010-09-21builtin-texturematrix: test for gl_TextureMatrix inverse/transpose presence.Eric Anholt1-0/+1
2010-09-07glslparsertest: Exercise ?: operator with array-type resultsIan Romanick1-0/+2
2010-09-07Actually commit the updated glslparser.tests file...Kenneth Graunke1-0/+1
2010-09-03glslparser.tests: Change local-function-0[12] to negative tests.Vinson Lee1-2/+2
2010-09-01Add more structure constructor tests.Kenneth Graunke1-0/+3
2010-09-01Add some GLSL 1.20 matrix-from-matrix constructor tests.Kenneth Graunke1-0/+4
2010-09-01glslparsertest: Add a test for local function declarations in 1.10Ian Romanick1-0/+1
2010-09-01glslparsertest: Add several array-of-structure constructor testsIan Romanick1-0/+4
2010-08-31Add a negative test for bitwise not used in a larger expression.Kenneth Graunke1-0/+1
2010-08-26glslparsertest: Fix name of test as struct-06.frag (not .vert)Ian Romanick1-1/+1
2010-08-25glslparsertest: Add more tests for assignments to samplersIan Romanick1-0/+4
2010-08-25glslparsertest: Add tests for assignments to samplersIan Romanick1-0/+2
2010-08-25Change redeclaration-14.vert to use GLSL 1.20.Kenneth Graunke1-1/+1
2010-08-25glslparsertest: Add test for dereference of array inside a structIan Romanick1-0/+1
2010-08-25glslparsertest: Move several fragment-only built-ins to a separate testIan Romanick1-0/+1
2010-08-24glslparsertest: Add tests for all 1.10 and 1.20 built-in functionsIan Romanick1-0/+2
2010-08-24glslparsertest: Add #pragma test from bugzilla #28138Ian Romanick1-0/+1
2010-08-24glslparsertest: Add tests for #pragma usageIan Romanick1-0/+7
2010-08-24Add tests for local function declarations in 1.20+.Kenneth Graunke1-0/+2
2010-08-24Add more redeclaration tests; fix redeclaration-02 and struct-05.Kenneth Graunke1-2/+17
2010-08-23Revert "function-12.vert: New test for bug #29608."Eric Anholt1-1/+0
2010-08-23function-12.vert: New test for bug #29608.Cedric Vivier1-0/+1
2010-08-23Remove CorrectPreprocess11.frag test from glslparser.testsCarl Worth1-1/+0
2010-08-21Add tests for arrays as function parameters.Kenneth Graunke1-0/+3
2010-08-20Add a new builtin function scoping test, redeclaration-04.vert.Kenneth Graunke1-0/+1
2010-08-18Add more GLSL variable scoping tests.Kenneth Graunke1-0/+2
2010-08-17glslparsertest: constructor-16.vert requires GLSL 1.20Ian Romanick1-1/+1
2010-08-17glslparsertest: Add test for mat4x3 constructorIan Romanick1-0/+1
2010-08-17glslparsertest: Add more function prototype testsIan Romanick1-0/+3
2010-08-17glslparsertest: Add tests for redeclarations of built-in functionsIan Romanick1-0/+3
2010-08-17unsized-array-non-const-index-2.vert: New test for an assertion failure.Eric Anholt1-0/+1
2010-08-13glslparsertest: Verify that Lod functions are not available to frag shadersIan Romanick1-0/+13
2010-08-13glslparsertest: Test the existence of every texture rectangle sampler functionIan Romanick1-0/+5
2010-08-10glslparsertest: Add #if/#elif/#endif test caseIan Romanick1-0/+1
2010-08-01glslparsertest: Add one variant (chosen by #defines) of xonotic's GLSL shader.Eric Anholt1-0/+3
2010-07-21Add simple test using the unary-plus operator.Carl Worth1-0/+1
2010-07-20Add a test for implicit conversions in constant expressions.Kenneth Graunke1-0/+1
2010-07-20Add parser tests involving constant arrays.Kenneth Graunke1-0/+5
2010-07-20Add tests for implicit conversions in GLSL array constructors.Kenneth Graunke1-0/+2
2010-07-17Add tests for GLSL 1.20's array.length() method.Kenneth Graunke1-0/+3
2010-07-16Copy glsl-texcoord-array's vertex shader as a new (failing) parser test.Kenneth Graunke1-0/+1
2010-07-15Flag my latest tests as requiring GLSL 1.20.Kenneth Graunke1-5/+5
2010-07-14Add a (negative) test for constant expressions involving user functions.Kenneth Graunke1-0/+1
2010-07-14Add GLSL 1.20 tests for constant expressions involving builtins.Kenneth Graunke1-0/+5
2010-07-08glslparsertest: Add more "from matrix" constructor testsIan Romanick1-0/+2
2010-07-07glslparsertest: Add ivec/matrix constructor tests.Kenneth Graunke1-0/+3
2010-07-06Add a test for constant expressions which multiply vectors and matrices.Kenneth Graunke1-0/+1
2010-07-06Add tests for constant expressions involving matrix multiplication.Kenneth Graunke1-0/+2
2010-07-06Add forgotten const-mat-scalar-*.frag to glslparser.tests.Kenneth Graunke1-0/+4
2010-07-02glslparsertest: Add minimum GLSL version requirementsIan Romanick1-37/+37