glslang/Test/baseResults
2015-01-07 18:47:57 +00:00
..
100.frag.out Fix public bug 1277: #line L sets the next line to L+1 or just L, based on the version of the language. 2014-12-20 07:03:18 +00:00
100Limits.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +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 Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
110scope.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
120.frag.out Finish implement GL_ARB_texture_lod; adding the 19 additional *ARB() built-ins to the 11 non-*ARB() that were already supported. 2014-07-29 18:11:09 +00:00
120.vert.out Fix, and add missing tests for, error catching for applying swizzles to arrays. 2014-05-27 01:34:38 +00:00
130.frag.out Implement GL_ARB_shader_image_load_store. Partly done (format layout qualifiers) from a submission. 2014-08-10 18:19:36 +00:00
130.vert.out Add missing tests and test results. 2014-04-14 16:10:01 +00:00
140.frag.out Implement 'index' layout qualifier for fragment outputs. Based partly on a submission. 2014-08-19 02:12:44 +00:00
140.vert.out Remove lod argument from texture2DRect built-ins. (Submission from matt.helsley) 2014-10-06 16:38:53 +00:00
150.frag.out Establish desktop completeness through version 1.50. (gl_MaxVaryingFloats, implicit-cconversion safety, cube-sampler-array fix, add tests) 2014-04-14 22:08:16 +00:00
150.geom.out Implement GL_ARB_viewport_array extension. 2014-10-17 20:01:27 +00:00
150.tesc.out Include ?: in the tests for flow control. 2015-01-07 06:36:55 +00:00
150.vert.out Fix public bug 1277: #line L sets the next line to L+1 or just L, based on the version of the language. 2014-12-20 07:03:18 +00:00
300.frag.out Do qualifier-based checking independent of declaring a variable. Bug 11903. 2014-10-08 21:29:29 +00:00
300.vert.out Do qualifier-based checking independent of declaring a variable. Bug 11903. 2014-10-08 21:29:29 +00:00
300block.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
300BuiltIns.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
300layout.frag.out Miscellaneous ES 3.1 semantics, and identification of all missing features. 2014-08-14 07:07:21 +00:00
300layout.vert.out Turn on ESSL 3.1 for most features: 2014-08-12 22:07:22 +00:00
300link2.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
300link3.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
300link.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
300operations.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
300scope.vert.out Implement implicit conversions on function return expressions to the function's type. 2014-05-06 06:02:01 +00:00
310.comp.out Implement specification change in 'restrict', allowing it to come and go across function calls. 2014-12-11 00:17:42 +00:00
310.frag.out Correct test result for previous check in. 2014-11-17 16:46:15 +00:00
310.vert.out ES check for vertex out or fragment in containing any of 2014-10-28 05:24:14 +00:00
330.frag.out Implement 'index' layout qualifier for fragment outputs. Based partly on a submission. 2014-08-19 02:12:44 +00:00
330comp.frag.out Add the bitField built-in functions. Mark 330 as being complete. 2014-08-13 20:04:19 +00:00
400.frag.out Implement frexp, ldexp, packUnorm2x16, unpackUnorm2x16, packUnorm4x8, packSnorm4x8, unpackUnorm4x8, unpackSnorm4x8, and unpackDouble2x32(). 2014-08-14 19:45:52 +00:00
400.geom.out Implement 'index' layout qualifier for fragment outputs. Based partly on a submission. 2014-08-19 02:12:44 +00:00
400.tesc.out Include ?: in the tests for flow control. 2015-01-07 06:36:55 +00:00
400.tese.out Add patch in/out block tests. 2014-10-08 21:48:34 +00:00
410.geom.out 420Pack: Implement length() on vectors and matrices. Also, tweak line-continuation semantics to understand the extension. 2014-05-10 22:24:50 +00:00
410.tesc.out Correct the test results from the last check in. 2014-04-14 16:11:00 +00:00
420_size_gl_in.geom.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
420.frag.out Implement conservative depth layout qualifiers. Based partly on a submission. 2014-08-18 21:27:53 +00:00
420.geom.out Implement implicit conversions on function return expressions to the function's type. 2014-05-06 06:02:01 +00:00
420.tesc.out 420Pack: Implement length() on vectors and matrices. Also, tweak line-continuation semantics to understand the extension. 2014-05-10 22:24:50 +00:00
420.tese.out Correct the test results from the last check in. 2014-04-14 16:11:00 +00:00
420.vert.out Implement specification change in 'restrict', allowing it to come and go across function calls. 2014-12-11 00:17:42 +00:00
430.comp.out Implement barrier() control-flow rules: in flow control, non-main, and post-return. 2015-01-07 06:14:06 +00:00
430.vert.out Do qualifier-based checking independent of declaring a variable. Bug 11903. 2014-10-08 21:29:29 +00:00
430scope.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
440.frag.out Implement 'index' layout qualifier for fragment outputs. Based partly on a submission. 2014-08-19 02:12:44 +00:00
440.vert.out Implement 'index' layout qualifier for fragment outputs. Based partly on a submission. 2014-08-19 02:12:44 +00:00
450.comp.out Implement cull distances for GLSL 4.5 (but not as an extension yet, just a 4.5 feature). 2014-08-13 06:37:59 +00:00
450.frag.out Implement GL_ARB_shader_texture_image_samples. Also add in gl_MaxSamples and the float imageAtomicExchange. 2014-08-13 16:54:02 +00:00
450.geom.out Implement cull distances for GLSL 4.5 (but not as an extension yet, just a 4.5 feature). 2014-08-13 06:37:59 +00:00
450.tesc.out Implement cull distances for GLSL 4.5 (but not as an extension yet, just a 4.5 feature). 2014-08-13 06:37:59 +00:00
450.tese.out Implement cull distances for GLSL 4.5 (but not as an extension yet, just a 4.5 feature). 2014-08-13 06:37:59 +00:00
450.vert.out ES check for vertex out or fragment in containing any of 2014-10-28 05:24:14 +00:00
aggOps.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
always-discard2.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
always-discard.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
array100.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
array.frag.out Implement implicit conversions on function return expressions to the function's type. 2014-05-06 06:02:01 +00:00
atomic_uint.frag.out Implement atomic counter offset semantics. 2014-08-19 06:08:38 +00:00
comment.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
conditionalDiscard.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
constErrors.frag.out Add the bitField built-in functions. Mark 330 as being complete. 2014-08-13 20:04:19 +00:00
constFold.frag.out Fix bug where non-constant test in ?: on a constant results thought the result was const, when it is really a temporary. 2014-07-10 23:49:21 +00:00
conversion.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
cppComplexExpr.vert.out Implement ES-3.0-specific error semantics for redefining predefined macros. 2015-01-07 18:47:57 +00:00
cppIndent.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
cppNest.vert.out Finish GL_ARB_shading_language_420pack: *ProgramTexelOffset built-in constants. Also, make comma operation not fold constants. 2014-05-11 01:07:31 +00:00
cppSimple.vert.out Implement ES-3.0-specific error semantics for redefining predefined macros. 2015-01-07 18:47:57 +00:00
dataOut.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
dataOutIndirect.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
dce.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
decls.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
deepRvalue.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
depthOut.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
discard-dce.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
doWhileLoop.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
earlyReturnDiscard.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
empty.frag.out Track which extensions were enabled or required, in the intermediate representation, for reflection of the consumer. 2014-03-31 22:20:47 +00:00
errors.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
flowControl.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
forLoop.frag.out Test update. 2014-08-09 22:09:03 +00:00
forwardRef.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
functionCall.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
functionSemantics.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
length.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
lineContinuation100.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
lineContinuation.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
link1.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
localAggregates.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
loops.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
loopsArtificial.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
mains1.frag.out Establish desktop completeness through version 1.50. (gl_MaxVaryingFloats, implicit-cconversion safety, cube-sampler-array fix, add tests) 2014-04-14 22:08:16 +00:00
matrix2.frag.out Establish desktop completeness through version 1.50. (gl_MaxVaryingFloats, implicit-cconversion safety, cube-sampler-array fix, add tests) 2014-04-14 22:08:16 +00:00
matrix.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
matrixError.vert.out 420Pack: Implement length() on vectors and matrices. Also, tweak line-continuation semantics to understand the extension. 2014-05-10 22:24:50 +00:00
newTexture.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
noMain.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
nonSquare.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
numeral.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
Operations.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
pointCoord.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
precision.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
precision.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
prepost.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
recurse1.vert.out Add the bitField built-in functions. Mark 330 as being complete. 2014-08-13 20:04:19 +00:00
reflection.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
sample.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
sample.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
simpleFunctionCall.frag.out Establish desktop completeness through version 1.50. (gl_MaxVaryingFloats, implicit-cconversion safety, cube-sampler-array fix, add tests) 2014-04-14 22:08:16 +00:00
specExamples.frag.out Do qualifier-based checking independent of declaring a variable. Bug 11903. 2014-10-08 21:29:29 +00:00
specExamples.vert.out Implement atomic counter offset semantics. 2014-08-19 06:08:38 +00:00
structAssignment.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
structDeref.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
structure.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
switch.frag.out Still generate switch statement when WARNING about missing statements is given. It was correct behave when this used to be an error, but not now that it is a warning. 2014-12-21 16:48:29 +00:00
swizzle.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
syntaxError.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
test.conf Implement write-only semantic checking, the non-r32f/i/u readonly/writeonly check, and ES 3.1 support of volatile. Also, fix a typo in MaxComputeGroupY. 2014-08-19 20:32:48 +00:00
test.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
texture.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
tokenLength.vert.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
types.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
uint.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
uniformArray.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
variableArrayIndex.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
varyingArray.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
varyingArrayIndirect.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
versionsClean.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
versionsClean.vert.out Fix bug where an anonymous member of a built-in block containing another member with an implicitly-sized array caused two copies of the block to be referenced. 2014-05-14 02:38:14 +00:00
versionsErrors.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
versionsErrors.vert.out Fix bug where an anonymous member of a built-in block containing another member with an implicitly-sized array caused two copies of the block to be referenced. 2014-05-14 02:38:14 +00:00
voidFunction.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00
whileLoop.frag.out Restore r26245 and all tests and test results since 4/1: 2014-04-14 15:46:40 +00:00