index
:
~nh/piglit
arb_gl_spirv
deqp-run-multi
master
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
spec
/
glsl-1.50
Age
Commit message (
Expand
)
Author
Files
Lines
2013-11-11
Test a corner case involving arrays, structs, and interface blocks.
Paul Berry
1
-0
/
+54
2013-11-11
gs: Test redeclaring either gl_PerVertex in or out, and using both.
Paul Berry
2
-0
/
+108
2013-11-11
gs: Fix geometry layout case insensitivity tests.
Paul Berry
3
-0
/
+5
2013-11-11
gs: Test that gl_MaxGeometryInputComponents can actually be achieved.
Paul Berry
1
-0
/
+66
2013-11-11
Test the "centroid" qualifier inside of interface blocks.
Paul Berry
2
-0
/
+283
2013-11-11
Test interpolation qualifiers inside of interface blocks.
Paul Berry
3
-0
/
+247
2013-11-11
Check that transform feedback size/type comes from gs, not vs.
Paul Berry
2
-0
/
+228
2013-11-11
Rename and clarify interface-blocks-vs-gs-array-size-mismatch.shader_test.
Paul Berry
2
-41
/
+52
2013-11-11
Test intrastage interface block array matching rules.
Paul Berry
3
-0
/
+136
2013-11-04
Test that the fs gl_PrimitiveID input works even when there's no gs.
Paul Berry
1
-0
/
+60
2013-10-28
GS: Test that max_vertices cannot be set to INT_MAX
Nicholas Mack
1
-0
/
+23
2013-10-28
GS: Test geometry output layout qualifier rules
Nicholas Mack
3
-0
/
+66
2013-10-28
GS: Test geometry input layout qualifier rules
Nicholas Mack
1
-0
/
+25
2013-10-28
GS: Test that geometry shader input/output layout qualifiers only compile if ...
Nicholas Mack
3
-0
/
+257
2013-10-28
Interface Blocks: Test how interface block members are accessed from API
Nicholas Mack
2
-0
/
+174
2013-10-28
GLSL 1.50 Interface blocks: Test that interface blocks cannot have initialize...
Nicholas Mack
2
-0
/
+49
2013-10-28
GLSL 1.50 Interface blocks: Test that the array index must be used to access ...
Nicholas Mack
1
-0
/
+25
2013-10-28
GLSL 1.50 Interface blocks: Test that block array sizes must match between sh...
Nicholas Mack
2
-0
/
+78
2013-10-23
Fix invalid gs qualifier "layout(triangles) out" in a few tests.
Paul Berry
3
-3
/
+3
2013-10-18
glsl-1.50: add size requirements to 3 shader_test tests
Jordan Justen
3
-6
/
+9
2013-10-16
Test unsized arrays in interface blocks
Paul Berry
10
-0
/
+736
2013-10-16
gs: Don't try to use gl_PerVertex when redeclaring fragment shader inputs.
Paul Berry
1
-3
/
+1
2013-10-15
gs: Check GL errors in primitive-id-restart test.
Paul Berry
1
-0
/
+2
2013-10-14
GLSL 1.50: Test that multiple shaders of version 140 and 150 can be linked to...
Nicholas Mack
1
-0
/
+52
2013-10-14
GLSL 1.50: Test that version 140 and version 150 shaders can be linked together
Nicholas Mack
1
-0
/
+33
2013-10-09
gs: Test that a single shader can redeclare both gl_PerVertex input and output.
Paul Berry
1
-0
/
+67
2013-10-08
glsl-1.50: Port over basic UBO tests from glsl 1.40 VS to glsl 1.50 GS
Eric Anholt
13
-0
/
+904
2013-10-08
Test that gl_in may be redeclared with an array size.
Paul Berry
1
-0
/
+45
2013-10-08
Verify that gl_PerVertex can't be redeclared in certain shader types.
Paul Berry
3
-0
/
+55
2013-10-08
Verify array-ness and instance name of gl_PerVertex redeclarations.
Paul Berry
5
-0
/
+204
2013-10-08
Test inter- and intra-stage gl_PerVertex matching rules.
Paul Berry
9
-0
/
+599
2013-10-08
Test that builtins can't be redeclared both inside and outside gl_PerVertex.
Paul Berry
8
-0
/
+272
2013-10-08
Test that after redeclaration, absent members of gl_PerVertex can't be used.
Paul Berry
3
-0
/
+105
2013-10-08
Test that gl_PerVertex can't be redeclared multiple times in one shader.
Paul Berry
3
-0
/
+96
2013-10-08
Test that gl_PerVertex can't be redeclared after it's been used.
Paul Berry
6
-0
/
+219
2013-10-08
Test that the built-in gl_PerVertex interface block can be redeclared.
Paul Berry
3
-0
/
+275
2013-10-08
Test that in general, interface blocks cannot be redeclared.
Paul Berry
2
-0
/
+72
2013-10-08
Test that interface blocks cannot declare conflicting names.
Paul Berry
3
-0
/
+79
2013-10-08
Test that redeclaration of gl_PerVertex must be for a subset.
Paul Berry
3
-0
/
+120
2013-10-08
Test illegal usages of "gl_" prefix in interface blocks.
Paul Berry
5
-0
/
+118
2013-10-07
GLSL: Test that input layout qualifiers cannot be used on variable declarations
Nicholas Mack
2
-0
/
+38
2013-10-07
Test that invariant qualifier is available to all shaders
Steve Miller
3
-0
/
+251
2013-10-07
GS: Test that EndPrimitive() is optional for geometry output layout of "points"
Nicholas Mack
2
-0
/
+162
2013-10-07
GS: Test that varyings of the same name between VS and GS must match types
Nicholas Mack
1
-0
/
+48
2013-10-07
GS: Tests that varying arrays can only be passed between VS and GS within blocks
Nicholas Mack
2
-0
/
+150
2013-10-07
GS: Test that geometry ins/outs can have flat/smooth/noperspective qualifiers
Nicholas Mack
2
-0
/
+120
2013-10-07
gl3.2/glsl1.50: test that uniform variables in a named uniform block cannot b...
Steve Miller
2
-0
/
+136
2013-10-01
glsl-1.50: Test illegal uses of unsized arrays in interface blocks.
Paul Berry
3
-0
/
+77
2013-09-30
Test that GS has access to noise functions
Nicholas Mack
1
-0
/
+24
2013-09-28
gs: Test corner case for triangle strip ordering with primitive restart.
Paul Berry
2
-0
/
+312
[prev]
[next]