.. |
accesschain-invalid-expression.asm.frag
|
Renamed new test shaders to fit the naming convention in SPIRV-Cross.
|
2019-09-16 10:33:45 -04:00 |
array-copy-error.asm.frag
|
Renamed new test shaders to fit the naming convention in SPIRV-Cross.
|
2019-09-16 10:33:45 -04:00 |
combined-sampler-reuse.asm.frag
|
Fix case where SampledImage would get flushed to temporary.
|
2018-04-27 10:06:30 +02:00 |
default-member-names.asm.frag
|
Update to latest glslang/SPIRV-Tools.
|
2019-01-30 13:41:57 +01:00 |
depth-compare.asm.frag
|
Renamed new test shaders to fit the naming convention in SPIRV-Cross.
|
2019-09-16 10:33:45 -04:00 |
descriptor-array-unnamed.asm.frag
|
MSL: Emit proper name for optimized UBO/SSBO arrays.
|
2019-02-25 11:09:00 +01:00 |
empty-struct.asm.frag
|
Update glslang and SPIRV-Tools.
|
2018-09-27 11:10:22 +02:00 |
extract-packed-from-composite.asm.frag
|
Update to latest glslang/SPIRV-Tools.
|
2019-01-30 13:41:57 +01:00 |
frem.asm.frag
|
Add OpFRem tests.
|
2018-02-15 13:36:59 +01:00 |
function-overload-alias.asm.frag
|
Handle overloaded functions which share the same OpName.
|
2018-02-23 14:15:51 +01:00 |
global-constant-arrays.asm.frag
|
Renamed new test shaders to fit the naming convention in SPIRV-Cross.
|
2019-09-16 10:33:45 -04:00 |
image-extract-reuse.asm.frag
|
Fix usage tracking issue for OpImage.
|
2018-04-27 11:11:24 +02:00 |
implicit-read-dep-phi.asm.frag
|
Add test shader where a phi variable invalidates a temporary.
|
2018-03-09 14:42:26 +01:00 |
inf-nan-constant.asm.frag
|
Add Windows support in Travis CI.
|
2018-10-27 00:22:30 +02:00 |
interpolation-qualifiers-struct.asm.frag
|
MSL: Handle interpolation qualifiers.
|
2018-09-05 12:02:07 -05:00 |
line-directive.line.asm.frag
|
Support emitting OpLine directive.
|
2019-05-28 13:44:24 +02:00 |
locations-components.asm.frag
|
Update to latest glslang/SPIRV-Tools.
|
2019-01-30 13:41:57 +01:00 |
lut-promotion-initializer.asm.frag
|
Add LUT test cases for OpVariable with initializer.
|
2018-07-05 14:51:07 +02:00 |
min-lod.msl22.asm.frag
|
MSL: Support MinLod operand.
|
2019-06-19 09:43:03 +02:00 |
min-max-clamp.invalid.asm.frag
|
Update glslang and SPIRV-Tools.
|
2018-09-27 11:10:22 +02:00 |
op-constant-null.asm.frag
|
CompilerMSL support and tests for OpUndef.
|
2017-11-15 22:44:42 -05:00 |
op-image-sampled-image.asm.frag
|
Update to latest glslang/SPIRV-Tools.
|
2019-01-30 13:41:57 +01:00 |
padded-float-array-member-defef.asm.frag
|
Renamed new test shaders to fit the naming convention in SPIRV-Cross.
|
2019-09-16 10:33:45 -04:00 |
pass-by-value.asm.frag
|
MSL: Properly support passing parameters by value.
|
2018-08-06 15:43:51 +02:00 |
phi-loop-variable.asm.frag
|
CompilerMSL support and tests for OpUndef.
|
2017-11-15 22:44:42 -05:00 |
phi-variable-declaration.asm.frag
|
Renamed new test shaders to fit the naming convention in SPIRV-Cross.
|
2019-09-16 10:33:45 -04:00 |
sample-and-compare.asm.frag
|
MSL: Fix textures which are sampled and compared against.
|
2019-02-22 12:27:40 +01:00 |
sample-mask-not-array.asm.frag
|
Renamed new test shaders to fit the naming convention in SPIRV-Cross.
|
2019-09-16 10:33:45 -04:00 |
single-function-private-lut.asm.frag
|
Support LUTs in single-function CFGs on Private storage class.
|
2019-02-06 10:38:59 +01:00 |
srem.asm.frag
|
Add SREM tests for HLSL/MSL.
|
2018-05-24 10:34:36 +02:00 |
storage-class-output-initializer.asm.frag
|
Support initializers on StorageClassOutput.
|
2019-01-30 10:29:08 +01:00 |
subpass-input.ios.framebuffer-fetch.asm.frag
|
Further updates for pull request #1162; also added two test cases for spvCubemapTo2DArrayFace function and added '--msl-framebuffer-fetch'/ '--msl-emulate-cube-array' compiler options.
|
2019-09-27 15:49:54 -04:00 |
texel-fetch-no-lod.asm.frag
|
Deal with OpImageFetch without explicit LOD.
|
2018-04-30 10:54:44 +02:00 |
texture-atomics.asm.frag
|
Renamed new test shaders to fit the naming convention in SPIRV-Cross.
|
2019-09-16 10:33:45 -04:00 |
texture-atomics.asm.graphics-robust-access.frag
|
Removed bounds checks in favor of SPIRV-Tools pass '--graphics-robust-access'
|
2019-10-21 16:39:53 -04:00 |
texture-sampling-fp16.asm.frag
|
Update external repos.
|
2019-07-13 16:50:21 -05:00 |
undef-variable-store.asm.frag
|
CompilerMSL support and tests for OpUndef.
|
2017-11-15 22:44:42 -05:00 |
unknown-depth-state.asm.frag
|
Support OpTypeImage with depth == 2 (unknown) properly.
|
2018-07-04 14:26:23 +02:00 |
unord-relational-op.asm.frag
|
Add tests for FUnord comparisons of vectors.
|
2018-09-01 12:42:07 -05:00 |
unreachable.asm.frag
|
Add unreachable tests for MSL/HLSL.
|
2018-01-15 09:39:15 +01:00 |
vector-shuffle-oom.asm.frag
|
Use declared binding in SPIR-V as a fallback for explicit MSL binds.
|
2018-04-04 12:25:11 +02:00 |