glslang/Test/baseResults
2013-10-16 22:28:35 +00:00
..
100.frag.out Improve robustness of extension checking, and its intersection with ES 100 features. 2013-10-04 21:09:36 +00:00
100Limits.vert.out Implement ES 2.0 (version 100) limitations for non-inductive loop detection and array indexes needing "constant-index-expressions" (inductive variables and constant expressions). 2013-10-14 22:42:16 +00:00
100LimitsConf.vert.out Implement ES 2.0 (version 100) limitations for non-inductive loop detection and array indexes needing "constant-index-expressions" (inductive variables and constant expressions). 2013-10-14 22:42:16 +00:00
100scope.vert.out Allow ES version 100 to redeclare built-in functions. 2013-10-02 01:30:14 +00:00
120.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
120.vert.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
130.frag.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
140.frag.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
150.geom.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
150.vert.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
300.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
300.vert.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
300block.frag.out Have block members use EvqVaryingIn rather than EvqIn, etc., confining the EvqIn-class of qualifier just to parameters and parse time (before it's known if something is a parameter). Also, have member error messages report their actual line, rather than the block's line. 2013-10-16 04:08:21 +00:00
300BuiltIns.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
300layout.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
300layout.vert.out Have block members use EvqVaryingIn rather than EvqIn, etc., confining the EvqIn-class of qualifier just to parameters and parse time (before it's known if something is a parameter). Also, have member error messages report their actual line, rather than the block's line. 2013-10-16 04:08:21 +00:00
300link2.frag.out Add ES 3.0 fragment output link-time test for outputs having or not having location qualifiers. 2013-10-15 21:46:20 +00:00
300link3.frag.out Add ES 3.0 fragment output link-time test for outputs having or not having location qualifiers. 2013-10-15 21:46:20 +00:00
300link.frag.out Add ES 3.0 fragment output link-time test for outputs having or not having location qualifiers. 2013-10-15 21:46:20 +00:00
300operations.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
300scope.vert.out Allow ES version 100 to redeclare built-in functions. 2013-10-02 01:30:14 +00:00
330.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
330comp.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
400.frag.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
400.geom.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
400.tesc.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
400.tese.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
410.geom.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
420.tese.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
420.vert.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
430.comp.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
430scope.vert.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
aggOps.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
always-discard2.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
always-discard.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
array100.frag.out Improve robustness of extension checking, and its intersection with ES 100 features. 2013-10-04 21:09:36 +00:00
array.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
comment.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
conditionalDiscard.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
constErrors.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
constFold.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
conversion.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
cppComplexExpr.vert.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
cppIndent.vert.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
cppNest.vert.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
cppSimple.vert.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
dataOut.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
dataOutIndirect.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
dce.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
decls.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
deepRvalue.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
depthOut.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
discard-dce.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
doWhileLoop.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
earlyReturnDiscard.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
errors.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
flowControl.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
forLoop.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
forwardRef.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
functionCall.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
functionSemantics.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
length.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
lineContinuation.vert.out Add basic intra-stage linking validation for matching types and qualification of uniforms/ins/outs/globals, function body duplication, and mixing ES/non-ES shaders. 2013-09-24 21:18:46 +00:00
link1.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
localAggregates.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
loops.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
loopsArtificial.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
mains1.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
matrix2.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
matrix.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
matrixError.vert.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
newTexture.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
noMain.vert.out Add basic intra-stage linking validation for matching types and qualification of uniforms/ins/outs/globals, function body duplication, and mixing ES/non-ES shaders. 2013-09-24 21:18:46 +00:00
nonSquare.vert.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
numeral.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
Operations.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
pointCoord.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
precision.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
precision.vert.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
prepost.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
recurse1.vert.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
sample.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
sample.vert.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
simpleFunctionCall.frag.out Non-functional changes: Typo in error message and in comment, remove unneeded arguments, separate constructor-op mapping from handling constructors. 2013-10-05 19:03:50 +00:00
specExamples.frag.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
specExamples.vert.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
structAssignment.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
structDeref.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
structure.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
switch.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
swizzle.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
syntaxError.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
test.conf Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
test.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
texture.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
tokenLength.vert.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
types.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
uint.frag.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
uniformArray.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
variableArrayIndex.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
varyingArray.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
varyingArrayIndirect.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
versionsClean.frag.out Add full support for uniforms with initializers, including intra-stage link validation of aggregate constant initializers. 2013-09-28 04:02:08 +00:00
versionsClean.vert.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
versionsErrors.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
versionsErrors.vert.out Add all built-in variables for all versions/profiles/stages of GLSL. Also, made more readable; declarations are cut and paste from the specs, with quotes around them. This does not include built-in constants yet (other than MaxClipDistances), just the non-constants. 2013-10-16 22:28:35 +00:00
voidFunction.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00
whileLoop.frag.out Add message indicating level of completeness for not-yet-complete versions. 2013-10-01 23:13:50 +00:00