summaryrefslogtreecommitdiff
path: root/tests/glslparsertest
AgeCommit message (Expand)AuthorFilesLines
2011-08-19Remove redundant testIan Romanick1-22/+0
2011-06-18glslparsertest: Also call glLinkShader on shaders that compiled.Eric Anholt1-0/+17
2011-06-14Add new parser test (max-uvec3.vert).Kenneth Graunke1-0/+14
2011-04-29Rename PIGLIT_SUCCESS and PIGLIT_FAILURE to PIGLIT_PASS and PIGLIT_FAIL, resp.Marek Olšák1-2/+2
2011-03-15Remove tests from tests/glslparsertest/glsl2 made redundant by previous commitIan Romanick15-289/+0
2011-03-15Remove incorrect unsized-array-non-const-index-2.vertIan Romanick1-16/+0
2011-03-12util: Change signature of piglit_get_gl_version()Chad Versace1-5/+5
2011-03-07cmake: Allow GL/glext.h to be specified separately.José Fonseca1-0/+2
2011-03-03Add a parser test with a really, really long identifier.Kenneth Graunke1-0/+8
2011-03-01glslparsertest: Call glewInit() when building against OpenGLShuang He1-0/+4
2011-03-01Add new tests for short-circuit && and || evaluation.Kenneth Graunke2-0/+30
2011-02-25glslparsertest: Build executable glslparsertest_gles2Chad Versace4-49/+75
2011-02-25cmake: Each CMakeLists.txt that produces a target, rename to CMakeLists.gl.txtChad Versace2-16/+19
2011-02-25cmake: Don't add source dirs as link dirsChad Versace1-4/+0
2011-02-17Import GLEWMarek Olšák1-2/+0
2011-02-04glsl-1.xx: Move some tests from glslparsertest into spec directoryChad Versace5-65/+0
2011-02-04glslparsertest: Fix #version directive in modulus-zero-01.fragChad Versace1-2/+2
2011-02-02glslparsertest: Add tests for division by zeroChad Versace5-0/+65
2011-01-28Fix config typos in consecutive characters GLSL tests.Vinson Lee2-2/+2
2011-01-26Add shaders with large number of consecutive non-newline characters.Vinson Lee2-0/+28
2011-01-25Add GLSL test case for function recursion.Vinson Lee1-0/+22
2011-01-25Add more multi-dimensional array negative tests.Vinson Lee2-0/+28
2011-01-24Add test case for array size limit in Mesa 7.8 compiler.Vinson Lee1-0/+14
2011-01-13glslparsertest: Add support for GLSL 1.00 via GL_ARB_ES2_compatibilityIan Romanick1-6/+8
2011-01-12glslparsertest: Replace qualifier-08.vert with separate tests for centroid an...Ian Romanick1-17/+0
2011-01-12glsl-1.10/glsl-1.20/glsl-1.30: Shuffle more in / out / inout parser testsIan Romanick6-79/+0
2011-01-07glsl-1.10: Move qualifier-02.vert to glsl-1.10, fix problems in testIan Romanick1-11/+0
2011-01-07glslparsertest: Allow tests to require GL extensionsIan Romanick1-4/+8
2010-12-29glslparsertest: Fix glsl_version option in loop-07.frag.Vinson Lee1-1/+1
2010-12-29glslparsertest: Fix glsl_version option in defined-02.vert.Vinson Lee1-1/+1
2010-12-29glslparsertest: Fix glsl_version option in defined-01.vert.Vinson Lee1-1/+1
2010-12-29glslparsertest: Add glsl_version option to array-compare-03.vert.Vinson Lee1-0/+1
2010-12-29glslparsertest: Add missing glsl_version config option in array-22.vert.Vinson Lee1-0/+1
2010-12-13glslparsertest: Fix typeo in a comment in the testGordon Jin1-1/+1
2010-12-10glslparsetest: Add more implicit conversion compile testsIan Romanick10-0/+123
2010-12-07Revert "glslparsertest: Add config block to CorrectPreprocess11.frag."Ian Romanick1-39/+34
2010-12-06glslparsertest: Add serveral tests related to implicitly sized arraysIan Romanick5-0/+119
2010-12-04glslparsertest: Add config block to CorrectPreprocess11.frag.Vinson Lee1-34/+39
2010-12-03glslparsertest: More exhaustive and stricter test for 'defined' keyword.José Fonseca1-0/+53
2010-12-01Add test for implicit conversions of return expressionsIan Romanick1-0/+20
2010-12-01glslparsertest: Remove near duplicate test of gst-gl-hconv9.fragChad Versace1-47/+0
2010-12-01glslparsertest: Rename TestInclude.frag to IncludeDirective.incChad Versace3-5/+5
2010-12-01glslparsertest: Prepend GLSLParserTest comment block to existing testsChad Versace524-4/+4709
2010-11-30glslparsertest: Add test for parenthesis-less 'defined' expressions.José Fonseca1-0/+11
2010-11-11loop-07.frag: Regression test from Aras for loop analysis.Eric Anholt1-0/+11
2010-11-08tests: use /usr/bin/env pythonXavier Chantry1-1/+1
2010-10-19glslparsertest: Fix comments in some bit-logic testsChad Versace3-3/+3
2010-10-19glslparsertest: Add tests for bit-logic assignments in GLSL 1.30Chad Versace11-0/+172
2010-10-19glslparsertest: Add tests for bit shift assignments in GLSL 1.30Chad Versace10-0/+253
2010-10-19glslparsertest: Fix test bit-shift-06.fragChad Versace1-6/+6