index
:
~gabbayo/piglit
base
fbo-extended-blend
fbo-generatemipmap-formats-debug
master
rhel-6.8
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
glslparser.tests
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-21
builtin-texturematrix: test for gl_TextureMatrix inverse/transpose presence.
Eric Anholt
1
-0
/
+1
2010-09-07
glslparsertest: Exercise ?: operator with array-type results
Ian Romanick
1
-0
/
+2
2010-09-07
Actually commit the updated glslparser.tests file...
Kenneth Graunke
1
-0
/
+1
2010-09-03
glslparser.tests: Change local-function-0[12] to negative tests.
Vinson Lee
1
-2
/
+2
2010-09-01
Add more structure constructor tests.
Kenneth Graunke
1
-0
/
+3
2010-09-01
Add some GLSL 1.20 matrix-from-matrix constructor tests.
Kenneth Graunke
1
-0
/
+4
2010-09-01
glslparsertest: Add a test for local function declarations in 1.10
Ian Romanick
1
-0
/
+1
2010-09-01
glslparsertest: Add several array-of-structure constructor tests
Ian Romanick
1
-0
/
+4
2010-08-31
Add a negative test for bitwise not used in a larger expression.
Kenneth Graunke
1
-0
/
+1
2010-08-26
glslparsertest: Fix name of test as struct-06.frag (not .vert)
Ian Romanick
1
-1
/
+1
2010-08-25
glslparsertest: Add more tests for assignments to samplers
Ian Romanick
1
-0
/
+4
2010-08-25
glslparsertest: Add tests for assignments to samplers
Ian Romanick
1
-0
/
+2
2010-08-25
Change redeclaration-14.vert to use GLSL 1.20.
Kenneth Graunke
1
-1
/
+1
2010-08-25
glslparsertest: Add test for dereference of array inside a struct
Ian Romanick
1
-0
/
+1
2010-08-25
glslparsertest: Move several fragment-only built-ins to a separate test
Ian Romanick
1
-0
/
+1
2010-08-24
glslparsertest: Add tests for all 1.10 and 1.20 built-in functions
Ian Romanick
1
-0
/
+2
2010-08-24
glslparsertest: Add #pragma test from bugzilla #28138
Ian Romanick
1
-0
/
+1
2010-08-24
glslparsertest: Add tests for #pragma usage
Ian Romanick
1
-0
/
+7
2010-08-24
Add tests for local function declarations in 1.20+.
Kenneth Graunke
1
-0
/
+2
2010-08-24
Add more redeclaration tests; fix redeclaration-02 and struct-05.
Kenneth Graunke
1
-2
/
+17
2010-08-23
Revert "function-12.vert: New test for bug #29608."
Eric Anholt
1
-1
/
+0
2010-08-23
function-12.vert: New test for bug #29608.
Cedric Vivier
1
-0
/
+1
2010-08-23
Remove CorrectPreprocess11.frag test from glslparser.tests
Carl Worth
1
-1
/
+0
2010-08-21
Add tests for arrays as function parameters.
Kenneth Graunke
1
-0
/
+3
2010-08-20
Add a new builtin function scoping test, redeclaration-04.vert.
Kenneth Graunke
1
-0
/
+1
2010-08-18
Add more GLSL variable scoping tests.
Kenneth Graunke
1
-0
/
+2
2010-08-17
glslparsertest: constructor-16.vert requires GLSL 1.20
Ian Romanick
1
-1
/
+1
2010-08-17
glslparsertest: Add test for mat4x3 constructor
Ian Romanick
1
-0
/
+1
2010-08-17
glslparsertest: Add more function prototype tests
Ian Romanick
1
-0
/
+3
2010-08-17
glslparsertest: Add tests for redeclarations of built-in functions
Ian Romanick
1
-0
/
+3
2010-08-17
unsized-array-non-const-index-2.vert: New test for an assertion failure.
Eric Anholt
1
-0
/
+1
2010-08-13
glslparsertest: Verify that Lod functions are not available to frag shaders
Ian Romanick
1
-0
/
+13
2010-08-13
glslparsertest: Test the existence of every texture rectangle sampler function
Ian Romanick
1
-0
/
+5
2010-08-10
glslparsertest: Add #if/#elif/#endif test case
Ian Romanick
1
-0
/
+1
2010-08-01
glslparsertest: Add one variant (chosen by #defines) of xonotic's GLSL shader.
Eric Anholt
1
-0
/
+3
2010-07-21
Add simple test using the unary-plus operator.
Carl Worth
1
-0
/
+1
2010-07-20
Add a test for implicit conversions in constant expressions.
Kenneth Graunke
1
-0
/
+1
2010-07-20
Add parser tests involving constant arrays.
Kenneth Graunke
1
-0
/
+5
2010-07-20
Add tests for implicit conversions in GLSL array constructors.
Kenneth Graunke
1
-0
/
+2
2010-07-17
Add tests for GLSL 1.20's array.length() method.
Kenneth Graunke
1
-0
/
+3
2010-07-16
Copy glsl-texcoord-array's vertex shader as a new (failing) parser test.
Kenneth Graunke
1
-0
/
+1
2010-07-15
Flag my latest tests as requiring GLSL 1.20.
Kenneth Graunke
1
-5
/
+5
2010-07-14
Add a (negative) test for constant expressions involving user functions.
Kenneth Graunke
1
-0
/
+1
2010-07-14
Add GLSL 1.20 tests for constant expressions involving builtins.
Kenneth Graunke
1
-0
/
+5
2010-07-08
glslparsertest: Add more "from matrix" constructor tests
Ian Romanick
1
-0
/
+2
2010-07-07
glslparsertest: Add ivec/matrix constructor tests.
Kenneth Graunke
1
-0
/
+3
2010-07-06
Add a test for constant expressions which multiply vectors and matrices.
Kenneth Graunke
1
-0
/
+1
2010-07-06
Add tests for constant expressions involving matrix multiplication.
Kenneth Graunke
1
-0
/
+2
2010-07-06
Add forgotten const-mat-scalar-*.frag to glslparser.tests.
Kenneth Graunke
1
-0
/
+4
2010-07-02
glslparsertest: Add minimum GLSL version requirements
Ian Romanick
1
-37
/
+37
[next]