index
:
~ldeks/piglit
adsa-buffer-objects
adsa-framebuffers
adsa-textures
arb_direct_state_access
bitmap
dsa
gl-1.0-glean
glsl1
jenkins
ldeks
master
master-xml
Personal branch of piglit.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
glslparsertest
/
glsl2
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-12
tests/glslparsertest/glsl2: Remove illegal comments from glslparsertests
Dylan Baker
314
-942
/
+0
2014-05-14
Remove old versions of make_tex_lod_tests.sh
Dylan Baker
2
-113
/
+0
2014-04-15
Yet another fix of the FSF address (i.e., don’t use it at all).
Matěj Cepl
1
-3
/
+4
2014-04-11
Add a piglit test which reproduces an opt_vectorizer bug.
Kenneth Graunke
1
-0
/
+17
2013-10-04
glslparsertest: Reproduce a segfault in Mesa's GLSL linker
Ian Romanick
1
-0
/
+13
2013-08-28
gen_builtin_test.py: PEP8 compliance
Dylan Baker
1
-37
/
+34
2013-08-15
glsl-1.30: Allow empty declarations with precision qualifier
Ian Romanick
1
-6
/
+7
2013-05-08
Add a GLSL parser test for a late function prototype.
Kenneth Graunke
1
-0
/
+7
2013-01-11
Remove commen-continuation test.
Carl Worth
1
-15
/
+0
2012-12-06
Fix shell scripts that claim to run with /bin/sh but actually need /bin/bash.
Stuart Abercrombie
2
-2
/
+2
2012-10-26
Add a new GLSL parser test for ? : at global scope.
Kenneth Graunke
1
-0
/
+8
2012-10-25
Add test for comment continuation in the middle of a define.
José Fonseca
1
-0
/
+38
2011-11-14
Add a test to reproduce an exact/inexact built-in matching bug in Mesa.
Kenneth Graunke
1
-0
/
+35
2011-11-10
bit-not-09: Add new test case for bitwise complement of a boolean.
Vinson Lee
1
-0
/
+11
2011-08-19
Remove redundant test
Ian Romanick
1
-22
/
+0
2011-06-14
Add new parser test (max-uvec3.vert).
Kenneth Graunke
1
-0
/
+14
2011-03-15
Remove tests from tests/glslparsertest/glsl2 made redundant by previous commit
Ian Romanick
15
-289
/
+0
2011-03-15
Remove incorrect unsized-array-non-const-index-2.vert
Ian Romanick
1
-16
/
+0
2011-03-03
Add a parser test with a really, really long identifier.
Kenneth Graunke
1
-0
/
+8
2011-03-01
Add new tests for short-circuit && and || evaluation.
Kenneth Graunke
2
-0
/
+30
2011-02-04
glsl-1.xx: Move some tests from glslparsertest into spec directory
Chad Versace
5
-65
/
+0
2011-02-04
glslparsertest: Fix #version directive in modulus-zero-01.frag
Chad Versace
1
-2
/
+2
2011-02-02
glslparsertest: Add tests for division by zero
Chad Versace
5
-0
/
+65
2011-01-28
Fix config typos in consecutive characters GLSL tests.
Vinson Lee
2
-2
/
+2
2011-01-26
Add shaders with large number of consecutive non-newline characters.
Vinson Lee
2
-0
/
+28
2011-01-25
Add GLSL test case for function recursion.
Vinson Lee
1
-0
/
+22
2011-01-25
Add more multi-dimensional array negative tests.
Vinson Lee
2
-0
/
+28
2011-01-24
Add test case for array size limit in Mesa 7.8 compiler.
Vinson Lee
1
-0
/
+14
2011-01-12
glslparsertest: Replace qualifier-08.vert with separate tests for centroid an...
Ian Romanick
1
-17
/
+0
2011-01-12
glsl-1.10/glsl-1.20/glsl-1.30: Shuffle more in / out / inout parser tests
Ian Romanick
6
-79
/
+0
2011-01-07
glsl-1.10: Move qualifier-02.vert to glsl-1.10, fix problems in test
Ian Romanick
1
-11
/
+0
2010-12-29
glslparsertest: Fix glsl_version option in loop-07.frag.
Vinson Lee
1
-1
/
+1
2010-12-29
glslparsertest: Fix glsl_version option in defined-02.vert.
Vinson Lee
1
-1
/
+1
2010-12-29
glslparsertest: Fix glsl_version option in defined-01.vert.
Vinson Lee
1
-1
/
+1
2010-12-29
glslparsertest: Add glsl_version option to array-compare-03.vert.
Vinson Lee
1
-0
/
+1
2010-12-29
glslparsertest: Add missing glsl_version config option in array-22.vert.
Vinson Lee
1
-0
/
+1
2010-12-13
glslparsertest: Fix typeo in a comment in the test
Gordon Jin
1
-1
/
+1
2010-12-10
glslparsetest: Add more implicit conversion compile tests
Ian Romanick
10
-0
/
+123
2010-12-06
glslparsertest: Add serveral tests related to implicitly sized arrays
Ian Romanick
5
-0
/
+119
2010-12-03
glslparsertest: More exhaustive and stricter test for 'defined' keyword.
José Fonseca
1
-0
/
+53
2010-12-01
Add test for implicit conversions of return expressions
Ian Romanick
1
-0
/
+20
2010-12-01
glslparsertest: Remove near duplicate test of gst-gl-hconv9.frag
Chad Versace
1
-47
/
+0
2010-12-01
glslparsertest: Prepend GLSLParserTest comment block to existing tests
Chad Versace
339
-3
/
+3043
2010-11-30
glslparsertest: Add test for parenthesis-less 'defined' expressions.
José Fonseca
1
-0
/
+11
2010-11-11
loop-07.frag: Regression test from Aras for loop analysis.
Eric Anholt
1
-0
/
+11
2010-11-08
tests: use /usr/bin/env python
Xavier Chantry
1
-1
/
+1
2010-10-19
glslparsertest: Fix comments in some bit-logic tests
Chad Versace
3
-3
/
+3
2010-10-19
glslparsertest: Add tests for bit-logic assignments in GLSL 1.30
Chad Versace
11
-0
/
+172
2010-10-19
glslparsertest: Add tests for bit shift assignments in GLSL 1.30
Chad Versace
10
-0
/
+253
2010-10-19
glslparsertest: Fix test bit-shift-06.frag
Chad Versace
1
-6
/
+6
[next]