summaryrefslogtreecommitdiff
path: root/tests/glslparser.tests
AgeCommit message (Expand)AuthorFilesLines
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
2010-07-02Add tests for scalar/vector and scalar/matrix constant expressions.Kenneth Graunke1-0/+5
2010-07-01glslparsertest: Add tests of GLSL 1.20 'invariant' keywordIan Romanick1-0/+8
2010-06-30glslparsertest: Add test for define of GL_ARB_texture_rectangleIan Romanick1-0/+1
2010-06-29glslparsertest: Add several GL_ARB_draw_buffers testsIan Romanick1-0/+4
2010-06-29glslparsertest: Fix various issues with GL_ARB_draw_buffers testsIan Romanick1-4/+1
2010-06-29glslparsertest: Add another test for implicit conversions on return.Kenneth Graunke1-0/+1
2010-06-29glslparsertest: Add a test for implicit conversions of return values.Kenneth Graunke1-0/+1
2010-06-29glslparsertest: Add a test for return types with qualifiers.Kenneth Graunke1-0/+1
2010-06-23Add tests for #elif without an expression.Kenneth Graunke1-0/+1
2010-06-22glslparsertest: Test using GLSL 1.20 reserved words in 1.10Ian Romanick1-0/+1
2010-06-22Split the glslparsertests out so they can be run with a standalone compiler.Eric Anholt1-0/+345