glslang-zig/Test/baseResults
Arseny Kapoulkine 112e2858cf SPIRV: Simplify matrix->matrix constructor
When constructing a matrix from another matrix with smaller dimensions,
there's no need to extract the scalars out of columns and rebuild the
resulting matrix from scalars - instead, we can just construct shorter
vectors with OpShuffle and combine them to the final result.

This keeps the common casts such as mat3(mat4) in vector registers,
which may improve performance for some GPUs, and cleans up output of
translation tools like SPIRV-Cross.

Fixes #1412.
2018-07-05 15:55:12 -07: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 Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -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 GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier 2018-04-05 11:25:02 -06:00
320.comp.out GLSL: Implement version 320 for ES. 2017-07-23 13:54:15 -06:00
320.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
320.geom.out GLSL: Implement version 320 for ES. 2017-07-23 13:54:15 -06:00
320.tesc.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
320.tese.out GLSL: Fix #1300: Can redeclare without size a sized built-in block array. 2018-04-19 19:42:50 -06:00
320.vert.out GLSL: Implement version 320 for ES. 2017-07-23 13:54:15 -06: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 GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06: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 GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
420.comp.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06: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 GLSL: Add version-number checking. 2017-07-23 11:49:42 -06: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 AST: dump attributes along with control flow. 2018-02-01 00:55:26 -07:00
460.vert.out GLSL 4.6: Implement shader group vote. 2017-07-31 03:00:04 -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: 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 #1079: don't give error when macro() name used without open (. 2017-11-02 06:48:32 -06:00
cppBad2.vert.out PP: Rationalize return values of MacroExpand. 2018-07-02 13:47:31 -06:00
cppComplexExpr.vert.out GLSL output: Removed fixed-size buffer; fixes #769. 2017-03-14 19:51:29 -06:00
cppDeepNest.frag.out PP: Fix #1104: Missing check for #if overflow. 2017-10-16 15:29:07 -06: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 Testing: Add new tests, and new ways of testing, for floating-point. 2018-05-24 18:18:22 -06:00
cppRelaxSkipTokensErrors.vert.out PP: don't give errors on some tokens under #if 0 (or similar). 2018-03-19 00:43:18 -06:00
cppSimple.vert.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -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: 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 GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
glspv.frag.out GLSL/SPV: Fix #1196: Require resources to have layout(binding=X). 2018-02-22 11:47:41 -07:00
glspv.version.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.amend.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.attributeC11.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.attributeGlobalBuffer.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.automap.frag.out HLSL: add readonly qualifier to tbuffer, so they end up as SRV 2017-04-20 13:23:01 -06:00
hlsl.basic.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.buffer.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.cbuffer-identifier.vert.out SPIRV: Simplify matrix->matrix constructor 2018-07-05 15:55:12 -07:00
hlsl.charLit.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.constantbuffer.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.constructArray.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.coverage.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.depthLess.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.discard.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.doLoop.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.emptystructreturn.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.entry-in.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.entry-out.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.flattenOpaqueInit.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.flattenOpaqueInitMix.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.flattenSubset.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.flattenSubset2.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.float1.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.float4.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.forLoop.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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.fraggeom.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.function.frag.out HLSL: Fix #902: Incorrect protection against zero arguments. 2017-05-24 16:02:56 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.gatherRGBA.offsetarray.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.include.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.includeNegative.vert.out HLSL: Add an Includer to handle #include. 2017-06-01 11:16:32 -06:00
hlsl.inf.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.init.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.layoutOverride.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.matType.bool.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.matType.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.matType.int.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.max.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.memberFunCall.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.multiReturn.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.namespace.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.partialFlattenMixed.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.partialInit.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.PointSize.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.PointSize.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.pp.expand.frag.err PP/HLSL: Fix #1424: support comma in nested curly braces for macro arg 2018-07-02 10:40:32 -06:00
hlsl.pp.expand.frag.out PP/HLSL: Fix #1424: support comma in nested curly braces for macro arg 2018-07-02 10:40:32 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.precedence.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.precedence2.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 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 HLSL: Remove support for named tbuffer/cbuffer. Fixes #939. 2017-06-19 15:41:11 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplebias.offsetarray.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplecmp.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplecmp.basic.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplecmp.offsetarray.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplecmplevelzero.array.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplecmplevelzero.basic.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplecmplevelzero.offset.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.samplecmplevelzero.offsetarray.dx10.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.scope.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.semantic.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.shapeConvRet.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.shift.per-set.frag.out Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
hlsl.sin.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.snorm.uav.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.staticMemberFunction.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structbuffer.byte.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structbuffer.coherent.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structbuffer.rwbyte.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structin.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structIoFourWay.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.structStructName.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.swizzle.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.synthesizeInput.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.target.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.targetStruct1.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.targetStruct2.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.tristream-append.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.typeGraphCopy.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
hlsl.void.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Fix nondeterminism discussed in 258b700f59 2017-11-02 00:05:53 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
mixedArrayDecls.frag.out Types: Fix #1290: Rationalize and correct "mixed" style array dimensioning. 2018-03-26 00:38:53 -06: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 GLSL/SPV: Implement SPV_EXT_descriptor_indexing and GL_EXT_nonuniform_qualifier 2018-04-05 11:25:02 -06: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 Scanner: Many int64 fixes, including performance. 2018-01-08 11:52:23 -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 GLSL reflection: Fix #985: reflect runtime sized arrays having no constant index. 2017-07-28 17:37:31 -06: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 GLSL: Fix #1359: don't allow unsized arrays as initializers. 2018-04-23 15:32:47 -06: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 Test Results Only: Include size in implicitly sized arrays (change to unsized). 2018-03-25 14:05:38 -06:00
spv.8bitstorage-int.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.8bitstorage-uint.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.8bitstorage_Error-int.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.8bitstorage_Error-uint.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.16bitstorage-int.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.16bitstorage-uint.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.16bitstorage.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.16bitstorage_Error-int.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.16bitstorage_Error-uint.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.16bitstorage_Error.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.100ops.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.130.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.140.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.150.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.150.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.300BuiltIns.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.300layout.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.310.bitcast.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.310.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Revert "GLSL: Fix #1279: refract does not have a double-type eta." 2018-06-19 09:43:09 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.420.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.430.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.430.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.450.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.450.noRedecl.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.450.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.460.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.460.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.460.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.accessChain.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.AofA.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.atomicInt64.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.barrier.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.conditionalDiscard.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.constStruct.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.controlFlowAttributes.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.conversion.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.dataOut.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.dataOutIndirect.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.dataOutIndirect.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.debugInfo.1.1.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.do-simple.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.doWhileLoop.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.explicittypes.frag.out Fix #1360: uint->int width conversions must still be typed as uint. 2018-06-04 20:09:30 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.float16Fetch.frag.out SPV: Fix #1399 emit ImageGatherExtended when using ConstOffsets operand 2018-06-05 08:53:36 -06:00
spv.float32.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.float64.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.flowControl.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.forLoop.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.forwardFun.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.GeometryShaderPassthrough.geom.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.glFragColor.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.int8.frag.out Implement GL_EXT_shader_16bit_storage and GL_EXT_shader_8bit_storage extensions. 2018-07-03 13:51:31 -06:00
spv.int16.amd.frag.out Fix #1360: uint->int width conversions must still be typed as uint. 2018-06-04 20:09:30 -06:00
spv.int16.frag.out Fix #1360: uint->int width conversions must still be typed as uint. 2018-06-04 20:09:30 -06:00
spv.int32.frag.out Fix #1360: uint->int width conversions must still be typed as uint. 2018-06-04 20:09:30 -06:00
spv.int64.frag.out Fix #1360: uint->int width conversions must still be typed as uint. 2018-06-04 20:09:30 -06:00
spv.interpOps.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.localAggregates.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.loops.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.loopsArtificial.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Fix #1395: GLSL volatile maps to SPIR-V Volatile and Coherent. 2018-06-04 15:36:03 -06:00
spv.merge-unreachable.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.multiStruct.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.multiStructFuncall.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.nonuniform.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.noWorkgroup.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.offsets.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.Operations.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.precisionNonESSamp.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.prepost.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.qualifiers.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.queryL.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.rankShift.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.sampleId.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.sampleMaskOverrideCoverage.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.samplePosition.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.set.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -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.shaderStencilExport.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.simpleMat.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.sparseTexture.frag.out SPV: Fix #1399 emit ImageGatherExtended when using ConstOffsets operand 2018-06-05 08:53:36 -06:00
spv.sparseTextureClamp.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.specConst.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Add support for GL_EXT_samplerless_texture_functions 2018-07-01 10:58:53 +01: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.stereoViewRendering.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.structAssignment.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.structDeref.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.structure.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroup.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroup.tese.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroup.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroupArithmetic.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroupBallot.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroupBasic.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroupClustered.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroupClusteredNeg.comp.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
spv.subgroupPartitioned.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroupQuad.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroupShuffle.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroupShuffleRelative.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.subgroupVote.comp.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.swizzle.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.swizzleInversion.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.textureBuffer.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.textureGatherBiasLod.frag.out SPV: Fix #1399 emit ImageGatherExtended when using ConstOffsets operand 2018-06-05 08:53:36 -06:00
spv.types.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.uint.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.uniformArray.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.variableArrayIndex.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.varyingArray.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.varyingArrayIndirect.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.vecMatConstruct.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.viewportArray2.tesc.out Change the major revision number for next commit. 2018-06-04 15:33:31 -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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.vulkan100.subgroupArithmetic.comp.out SPV: Implement Vulkan 1.1 features and extensions. 2018-03-06 16:12:04 -07:00
spv.vulkan100.subgroupPartitioned.comp.out Implement GL_NV_shader_subgroup_partitioned 2018-03-29 22:52:17 -05:00
spv.vulkan110.int16.frag.out Fix #1360: uint->int width conversions must still be typed as uint. 2018-06-04 20:09:30 -06:00
spv.vulkan110.storageBuffer.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06: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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.whileLoop.frag.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.xfb.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.xfb2.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
spv.xfb3.vert.out Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
stringToDouble.vert.out Relax a stringToDouble test for, OSX AppleClang 9.1 2018-06-06 22:36:42 -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: Fix #822: Improve information given for syntax errors. 2017-04-20 12:21:53 -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 Scanner: Many int64 fixes, including performance. 2018-01-08 11:52:23 -07:00
tokenPaste.vert.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -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 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 Change the major revision number for next commit. 2018-06-04 15:33:31 -06:00
vulkan.comp.out GLSL: replace general missing functionality with specific messages. 2017-06-05 16:42:33 -06:00
vulkan.frag.out GLSL/SPV: Fix #1196: Require resources to have layout(binding=X). 2018-02-22 11:47:41 -07: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