summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-04-21Ensure that both parameter lists are the same length in function overloading.Kenneth Graunke1-0/+26
2010-04-02Add PASS / FAIL annotations to tests missing them.Eric Anholt5-0/+8
2010-03-31More array declaration testsIan Romanick5-0/+51
2010-03-31Add 'in' to some parameters of the functionIan Romanick1-1/+1
2010-03-31Add some variable declaration qualifier testsIan Romanick7-0/+27
2010-03-30Add some array declaration testsIan Romanick8-0/+19
2010-03-29Arrays are not allowed as vertex shader inputs in GLSL 1.30 eitherIan Romanick1-1/+1
2010-03-29Add several tests for vertex shader attributesIan Romanick11-0/+79
2010-03-29Add tests for :? operatorIan Romanick5-0/+45
2010-03-29Add several simple if-statement testsIan Romanick4-0/+44
2010-03-26Add some simple constructor testsIan Romanick7-0/+104
2010-03-25More matrix compilation testsIan Romanick2-0/+23
2010-03-24Add some matrix math testsIan Romanick8-0/+82
2010-03-24Add (negative) test for constructing samplersIan Romanick1-0/+7
2010-03-23Add test for invalid assignment of function return valueIan Romanick1-0/+15
2010-03-23Rename test GLSL sources from .txt to .glslIan Romanick4-0/+0
2010-03-23Add test for declaring variables of type void.Ian Romanick1-0/+2
2010-03-11Add a handful of simple tests for function calls in constructorsIan Romanick4-0/+52
2010-02-22Initial commit. lolIan Romanick5-0/+47