summaryrefslogtreecommitdiff
path: root/tests/glslparsertest
AgeCommit message (Expand)AuthorFilesLines
2010-06-17Merge branch 'master' into glsl2glsl2Ian Romanick2-0/+5
2010-06-17glslparsertest: Add several tests for uniforms with initializersIan Romanick2-0/+5
2010-06-15Add error checking for GLSL_PARSER env varIan Romanick1-0/+13
2010-06-15Update external-glslparsertest.sh for changes to compiler command line usageIan Romanick1-7/+1
2010-06-15Use $GLSL_PARSER instad of hardcoding a particular external parser path.Kenneth Graunke1-1/+1
2010-06-15Make segfaults of the parser be considered failures, even on XFAIL tests.Eric Anholt1-1/+1
2010-06-15Improve the external glslparsertest output for better failure summaries.Eric Anholt1-1/+12
2010-06-15Use the external glsl parser for testing.Eric Anholt1-0/+24
2010-06-04Change CorrectVersion1.V110.frag to FAIL.Kenneth Graunke1-3/+1
2010-06-03glsl2/constructor-10.vert: Negative test for invalid constructor.Vinson Lee1-0/+11
2010-05-19gst-gl-vconv9 is a frag shader, not a vert shader.Eric Anholt1-0/+0
2010-05-13glslparsertest: Don't actually show the window we create.Eric Anholt1-3/+2
2010-05-04glsl2: Add generic main to positive tests without any functions.Vinson Lee3-0/+15
2010-04-30glsl2/function-08.frag: Negative test for incompatible types.Vinson Lee1-0/+30
2010-04-24norsetto-bumptbn_sh_fp.frag: Fix GLSL compilation error on Mac OS X.Vinson Lee1-1/+1
2010-04-24Add negative test for non-void function that does not return a value.Vinson Lee1-0/+15
2010-04-24glsl2/gst-gl-multiply.frag: Fix compilation error on Mac OS X.Vinson Lee1-1/+1
2010-04-24glsl2/function-06.vert: Fix GLSL compilation error.Vinson Lee1-0/+1
2010-04-23glslparsertest: Add serveral simple precision qualifier testsIan Romanick6-0/+25
2010-04-23glslparsertest: Add several simple struct testsIan Romanick5-0/+72
2010-04-21Add a test for function overloading.Kenneth Graunke1-0/+26
2010-04-16glslparsertest: Test qualifiers in function declaration vs. definitionIan Romanick1-0/+15
2010-04-16glslparsertest: Test scoping rules in loop conditionsIan Romanick3-0/+29
2010-04-13glsl2/comment-continuation.frag: Add a testcase for a Mesa GLSL parse error.Eric Anholt1-0/+6
2010-04-13Add some GPLv2 shaders found in XReal for GLSL parse testing.Eric Anholt6-0/+358
2010-04-13Add the norsetto shadow demo GLSL shaders.Eric Anholt2-0/+95
2010-04-13Add shaders from GStreamer as parser tests.Eric Anholt33-0/+1394
2010-04-09glslparsertest: GLSL extension testsIan Romanick7-0/+57
2010-04-09glslparsertest: Simple loop testsIan Romanick2-0/+30
2010-04-09glslparsertest: Test whole-array assignment after implicitly sizing the arrayIan Romanick1-0/+14
2010-04-09glslparsertest: Correct the expected result of array-12.vertIan Romanick1-1/+3
2010-04-09glslparsertest: Access matrices using [] (array dereference)Ian Romanick2-0/+16
2010-04-09glslparsertest: Formal parameter arrays must have a size specifiedIan Romanick1-0/+6
2010-04-09Fix typo in commentIan Romanick1-1/+1
2010-04-09Add function parameter testsIan Romanick4-0/+28
2010-04-09glslparser: More array testsIan Romanick2-0/+23
2010-04-09Add the tests from the glsl2 project.Eric Anholt69-0/+605
2009-12-29glslparsertest: added #version directive for uniform initializer testBrian Paul1-1/+8
2009-09-29Replace the copy-and-pasted header setup with consistent use of piglit-util.h.Eric Anholt1-11/+0
2009-08-25Silence MSVC C4255 warnings.Vinson Lee1-1/+1
2009-07-17Remove fopen mode "o".Vinson Lee1-1/+1
2009-07-17Remove mesautil library dependency for non-mesa tests.Vinson Lee1-1/+0
2009-05-21glslparsertest: Reorder includes.Vinson Lee1-6/+6
2009-05-20Mac OS GLUT header fixesVinson Lee1-0/+4
2009-04-30Add the 3DLabs GLSLParserTest tests to all.tests.Eric Anholt2-196/+0
2009-04-30Remove the old GLSL parser test code that I decided not to use for piglit.Eric Anholt11-895/+0
2009-04-30Add a GLSL parser test runner.Eric Anholt2-0/+203
2009-04-30glslparsertest: Remove windows build infrastructure.Eric Anholt8-268/+0
2009-04-30Initial add of glslparsertest-src-1.8.zip's glslparsertest/Eric Anholt208-0/+5017