glslang-zig/Test/baseResults
Alejandro Piñeiro adba7dfc68 ParseHelper: assign global XfbBuffer to a block missing it
If a block has assigned a XfbOffset it is assumed that it would
inherit the current global XfbBuffer. This commit fixes two use cases:

1) Getting the members of a Block with a XfbOffset to be assigned an
   offset, as explained on GLSL 4.60 spec, section "4.4.2 Output
   Layout Qualifiers", subsection "Transform Feedback Layout
   Qualifiers".

2) Compute properly an error on overlapping ranges if a block is
   assigned a XfbOffset and one of it members is assigned a explicit
   one. This gets working because when the members of a block get
   assigned a Offset/Buffer at fixBlockXfbOffsets, then the block is
   deassigned the Offsets, so ranges are computed only with the block
   members.

BTW, this is already done when redeclaring block builtins.

Fixes #1535
2018-11-10 11:35:50 +01:00
..
100.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -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
100samplerExternal.frag.out Add support for GL_OES_EGL_image_external_essl3 2017-09-05 14:56:26 +01:00
100scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
110scope.vert.out GLSL: Fix #1358: Support "struct name", where name could be a user type 2018-06-11 19:28:15 -06:00
120.frag.out Errors and Build: Fix build warnings, which also improved error messages. 2018-07-12 15:11:07 -06:00
120.vert.out Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. 2018-03-26 00:38:53 -06:00
130.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
130.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
140.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
140.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
150.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
150.geom.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
150.tesc.out GLSL: Fix #1300: Can redeclare without size a sized built-in block array. 2018-04-19 19:42:50 -06:00
150.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
300.frag.out Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. 2018-03-26 00:38:53 -06:00
300.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -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
300samplerExternal.frag.out Add support for GL_OES_EGL_image_external_essl3 2017-09-05 14:56:26 +01:00
300scope.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
310.comp.out Non-functional. Rationalizations enabling future generalizations: 2018-03-28 18:01:20 -06:00
310.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
310.geom.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
310.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
310.tese.out GLSL: Fix #1300: Can redeclare without size a sized built-in block array. 2018-04-19 19:42:50 -06:00
310.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
310AofA.vert.out Non-functional. Rationalizations enabling future generalizations: 2018-03-28 18:01:20 -06:00
310implicitSizeArrayError.vert.out Non-functional. Rationalizations enabling future generalizations: 2018-03-28 18:01:20 -06:00
310runtimeArray.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
320.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
320.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
320.geom.out Remove execute permissions 2018-08-07 03:16:20 +09:00
320.tesc.out Remove execute permissions 2018-08-07 03:16:20 +09:00
320.tese.out Remove execute permissions 2018-08-07 03:16:20 +09:00
320.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
330.frag.out GLSL: Fix #1193: no 'location' on uniform/buffer block. 2017-12-16 10:07:22 -07:00
330comp.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
400.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
400.geom.out Revert "GLSL: Fix #1279: refract does not have a double-type eta." 2018-06-19 09:43:09 -06:00
400.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
400.tese.out GLSL: Fix #1300: Can redeclare without size a sized built-in block array. 2018-04-19 19:42:50 -06:00
400.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
410.geom.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
410.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
410.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
420.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
420.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
420.geom.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
420.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
420.tese.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
420.vert.out GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier 2018-04-05 11:25:02 -06:00
420_size_gl_in.geom.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
430.comp.out Non-functional. Rationalizations enabling future generalizations: 2018-03-28 18:01:20 -06:00
430.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
430AofA.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
430scope.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
435.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
440.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
440.vert.out GLSL: XFB: more support for built-in block redeclarations with XFB. 2018-01-09 18:00:33 -07:00
450.comp.out GLSL: Disallow 'shared' in nested scopes. 2017-06-08 10:13:15 -06:00
450.frag.out GLSL: validation of early_fragment_tests, others, on an object. 2017-06-29 10:46:47 -06:00
450.geom.out GLSL: validation of early_fragment_tests, others, on an object. 2017-06-29 10:46:47 -06:00
450.tesc.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
450.tese.out GLSL: validation of early_fragment_tests, others, on an object. 2017-06-29 10:46:47 -06:00
450.vert.out GLSL: Fix #1193: no 'location' on uniform/buffer block. 2017-12-16 10:07:22 -07:00
460.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
460.vert.out Remove execute permissions 2018-08-07 03:16:20 +09: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: Fix #1359: don't allow unsized arrays as initializers. 2018-04-23 15:32:47 -06:00
array100.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
atomic_uint.frag.out GLSL/SPV: Fix #1196: Require resources to have layout(binding=X). 2018-02-22 11:47:41 -07:00
badChars.frag.out GLSL: Fix #822: Improve information given for syntax errors. 2017-04-20 12:21:53 -06:00
badMacroArgs.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
comment.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
compoundsuffix.frag.hlsl Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
compoundsuffix.vert.glsl Tests: Add usage and tests for previous commit. 2018-04-17 17:44:11 -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 Merge branch 'HaydnTrigg-patch-1' 2018-07-02 16:13:29 -06:00
constFoldIntMin.frag.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
conversion.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppBad.vert.out Fix #1563: Corrupt token when an object macro miscalls a function macro 2018-11-07 18:25:56 -07:00
cppBad2.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
cppComplexExpr.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppDeepNest.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
cppIndent.vert.out GLSL: Fix #822: Improve information given for syntax errors. 2017-04-20 12:21:53 -06:00
cppIntMinOverNegativeOne.frag.out Tests: Non-determinancy: Add back in the IntMin tests. 2017-10-28 13:03:49 -06:00
cppNest.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppPassMacroName.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
cppRelaxSkipTokensErrors.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
cppSimple.vert.out Fix #1563: Corrupt token when an object macro miscalls a function macro 2018-11-07 18:25:56 -07: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: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -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
findFunction.frag.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07: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: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
glsl.-D-U.frag.out Tests: Fix missing test result. 2017-06-15 11:10:57 -06:00
glsl.entryPointRename.vert.bad.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
glsl.entryPointRename.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
glsl.entryPointRename2.vert.out GLSL: Promote HLSL entry-point renaming code to be used by GLSL as well. 2017-09-12 09:40:54 -06:00
glspv.esversion.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
glspv.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
glspv.version.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
glspv.version.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
glspv.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.-D-U.frag.out Standalone: Implement -D and -U for preprocessor macros. 2017-06-15 10:57:18 -06:00
hlsl.aliasOpaque.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.amend.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.array.flatten.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.array.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.array.implicit-size.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.array.multidim.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.assoc.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.attribute.expression.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.attribute.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.attributeC11.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
hlsl.attributeGlobalBuffer.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.automap.frag.out Reflection exposes the Shader Stages where a Uniform is present 2018-07-10 18:25:48 +03:00
hlsl.basic.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.basic.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.boolConv.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.buffer.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
hlsl.calculatelod.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.calculatelodunclamped.dx10.frag.out HLSL: Fix #1423: implement CalculateLevelOfDetailUnclamped(). 2018-07-02 18:53:19 -06:00
hlsl.cast.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.cbuffer-identifier.vert.out SPIRV: Simplify matrix->matrix constructor 2018-07-05 15:55:12 -07:00
hlsl.charLit.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.clip.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-1.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-1.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-1.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-2.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-2.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-2.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-3.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-3.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-3.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-4.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-4.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-4.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-5.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-5.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-6.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-6.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-7.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-7.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-8.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-8.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-9.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.clipdistance-9.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.color.hull.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.comparison.vec.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.conditional.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.constantbuffer.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.constructArray.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.constructexpr.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.constructimat.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.coverage.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.dashI.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.deadFunctionMissingBody.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.depthGreater.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.depthLess.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.discard.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.doLoop.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.domain.1.tese.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.domain.2.tese.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.domain.3.tese.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.emptystruct.init.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.emptystructreturn.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.emptystructreturn.vert.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.entry-in.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.entry-out.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.entry.rename.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.explicitDescriptorSet-2.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.explicitDescriptorSet.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.flatten.return.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.flattenOpaque.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.flattenOpaqueInit.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.flattenOpaqueInitMix.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.flattenSubset.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.flattenSubset2.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.float1.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
hlsl.float4.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.forLoop.frag.out Remove execute permissions 2018-08-07 03:16:20 +09: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.fraggeom.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.function.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.gather.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.gather.basic.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.gather.basic.dx10.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.gather.offset.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.gather.offsetarray.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.gathercmpRGBA.offset.dx10.frag.out SPV: Fix #1399 emit ImageGatherExtended when using ConstOffsets operand 2018-06-05 08:53:36 -06:00
hlsl.gatherRGBA.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.gatherRGBA.basic.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.gatherRGBA.offset.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.gatherRGBA.offsetarray.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.getdimensions.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.getdimensions.dx10.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.getdimensions.rw.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.getsampleposition.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.global-const-init.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.groupid.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.gs-hs-mix.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.hlslOffset.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.hull.1.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.hull.2.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.hull.3.tesc.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.hull.4.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.hull.5.tesc.out HLSL: for split output structs, propagate indirection to builtin. 2017-12-12 16:22:48 -07:00
hlsl.hull.ctrlpt-1.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.hull.ctrlpt-2.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.hull.void.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.identifier.sample.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.if.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.imagefetch-subvec4.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.implicitBool.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.include.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.includeNegative.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.inf.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.init.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.init2.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.inoutquals.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsic.frexp.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsic.frexp.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.barriers.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.comp.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.intrinsics.d3dcolortoubyte4.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.double.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.evalfns.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.intrinsics.f1632.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.f3216.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.intrinsics.lit.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.negative.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.negative.frag.out HLSL: Force flat (nointerp) onto integer fragment inputs. 2017-06-20 03:20:59 -06:00
hlsl.intrinsics.negative.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.promote.down.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.promote.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.promote.outputs.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.intrinsics.vert.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.isfinite.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.layout.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.layoutOverride.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.load.2dms.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.basic.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.basic.dx10.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.buffer.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.buffer.float.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.offset.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.offsetarray.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.rwbuffer.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.rwtexture.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.load.rwtexture.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.localStructuredBuffer.comp.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.logical.binary.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.logical.binary.vec.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.logical.unary.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.logicalConvert.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.loopattr.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.matNx1.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.matpack-1.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.matpack-pragma.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.matrixindex.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.matrixSwizzle.vert.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
hlsl.matType.bool.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.matType.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
hlsl.matType.int.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.max.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.memberFunCall.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.mintypes.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.mip.negative.frag.out HLSL: add .mips[][] operator for texture types 2017-05-15 09:13:58 -06:00
hlsl.mip.negative2.frag.out HLSL: add .mips[][] operator for texture types 2017-05-15 09:13:58 -06:00
hlsl.mip.operator.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.mul-truncate.frag.out SPIRV: Simplify matrix->matrix constructor 2018-07-05 15:55:12 -07:00
hlsl.multiDescriptorSet.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.multiEntry.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.multiReturn.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.namespace.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
hlsl.nonint-index.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.nonstaticMemberFunction.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.noSemantic.functionality1.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.numericsuffixes.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.numthreads.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.opaque-type-bug.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.overload.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.params.default.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.params.default.negative.frag.out HLSL: Emit the OpSource HLSL instruction for HLSL, using new headers. 2017-04-07 15:40:01 -06:00
hlsl.partialFlattenLocal.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.partialFlattenMixed.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.partialInit.frag.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
hlsl.PointSize.geom.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
hlsl.PointSize.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.pp.expand.frag.err PP: Fix #155: Don't give error on HLSL PP-only parsing. 2018-10-25 12:43:02 -06:00
hlsl.pp.expand.frag.out Printing preprocessed shaders (not a supported path): Fix #1490: strings 2018-09-10 11:42:16 -06:00
hlsl.pp.line.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.pp.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.precedence.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.precedence2.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.precise.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.preprocessor.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.promote.atomic.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.promote.binary.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.promote.vec1.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.promotions.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.reflection.binding.frag.out Reflection exposes the Shader Stages where a Uniform is present 2018-07-10 18:25:48 +03: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 Reflection exposes the Shader Stages where a Uniform is present 2018-07-10 18:25:48 +03:00
hlsl.rw.atomics.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.rw.bracket.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.rw.register.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.rw.scalar.bracket.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.rw.swizzle.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.rw.vec2.bracket.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.sample.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.sample.basic.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.sample.offset.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.sample.offsetarray.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.sample.sub-vec4.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplebias.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplebias.basic.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplebias.offset.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplebias.offsetarray.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplecmp.array.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplecmp.basic.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplecmp.dualmode.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplecmp.negative.frag.out HLSL: force textures to shadow modes from combined samplers 2017-09-28 14:17:25 -06:00
hlsl.samplecmp.negative2.frag.out HLSL: add error for expected comparison sampler in SampleCmp* ops 2017-04-21 09:54:53 -06:00
hlsl.samplecmp.offset.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplecmp.offsetarray.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplecmplevelzero.array.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplecmplevelzero.basic.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplecmplevelzero.offset.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplecmplevelzero.offsetarray.dx10.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.samplegrad.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplegrad.basic.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplegrad.basic.dx10.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplegrad.offset.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplegrad.offsetarray.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplelevel.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplelevel.basic.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplelevel.basic.dx10.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplelevel.offset.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplelevel.offsetarray.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.scalar-length.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.scalar2matrix.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.scalarCast.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.scope.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.self_cast.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.semantic-1.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.semantic.geom.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
hlsl.semantic.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.semicolons.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.shapeConv.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.shapeConvRet.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.shift.per-set.frag.out Fix #1471: Merge shift amounts for different sets: --stb ... --std ... 2018-08-12 22:08:53 -06:00
hlsl.sin.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.snorm.uav.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.staticFuncInit.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.staticMemberFunction.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.store.rwbyteaddressbuffer.type.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.string.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.stringtoken.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.struct.frag.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
hlsl.struct.split-1.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.struct.split.array.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.struct.split.assign.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.struct.split.call.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.struct.split.nested.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.struct.split.trivial.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.struct.split.trivial.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structarray.flatten.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structarray.flatten.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structbuffer.append.fn.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.structbuffer.append.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structbuffer.atomics.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.structbuffer.byte.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.structbuffer.coherent.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.structbuffer.floatidx.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structbuffer.fn.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.structbuffer.fn2.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structbuffer.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.structbuffer.incdec.frag.hlslfun1.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structbuffer.incdec.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structbuffer.rw.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.structbuffer.rwbyte.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.structin.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.structIoFourWay.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.structStructName.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.subpass.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.switch.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.swizzle.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.synthesizeInput.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.target.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.targetStruct1.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.targetStruct2.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.templatetypes.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.texture.struct.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.texture.subvec4.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.texturebuffer.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.this.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.tristream-append.geom.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
hlsl.tx.bracket.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.tx.overload.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.type.half.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.type.identifier.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.typedef.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.typeGraphCopy.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.void.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.wavebroadcast.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.waveprefix.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.wavequad.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.wavequery.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.wavequery.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.wavereduction.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.wavevote.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.whileLoop.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
hlsl.y-negate-1.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.y-negate-2.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.y-negate-3.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
implicitInnerAtomicUint.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
include.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
invalidSwizzle.vert.out Only try swizzles on vectors, numbers, and booleans. 2017-10-21 19:54:37 +00:00
length.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
lineContinuation.vert.out Testing: Add new tests, and new ways of testing, for floating-point. 2018-05-24 18:18:22 -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 Link/SPV: Correct symbol IDs on merging ASTs to a single coherent space 2018-07-18 18:07:41 -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: Fix #1247. Remove extraneous *= matrix test. 2018-02-15 12:22:25 -07:00
matrixError.vert.out GLSL: Fix #1247. Remove extraneous *= matrix test. 2018-02-15 12:22:25 -07: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 Remove execute permissions 2018-08-07 03:16:20 +09:00
mixedArrayDecls.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
negativeArraySize.comp.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
newTexture.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -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
nonuniform.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
nonVulkan.frag.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -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 Testing: Add new tests, and new ways of testing, for floating-point. 2018-05-24 18:18:22 -06:00
nvShaderNoperspectiveInterpolation.frag.out Add tests for GL_NV_shader_noperspective_interpolation 2018-03-16 16:49:29 +00:00
Operations.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
overlongLiteral.frag.out Check for hexadecimal literals exceeding MaxTokenLength. 2017-10-22 17:55:14 +00:00
pointCoord.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
precise.tesc.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
precise_struct_block.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -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.bad_arg.vert.err PP: Rationalize return values of MacroExpand. 2018-07-02 13:47:31 -06:00
preprocessor.bad_arg.vert.out PP: Rationalize return values of MacroExpand. 2018-07-02 13:47:31 -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 GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06: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 GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
preprocessor.errors.vert.out Added error output to the preprocessor. 2015-07-14 16:02:25 -04:00
preprocessor.extensions.vert.err GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06: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 GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06: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 GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06: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 Warning for #pragma once. GLSL and HLSL. Addresses #824. 2018-02-11 23:23:22 -07:00
preprocessor.pragma.vert.out Warning for #pragma once. GLSL and HLSL. Addresses #824. 2018-02-11 23:23:22 -07:00
preprocessor.simple.vert.err GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
preprocessor.simple.vert.out Fix #1563: Corrupt token when an object macro miscalls a function macro 2018-11-07 18:25:56 -07: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 Reflection exposes the Shader Stages where a Uniform is present 2018-07-10 18:25:48 +03:00
remap.basic.dcefunc.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.basic.none.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.basic.strip.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.hlsl.sample.basic.everything.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.hlsl.sample.basic.none.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.hlsl.sample.basic.strip.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.hlsl.templatetypes.everything.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.hlsl.templatetypes.none.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.if.everything.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.if.none.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.invalid-spirv-1.out Remapper: make remapper robust against non-exiting error handlers 2017-09-20 15:19:43 -06:00
remap.invalid-spirv-2.out Remapper: make remapper robust against non-exiting error handlers 2017-09-20 15:19:43 -06: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 Add bit width of types to disassembleInstruction 2018-05-24 21:08:20 -05:00
remap.similar_1a.everything.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.similar_1a.none.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.similar_1b.everything.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.similar_1b.none.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.specconst.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.switch.everything.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.switch.none.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.uniformarray.everything.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
remap.uniformarray.none.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
runtimeArray.vert.out Remove execute permissions 2018-08-07 03:16:20 +09: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
samplerlessTextureFunctions.frag.out Add support for GL_EXT_samplerless_texture_functions 2018-07-01 10:58:53 +01:00
simpleFunctionCall.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
specExamples.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
specExamples.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
specExamplesConf.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.1.3.8bitstorage-ssbo.vert.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.1.3.8bitstorage-ubo.vert.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.8bitstorage-int.frag.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.8bitstorage-ssbo.vert.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.8bitstorage-ubo.vert.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.8bitstorage-uint.frag.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.8bitstorage_Error-int.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.8bitstorage_Error-uint.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.16bitstorage-int.frag.out SPV: Fix #1487: Only declare AMD int16/half_float extensions when needed. 2018-09-10 18:10:51 -06:00
spv.16bitstorage-uint.frag.out SPV: Fix #1487: Only declare AMD int16/half_float extensions when needed. 2018-09-10 18:10:51 -06:00
spv.16bitstorage.frag.out SPV: Fix #1487: Only declare AMD int16/half_float extensions when needed. 2018-09-10 18:10:51 -06:00
spv.16bitstorage_Error-int.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.16bitstorage_Error-uint.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.16bitstorage_Error.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.100ops.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.130.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.140.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.150.geom.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.150.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.300BuiltIns.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.300layout.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.300layout.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.300layoutp.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.310.bitcast.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.310.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.320.meshShaderUserDefined.mesh.out Allow redeclaration of builtin interface blocks in mesh shader 2018-10-04 16:39:18 -07:00
spv.330.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.400.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.400.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.400.tese.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.420.geom.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.430.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.430.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.450.geom.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.450.noRedecl.tesc.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.450.tesc.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.460.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.460.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.460.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.accessChain.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.aggOps.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.always-discard.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.always-discard2.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.AnyHitShader.rahit.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.AnyHitShader_Errors.rahit.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.AofA.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.arbPostDepthCoverage.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.arbPostDepthCoverage_Error.frag.out Implement SPV_KHR_post_depth_coverage 2017-07-05 12:27:15 -07:00
spv.atomic.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.atomicInt64.comp.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.barrier.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.bitCast.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.bool.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.boolInBlock.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.branch-return.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.buffer.autoassign.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.builtInXFB.vert.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.ClosestHitShader.rchit.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.ClosestHitShader_Errors.rchit.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.computeShaderDerivatives.comp.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.computeShaderDerivatives2.comp.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.conditionalDiscard.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.constStruct.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.controlFlowAttributes.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.conversion.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.dataOut.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.dataOutIndirect.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.dataOutIndirect.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.debugInfo.1.1.frag.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.debugInfo.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.deepRvalue.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.depthOut.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.deviceGroup.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.discard-dce.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.do-simple.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.do-while-continue-break.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.double.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.doWhileLoop.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.drawParams.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.earlyReturnDiscard.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.explicittypes.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.extPostDepthCoverage.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.extPostDepthCoverage_Error.frag.out Implement SPV_KHR_post_depth_coverage 2017-07-05 12:27:15 -07:00
spv.float16.frag.out Add names for composite constants in SPIR-V 2018-11-02 00:45:12 -07:00
spv.float16Fetch.frag.out SPV: Fix #1487: Only declare AMD int16/half_float extensions when needed. 2018-09-10 18:10:51 -06:00
spv.float32.frag.out Add names for composite constants in SPIR-V 2018-11-02 00:45:12 -07:00
spv.float64.frag.out Add names for composite constants in SPIR-V 2018-11-02 00:45:12 -07:00
spv.flowControl.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.for-complex-condition.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.for-continue-break.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.for-nobody.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.for-notest.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.for-simple.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.forLoop.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.forwardFun.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.fragmentShaderBarycentric.frag.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.fragmentShaderBarycentric2.frag.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.fullyCovered.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.functionCall.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.functionNestedOpaque.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.functionSemantics.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.GeometryShaderPassthrough.geom.out For GL_NV_geometry_shader_passthrough extension, the Inferred output primitive for ElgTriangles should be ElgTriangleStrip. 2018-10-04 18:39:27 -07:00
spv.glFragColor.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.glsl.register.autoassign.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.glsl.register.noautoassign.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.hlslDebugInfo.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.hlslOffsets.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.image.frag.out Fix a parse issue of imageAtomicCompSwap() 2018-10-17 13:55:11 +08:00
spv.image.load-formatted.frag.out Implement GL_EXT_shader_image_load_formatted 2017-02-17 13:36:25 -08:00
spv.imageLoadStoreLod.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.int8.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.int16.amd.frag.out Add names for composite constants in SPIR-V 2018-11-02 00:45:12 -07:00
spv.int16.frag.out SPV: Fix #1487: Only declare AMD int16/half_float extensions when needed. 2018-09-10 18:10:51 -06:00
spv.int32.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.int64.frag.out Add names for composite constants in SPIR-V 2018-11-02 00:45:12 -07:00
spv.interpOps.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.IntersectShader.rint.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.IntersectShader_Errors.rint.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.intOps.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.layoutNested.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.length.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.localAggregates.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.loops.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.loopsArtificial.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.looseUniformNoLoc.vert.out SPV: Add auto location mapping of non-opaque non-block uniform variables. 2017-08-26 15:47:25 -06:00
spv.matFun.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.matrix.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.matrix2.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.memoryQualifier.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.memoryScopeSemantics.comp.out Fix flags.nonprivate to be true for workgroup memory, which is implicitly workgroupcoherent/nonprivate 2018-10-15 22:46:48 -05:00
spv.memoryScopeSemantics_Error.comp.out GL_KHR_memory_scope_semantics 2018-09-06 20:36:14 -05:00
spv.merge-unreachable.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.meshShaderBuiltins.mesh.out Allow redeclaration of builtin interface blocks in mesh shader 2018-10-04 16:39:18 -07:00
spv.meshShaderPerViewBuiltins.mesh.out Allow redeclaration of builtin interface blocks in mesh shader 2018-10-04 16:39:18 -07:00
spv.meshShaderPerViewUserDefined.mesh.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.meshShaderRedeclBuiltins.mesh.out Allow redeclaration of builtin interface blocks in mesh shader 2018-10-04 16:39:18 -07:00
spv.meshShaderRedeclPerViewBuiltins.mesh.out Allow redeclaration of builtin interface blocks in mesh shader 2018-10-04 16:39:18 -07:00
spv.meshShaderSharedMem.mesh.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.meshShaderTaskMem.mesh.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.meshShaderUserDefined.mesh.out changes based on feedback 2018-09-26 13:38:25 -07:00
spv.meshTaskShader.task.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.MissShader.rmiss.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.MissShader_Errors.rmiss.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.multiStruct.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.multiStructFuncall.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.multiView.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.multiviewPerViewAttributes.tesc.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.multiviewPerViewAttributes.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.newTexture.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.noBuiltInLoc.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.noDeadDecorations.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.noLocation.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
spv.nonSquare.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.nonuniform.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.noWorkgroup.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.offsets.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.Operations.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.OVR_multiview.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.paramMemory.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.perprimitiveNV.frag.out Allow GL_NV_mesh_shader in fragment shaders for perprimitiveNV 2018-10-25 23:50:59 -07:00
spv.precise.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.precise.tese.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.precision.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.precisionNonESSamp.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.prepost.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.pushConstant.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.pushConstantAnon.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.qualifiers.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.queryL.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.rankShift.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.RayCallable.rcall.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.RayCallable_Errors.rcall.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.RayConstants.rgen.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.RayGenShader.rgen.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.RayGenShader_Errors.rgen.out Multiple features and misc fixes for final raytracing non experimental version. 2018-10-31 07:55:24 -07:00
spv.register.autoassign-2.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.register.autoassign.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.register.subpass.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.rw.autoassign.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.sample.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.sampleId.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.sampleMaskOverrideCoverage.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.samplePosition.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.samplerlessTextureFunctions.frag.out Add support for GL_EXT_samplerless_texture_functions 2018-07-01 10:58:53 +01:00
spv.separate.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.set.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.shaderBallot.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.shaderBallotAMD.comp.out SPV: Fix #1487: Only declare AMD int16/half_float extensions when needed. 2018-09-10 18:10:51 -06:00
spv.shaderDrawParams.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.shaderFragMaskAMD.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.shaderGroupVote.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.shaderImageFootprint.frag.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.shaderStencilExport.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.shadingRate.frag.out Update known-good to tools/headers for the Nvidia Turing extensions. 2018-09-20 01:34:14 -06:00
spv.shiftOps.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.shortCircuit.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.simpleFunctionCall.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.simpleMat.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.sparseTexture.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.sparseTextureClamp.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.specConst.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.specConstant.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.specConstant.vert.out GL_KHR_memory_scope_semantics 2018-09-06 20:36:14 -05:00
spv.specConstantComposite.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.specConstantOperations.vert.out Add names for composite constants in SPIR-V 2018-11-02 00:45:12 -07:00
spv.ssbo.autoassign.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.ssboAlias.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.stereoViewRendering.tesc.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.stereoViewRendering.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.storageBuffer.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.structAssignment.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.structDeref.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.structure.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.subgroup.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroup.geom.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroup.tesc.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroup.tese.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroup.vert.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroupArithmetic.comp.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroupBallot.comp.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroupBasic.comp.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroupClustered.comp.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroupClusteredNeg.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.subgroupPartitioned.comp.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroupQuad.comp.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroupShuffle.comp.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroupShuffleRelative.comp.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subgroupVote.comp.out Fix 8-bit storage nearly always using the 2018-10-26 14:23:41 +01:00
spv.subpass.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.switch.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.swizzle.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.swizzleInversion.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.test.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.test.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.texture.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.texture.sampler.transform.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.texture.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.textureBuffer.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.textureGatherBiasLod.frag.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.types.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.uint.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.uniformArray.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.unit1.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.variableArrayIndex.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.varyingArray.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.varyingArrayIndirect.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.vecMatConstruct.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.viewportArray2.tesc.out SPV: Add SPIRV-Tools validator. This needs the latest SPIR-Tools. 2018-08-23 13:46:48 -06:00
spv.viewportArray2.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.voidFunction.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.vulkan100.subgroupArithmetic.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.vulkan100.subgroupPartitioned.comp.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.vulkan110.int16.frag.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.vulkan110.storageBuffer.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.while-continue-break.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.while-simple.vert.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.whileLoop.frag.out Remove execute permissions 2018-08-07 03:16:20 +09:00
spv.xfb.vert.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.xfb2.vert.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.xfb3.vert.out Merge pull request #1465 from otakuto/remove-execute-permissions 2018-08-31 08:14:47 -07:00
spv.xfbOffsetOnBlockMembersAssignment.vert.out ParseHelper: assign global XfbBuffer to a block missing it 2018-11-10 11:35:50 +01:00
spv.xfbOffsetOnStructMembersAssignment.vert.out ParseHelper: assign xfb_offset for struct members too 2018-10-31 10:34:44 +01:00
spv.xfbOverlapOffsetCheckWithBlockAndMember.vert.out ParseHelper: assign global XfbBuffer to a block missing it 2018-11-10 11:35:50 +01:00
stringToDouble.vert.out Remove execute permissions 2018-08-07 03:16:20 +09: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: Fix #822: Improve information given for syntax errors. 2017-04-20 12:21:53 -06:00
test.conf Add-support-for-SPV_NV_mesh_shader 2018-09-19 13:07:43 -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 Scanner: Many int64 fixes, including performance. 2018-01-08 11:52:23 -07:00
tokenPaste.vert.out Remove execute permissions 2018-08-07 03:16:20 +09: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 Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
versionsErrors.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
versionsErrors.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -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 Remove execute permissions 2018-08-07 03:16:20 +09:00
vulkan.comp.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
vulkan.frag.out GLSL: No more restrictions on (non)shadow sampler construction. 2018-07-25 12:11:04 -06:00
vulkan.vert.out GLSL/Vulkan: Enforce no location aliasing in vertex inputs. 2018-04-12 11:37:57 -06:00
whileLoop.frag.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00