SPIRV-Cross/shaders/asm/frag
Hans-Kristian Arntzen a04bdcc7f7 Handle overloaded functions which share the same OpName.
Awkward, but legal SPIR-V.
2018-02-23 14:15:51 +01:00
..
composite-construct-struct-no-swizzle.asm.frag Do not merge swizzles for anything other than vectors. 2018-01-22 09:52:57 +01:00
default-member-names.asm.frag Add test for default member names. 2017-07-29 21:58:37 +02: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
hlsl-sample-cmp-level-zero-cube.asm.frag Support SampleCmpLevelZero on cubes as well. 2017-07-24 09:28:24 +02:00
hlsl-sample-cmp-level-zero.asm.frag Implement workaround for textureLod on 2D array shadow. 2017-06-23 09:45:42 +02:00
image-fetch-no-sampler.asm.vk.frag Add test for texelFetch without sampler. 2018-02-21 13:45:59 +01:00
inliner-dominator-inside-loop.asm.frag Analyze the CFG for temporaries as well. 2018-01-12 10:56:11 +01:00
invalidation.asm.frag Implement workaround for textureLod on 2D array shadow. 2017-06-23 09:45:42 +02:00
loop-body-dominator-continue-access.asm.frag Add test for continue block lifting. 2017-12-05 17:44:52 +01:00
loop-header-to-continue.asm.frag Fix case where loop header branches into continue block. 2018-02-01 10:00:16 +01:00
multi-for-loop-init.asm.frag Do not use inline for-loop initializers with different types. 2018-01-16 10:27:58 +01:00
op-constant-null.asm.frag Support OpConstantNull. 2017-08-03 14:32:29 +02:00
phi-loop-variable.asm.frag Fix case when Phi variable is a loop variable. 2017-09-25 10:15:17 +02:00
sampler-buffer-without-sampler.asm.frag Fix case where samplerBuffer is emitted without combined sampler. 2017-04-02 11:03:07 +02:00
struct-composite-extract-swizzle.asm.frag Do not allow base expressions when extracting struct members. 2017-11-20 21:32:13 +01:00
temporary-phi-hoisting.asm.frag Fix complicated Phi case. 2017-11-21 09:27:49 +01:00
undef-variable-store.asm.frag Fix edge-case where do/while body is a dominator. 2017-08-02 11:58:24 +02:00
unreachable.asm.frag Handle OpUnreachable in code-gen. 2018-01-15 09:35:09 +01:00
vector-shuffle-oom.asm.frag Handle exponential explosion of code-gen during first phase of compile. 2018-01-24 18:12:41 +01:00