diff options
author | Jason Ekstrand <[email protected]> | 2016-01-06 17:00:01 -0800 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2016-01-06 17:00:55 -0800 |
commit | 000eb00862545aa1a0e42cea800a06bc57b406cf (patch) | |
tree | 19e8a2b9fa031a32b69138153941efcd5a354bc1 /src/vulkan/gen7_state.c | |
parent | de65d4dcafcf6b22a71689ef1ef19bbd3dd953da (diff) |
nir/spirv/cfg: Only set fall to true at the start of a case
Previously, we were setting it to true at the top of the switch statement.
However, this causes all of the cases to get executed until you hit a
break. Instead, you want to be not executing at the start, start executing
when you hit your case, and end at a break.
Diffstat (limited to 'src/vulkan/gen7_state.c')
0 files changed, 0 insertions, 0 deletions