glslang-zig/Test/baseResults
steve-lunarg 9cee73e028 HLSL: support per control point patch const fn invocation
This PR emulates per control point inputs to patch constant functions.
Without either an extension to look across SIMD lanes or a dedicated
stage, the emulation must use separate invocations of the wrapped
entry point to obtain the per control point values.  This is provided
since shaders are wanting this functionality now, but such an extension
is not yet available.

Entry point arguments qualified as an invocation ID are replaced by the
current control point number when calling the wrapped entry point.  There
is no particular optimization for the case of the entry point not having
such an input but the PCF still accepting ctrl pt frequency data.  It'll
work, but anyway makes no so much sense.

The wrapped entry point must return the per control point data by value.
At this time it is not supported as an output parameter.
2017-03-30 14:36:56 -06:00
..
100.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
100Limits.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
100LimitsConf.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
100scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
110scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
120.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
120.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
130.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
130.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
140.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
140.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
150.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
150.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
150.tesc.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
150.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300block.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300BuiltIns.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300layout.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300layout.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300link.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300link2.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300link3.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300operations.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
300scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310.comp.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310.tesc.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310.tese.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310AofA.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310implicitSizeArrayError.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
330.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
330comp.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
400.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
400.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
400.tesc.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
400.tese.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
400.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
410.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
410.tesc.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
410.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
420.comp.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
420.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
420.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
420.tesc.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
420.tese.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
420.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
420_size_gl_in.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
430.comp.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
430.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
430AofA.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
430scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
440.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
440.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
450.comp.out Non-functional: Sweep through the stack for consistent with "main" and entry point. 2016-09-19 16:01:41 -06:00
450.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
450.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
450.tesc.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
450.tese.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
450.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
aggOps.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
always-discard.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
always-discard2.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
array.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
array100.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
atomic_uint.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
badChars.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
badMacroArgs.frag.out Front-ends: Remove now defunct afterEOF and related, use scanner's instead. 2016-08-31 13:46:50 -06:00
comment.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
conditionalDiscard.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
constErrors.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
constFold.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
conversion.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppBad.vert.out PP: Non-functional: rationalize TPpToken. 2016-12-20 19:42:53 -07:00
cppBad2.vert.out PP: Fix issue #426, recover from bad-source macro expansion. 2017-01-02 17:56:08 -07:00
cppComplexExpr.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppIndent.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppNest.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppSimple.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
dataOut.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
dataOutIndirect.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
dce.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
decls.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
deepRvalue.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
depthOut.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
discard-dce.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
doWhileLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
earlyReturnDiscard.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
empty.frag.out Check for linking multiple ES shaders to the same stage 2016-05-25 09:26:43 +02:00
errors.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
es-link1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
flowControl.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
forLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
forwardRef.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
functionCall.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
functionSemantics.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
glspv.esversion.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
glspv.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
glspv.version.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
glspv.version.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
glspv.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
hlsl.amend.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.array.flatten.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.array.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.array.implicit-size.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.array.multidim.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.assoc.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.attribute.expression.comp.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.attribute.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.basic.comp.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.basic.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.buffer.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.calculatelod.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.calculatelodunclamped.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.cast.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.comparison.vec.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.conditional.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.constructexpr.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.deadFunctionMissingBody.vert.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
hlsl.depthGreater.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.depthLess.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.discard.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.doLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.emptystructreturn.frag.out HLSL: fix crash on empty struct return from entry point 2017-03-24 08:56:37 -06:00
hlsl.emptystructreturn.vert.out HLSL: fix crash on empty struct return from entry point 2017-03-24 08:56:37 -06:00
hlsl.entry-in.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.entry-out.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.entry.rename.frag.out Tests: Update test results. 2017-03-23 14:52:38 -06:00
hlsl.flatten.return.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.float1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.float4.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.forLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.frag.out HLSL: Map parameter qualifiers from generic to function-specific and entry-point specific. 2016-06-17 15:52:46 -06:00
hlsl.gather.array.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.gather.basic.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.gather.basic.dx10.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.gather.offset.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.gather.offsetarray.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.gathercmpRGBA.offset.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.gatherRGBA.array.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.gatherRGBA.basic.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.gatherRGBA.offset.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.gatherRGBA.offsetarray.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.getdimensions.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.getdimensions.dx10.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.getdimensions.rw.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.getsampleposition.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.hull.1.tesc.out HLSL: support per control point patch const fn invocation 2017-03-30 14:36:56 -06:00
hlsl.hull.2.tesc.out HLSL: support per control point patch const fn invocation 2017-03-30 14:36:56 -06:00
hlsl.hull.ctrlpt-1.tesc.out HLSL: support per control point patch const fn invocation 2017-03-30 14:36:56 -06:00
hlsl.hull.void.tesc.out HLSL: support per control point patch const fn invocation 2017-03-30 14:36:56 -06:00
hlsl.identifier.sample.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.if.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.init.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.init2.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.inoutquals.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsic.frexp.frag.out HLSL: Fix an issue of frexp(). 2017-03-29 17:12:40 +08:00
hlsl.intrinsic.frexp.vert.out HLSL: Fix an issue of frexp(). 2017-03-29 17:12:40 +08:00
hlsl.intrinsics.barriers.comp.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.comp.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.d3dcolortoubyte4.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.intrinsics.double.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.evalfns.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.f1632.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.f3216.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.frag.out HLSL: Move frexp() to a separate test file. 2017-03-29 17:04:58 +08:00
hlsl.intrinsics.lit.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.negative.comp.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.negative.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.negative.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.intrinsics.promote.down.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.intrinsics.promote.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.intrinsics.promote.outputs.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.intrinsics.vert.out HLSL: Move frexp() to a separate test file. 2017-03-29 17:04:58 +08:00
hlsl.layout.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.load.2dms.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.array.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.basic.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.basic.dx10.vert.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.buffer.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.buffer.float.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.offset.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.offsetarray.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.rwbuffer.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.rwtexture.array.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.load.rwtexture.dx10.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.logical.binary.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.logical.binary.vec.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.logical.unary.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.matNx1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.matrixindex.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.matrixSwizzle.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.matType.bool.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.matType.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.matType.int.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.max.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.mintypes.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.multiEntry.vert.out WIP: HLSL: propagate readonly qualifier for buffer types 2017-03-19 12:40:12 -06:00
hlsl.multiReturn.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.nonstaticMemberFunction.frag.out HLSL: non-static member functions: track and find active anonymous 'this' scopes and members. 2017-03-21 23:56:40 -06:00
hlsl.numericsuffixes.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.numthreads.comp.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.overload.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.params.default.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.params.default.negative.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.partialInit.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.pp.line.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.precedence.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.precedence2.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.precise.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.promote.atomic.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.promote.binary.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.promote.vec1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.promotions.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.reflection.binding.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
hlsl.reflection.binding.vert.out add reflection queries to return a TType. Fix minor issue with interface names. 2016-10-02 16:57:58 -06:00
hlsl.reflection.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
hlsl.rw.atomics.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.rw.bracket.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.rw.register.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.rw.scalar.bracket.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.rw.swizzle.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.rw.vec2.bracket.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.sample.array.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.sample.basic.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.sample.offset.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.sample.offsetarray.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.sample.sub-vec4.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplebias.array.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplebias.basic.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplebias.offset.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplebias.offsetarray.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplecmp.array.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplecmp.basic.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplecmp.offset.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplecmp.offsetarray.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplecmplevelzero.array.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplecmplevelzero.basic.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplecmplevelzero.offset.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplecmplevelzero.offsetarray.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplegrad.array.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplegrad.basic.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplegrad.basic.dx10.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplegrad.offset.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplegrad.offsetarray.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplelevel.array.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplelevel.basic.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplelevel.basic.dx10.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplelevel.offset.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.samplelevel.offsetarray.dx10.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.scope.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.semantic.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.semantic.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.semicolons.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.shapeConv.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.shapeConvRet.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.sin.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.staticMemberFunction.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.string.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.stringtoken.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.struct.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.struct.split-1.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.struct.split.array.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.struct.split.assign.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.struct.split.call.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.struct.split.nested.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.struct.split.trivial.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.struct.split.trivial.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structarray.flatten.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structarray.flatten.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structbuffer.atomics.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structbuffer.byte.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structbuffer.coherent.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structbuffer.fn.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structbuffer.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structbuffer.rw.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structbuffer.rwbyte.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structin.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.structIoFourWay.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.structStructName.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.switch.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.swizzle.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.templatetypes.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.this.frag.out HLSL: Implement 'this' keyword. 2017-03-22 11:38:22 -06:00
hlsl.tx.bracket.frag.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.type.half.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.type.identifier.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.typedef.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.typeGraphCopy.vert.out HLSL: Allow use of $Global members in between function calls. 2017-03-22 23:21:34 -06:00
hlsl.void.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
hlsl.whileLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
length.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
lineContinuation.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
lineContinuation100.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
link1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
link1.vk.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
localAggregates.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
loops.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
loopsArtificial.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
mains1.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
matrix.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
matrix2.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
matrixError.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
max_vertices_0.geom.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
maxClipDistances.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
missingBodies.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
negativeArraySize.comp.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
newTexture.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
noMain.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
nonSquare.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
nonVulkan.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
nosuffix.out Fix #777: don't parse .suffix if <stage> is provided. 2017-03-16 11:30:20 -06:00
numeral.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
Operations.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
pointCoord.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
precise.tesc.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
precise_struct_block.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
precision.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
precision.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
prepost.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
preprocessor.cpp_style___FILE__.vert.err Extend the syntax of #line and __FILE__ to support filename strings. 2015-07-27 13:07:52 -04:00
preprocessor.cpp_style___FILE__.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.cpp_style_line_directive.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.cpp_style_line_directive.vert.out Extend the syntax of #line and __FILE__ to support filename strings. 2015-07-27 13:07:52 -04:00
preprocessor.defined.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.defined.vert.out 'defined' cannot be used as a macro name in #define or #undef. 2015-08-29 23:15:13 +00:00
preprocessor.edge_cases.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.edge_cases.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.eof_missing.vert.err add .err file for eof_missing test 2016-04-27 10:22:22 -04:00
preprocessor.eof_missing.vert.out Fix the infinite loop when an input file lacks EOF 2016-04-27 10:05:57 -04:00
preprocessor.errors.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.errors.vert.out Added error output to the preprocessor. 2015-07-14 16:02:25 -04:00
preprocessor.extensions.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.extensions.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.function_macro.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.function_macro.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.include.disabled.vert.err External interface change: PP: Full <> and "" semantics for the Includer. 2017-01-06 15:08:54 -07:00
preprocessor.include.disabled.vert.out Use extension framework to enable #include directive. 2015-07-31 19:41:19 -04:00
preprocessor.include.enabled.vert.err External interface change: PP: Full <> and "" semantics for the Includer. 2017-01-06 15:08:54 -07:00
preprocessor.include.enabled.vert.out Use extension framework to enable #include directive. 2015-07-31 19:41:19 -04:00
preprocessor.line.frag.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.line.frag.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.line.vert.err Added error output to the preprocessor. 2015-07-14 16:02:25 -04:00
preprocessor.line.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.many.endif.vert.err Fix array out of bounds bug in processing if-else-endif macros. 2016-03-09 15:11:56 -05:00
preprocessor.many.endif.vert.out Fix array out of bounds bug in processing if-else-endif macros. 2016-03-09 15:11:56 -05:00
preprocessor.pragma.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.pragma.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.simple.vert.err Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
preprocessor.simple.vert.out PP: Add missing atoms that effect -E mode. 2016-08-04 22:46:19 -06:00
preprocessor.success_if_parse_would_fail.vert.err Added error output to the preprocessor. 2015-07-14 16:02:25 -04:00
preprocessor.success_if_parse_would_fail.vert.out Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
recurse1.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
reflection.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
remap.basic.dcefunc.frag.out Remapper: remove debug info for IDs stripped in other passes 2016-12-12 09:01:11 -07:00
remap.basic.dcevartype.frag.out WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.basic.everything.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
remap.basic.none.frag.out Remapper: remove debug info for IDs stripped in other passes 2016-12-12 09:01:11 -07:00
remap.basic.strip.frag.out Remapper: remove debug info for IDs stripped in other passes 2016-12-12 09:01:11 -07:00
remap.hlsl.sample.basic.everything.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
remap.hlsl.sample.basic.none.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
remap.hlsl.sample.basic.strip.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
remap.hlsl.templatetypes.everything.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
remap.hlsl.templatetypes.none.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
remap.if.everything.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
remap.if.none.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
remap.literal64.everything.spv.out WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.literal64.none.spv.out WIP: SPV Remapper: add remapper test framework 2016-08-25 10:46:51 -06:00
remap.similar_1a.everything.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
remap.similar_1a.none.frag.out Remapper: remove debug info for IDs stripped in other passes 2016-12-12 09:01:11 -07:00
remap.similar_1b.everything.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
remap.similar_1b.none.frag.out Remapper: remove debug info for IDs stripped in other passes 2016-12-12 09:01:11 -07:00
remap.switch.everything.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
remap.switch.none.frag.out Remapper: remove debug info for IDs stripped in other passes 2016-12-12 09:01:11 -07:00
remap.uniformarray.everything.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
remap.uniformarray.none.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
sample.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
sample.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
simpleFunctionCall.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
specExamples.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
specExamples.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
spv.100ops.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.130.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.140.frag.out Support align/offset for all versions GLSL/ESSL targeting SPIR-V. 2017-02-13 09:09:04 -07:00
spv.150.geom.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.150.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.300BuiltIns.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.300layout.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.300layout.vert.out Support align/offset for all versions GLSL/ESSL targeting SPIR-V. 2017-02-13 09:09:04 -07:00
spv.300layoutp.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.310.bitcast.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.310.comp.out Full stack: properly implement GL_EXT_device_group and GL_EXT_multiview. 2017-03-14 16:45:30 -06:00
spv.330.geom.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.400.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.400.tesc.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.400.tese.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.420.geom.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.430.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.430.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.450.geom.out Tests: strengthen the value of test for NV members. 2017-03-24 18:58:48 -06:00
spv.450.noRedecl.tesc.out Fix #790: Don't emit NV-specific interface members unless enabled by extension. 2017-03-24 18:40:40 -06:00
spv.450.tesc.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.accessChain.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.aggOps.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.always-discard.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.always-discard2.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.AofA.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.atomic.comp.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.bitCast.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.bool.vert.out Fix #809: smear scalar condition in OpSelect for selecting vector operands. 2017-03-30 10:16:22 -06:00
spv.boolInBlock.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.branch-return.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.buffer.autoassign.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
spv.conditionalDiscard.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.conversion.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.dataOut.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.dataOutIndirect.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.dataOutIndirect.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.deepRvalue.frag.out Fix #809: smear scalar condition in OpSelect for selecting vector operands. 2017-03-30 10:16:22 -06:00
spv.depthOut.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.deviceGroup.frag.out Full stack: properly implement GL_EXT_device_group and GL_EXT_multiview. 2017-03-14 16:45:30 -06:00
spv.discard-dce.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.do-simple.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.do-while-continue-break.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.double.comp.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.doWhileLoop.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.drawParams.vert.out SPV: Implement new extensions GL_KHX_device_group and GL_KHX_multiview. 2017-02-27 01:20:51 -07:00
spv.earlyReturnDiscard.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.float16.frag.out SPV: Emit names of specialization constants 2017-01-31 21:16:17 +01:00
spv.flowControl.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.for-complex-condition.vert.out SPV: Emit OpSelect when a selection node is simple enough. 2017-02-08 17:03:13 -07:00
spv.for-continue-break.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.for-nobody.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.for-notest.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.for-simple.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.forLoop.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.forwardFun.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.functionCall.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.functionNestedOpaque.vert.out SPV: Handle nested opaque types as function parameters. 2017-02-24 19:22:54 -07:00
spv.functionSemantics.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.GeometryShaderPassthrough.geom.out Add support for SPV_NV_geometry_shader_passthrough 2016-12-20 13:28:52 -08:00
spv.glFragColor.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.glsl.register.autoassign.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.glsl.register.noautoassign.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.image.frag.out Fix #809: smear scalar condition in OpSelect for selecting vector operands. 2017-03-30 10:16:22 -06:00
spv.image.load-formatted.frag.out Implement GL_EXT_shader_image_load_formatted 2017-02-17 13:36:25 -08:00
spv.int64.frag.out SPV: Emit names of specialization constants 2017-01-31 21:16:17 +01:00
spv.interpOps.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.intOps.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.layoutNested.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.length.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.localAggregates.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.loops.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.loopsArtificial.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.matFun.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.matrix.frag.out SPV: Fix #723: construct vectors from matrices. 2017-02-17 19:06:21 -07:00
spv.matrix2.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.memoryQualifier.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.merge-unreachable.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.multiStruct.comp.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.multiStructFuncall.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.multiView.frag.out Full stack: properly implement GL_EXT_device_group and GL_EXT_multiview. 2017-03-14 16:45:30 -06:00
spv.multiviewPerViewAttributes.tesc.out Fix #790: Don't emit NV-specific interface members unless enabled by extension. 2017-03-24 18:40:40 -06:00
spv.multiviewPerViewAttributes.vert.out SPV: Unexpected declarations of capabilities from NV extensions. 2017-02-22 16:44:48 +08:00
spv.newTexture.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.noDeadDecorations.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.nonSquare.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.noWorkgroup.comp.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.offsets.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.Operations.frag.out SPV: Fix #739: OpSelect can only operate on scalars and vectors. 2017-03-01 13:49:11 -07:00
spv.precise.tesc.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.precise.tese.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.precision.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.prepost.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.pushConstant.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.pushConstantAnon.vert.out SPV: Allow push constant buffers to not have an instance name. 2017-03-06 08:51:35 -07:00
spv.qualifiers.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.queryL.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.register.autoassign-2.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
spv.register.autoassign.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
spv.register.autoassign.rangetest.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.register.noautoassign.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
spv.rw.autoassign.frag.out HLSL: Wrap the entry-point; need to write 'in' args, and support 'inout' args. 2017-02-06 22:58:32 -07:00
spv.sampleMaskOverrideCoverage.frag.out Add support for SPV_NV_sample_mask_override_coverage 2016-12-19 16:29:34 -08:00
spv.separate.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.set.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.shaderBallot.comp.out Modify shader ballot extension by adding OpSubgroupReadInvocationKHR 2016-12-21 12:08:09 -08:00
spv.shaderBallotAMD.comp.out Implement new revision of extension GL_AMD_shader_ballot 2017-01-19 12:09:51 +08:00
spv.shaderDrawParams.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.shaderGroupVote.comp.out Fix mismatched doc string for SPV_KHR_subgroup_vote 2017-02-17 13:45:29 +01:00
spv.shiftOps.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.shortCircuit.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.simpleFunctionCall.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.simpleMat.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.sparseTexture.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.sparseTextureClamp.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.specConst.vert.out SPV: Emit names of specialization constants 2017-01-31 21:16:17 +01:00
spv.specConstant.comp.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.specConstant.vert.out SPV: Implement new extensions GL_KHX_device_group and GL_KHX_multiview. 2017-02-27 01:20:51 -07:00
spv.specConstantComposite.vert.out SPV: Emit names of specialization constants 2017-01-31 21:16:17 +01:00
spv.specConstantOperations.vert.out Fix #809: smear scalar condition in OpSelect for selecting vector operands. 2017-03-30 10:16:22 -06:00
spv.ssbo.autoassign.frag.out WIP: HLSL: add structuredbuffer pass by reference in fn params 2017-02-26 11:13:42 -07:00
spv.stereoViewRendering.tesc.out Fix #790: Don't emit NV-specific interface members unless enabled by extension. 2017-03-24 18:40:40 -06:00
spv.stereoViewRendering.vert.out support SPV_NV_viewport_array2 and SPV_NV_stereo_view_rendering 2017-01-20 16:48:26 -08:00
spv.structAssignment.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.structDeref.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.structure.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.subpass.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.switch.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.swizzle.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.swizzleInversion.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.test.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.test.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.texture.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.texture.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.types.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.uint.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.uniformArray.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.variableArrayIndex.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.varyingArray.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.varyingArrayIndirect.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.viewportArray2.tesc.out SPV: Fix unexpected declarations of capability and extension 2017-03-16 23:02:39 +08:00
spv.viewportArray2.vert.out support SPV_NV_viewport_array2 and SPV_NV_stereo_view_rendering 2017-01-20 16:48:26 -08:00
spv.voidFunction.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.while-continue-break.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.while-simple.vert.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
spv.whileLoop.frag.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
structAssignment.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
structDeref.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
structure.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
switch.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
swizzle.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
syntaxError.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
test.conf Tests: Move to just linefeed to simply cross-platform test changes. 2015-12-10 18:01:54 -07:00
test.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
texture.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
tokenLength.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
tokenPaste.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
types.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
uint.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
uniformArray.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
variableArrayIndex.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
varyingArray.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
varyingArrayIndirect.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
versionsClean.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
versionsClean.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
versionsErrors.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
versionsErrors.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
voidFunction.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
vulkan.ast.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
vulkan.comp.out Don't print the "Linked stage" message unless the AST is being dumped. 2016-12-03 13:59:51 -07:00
vulkan.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
vulkan.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
whileLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00