summaryrefslogtreecommitdiff
path: root/tests/glslparsertest/glsl2
AgeCommit message (Expand)AuthorFilesLines
2014-05-14Remove old versions of make_tex_lod_tests.shDylan Baker2-113/+0
2014-04-15Yet another fix of the FSF address (i.e., don’t use it at all).Matěj Cepl1-3/+4
2014-04-11Add a piglit test which reproduces an opt_vectorizer bug.Kenneth Graunke1-0/+17
2013-10-04glslparsertest: Reproduce a segfault in Mesa's GLSL linkerIan Romanick1-0/+13
2013-08-28gen_builtin_test.py: PEP8 complianceDylan Baker1-37/+34
2013-08-15glsl-1.30: Allow empty declarations with precision qualifierIan Romanick1-6/+7
2013-05-08Add a GLSL parser test for a late function prototype.Kenneth Graunke1-0/+7
2013-01-11Remove commen-continuation test.Carl Worth1-15/+0
2012-12-06Fix shell scripts that claim to run with /bin/sh but actually need /bin/bash.Stuart Abercrombie2-2/+2
2012-10-26Add a new GLSL parser test for ? : at global scope.Kenneth Graunke1-0/+8
2012-10-25Add test for comment continuation in the middle of a define.José Fonseca1-0/+38
2011-11-14Add a test to reproduce an exact/inexact built-in matching bug in Mesa.Kenneth Graunke1-0/+35
2011-11-10bit-not-09: Add new test case for bitwise complement of a boolean.Vinson Lee1-0/+11
2011-08-19Remove redundant testIan Romanick1-22/+0
2011-06-14Add new parser test (max-uvec3.vert).Kenneth Graunke1-0/+14
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-03Add a parser test with a really, really long identifier.Kenneth Graunke1-0/+8
2011-03-01Add new tests for short-circuit && and || evaluation.Kenneth Graunke2-0/+30
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-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
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-06glslparsertest: Add serveral tests related to implicitly sized arraysIan Romanick5-0/+119
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: Prepend GLSLParserTest comment block to existing testsChad Versace339-3/+3043
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
2010-10-14glslparsertest: Add tests for bit logic ops in GLSL 1.30Chad Versace10-0/+198