projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0673bbf
)
nir/spirv: Move a "}"
author
Jason Ekstrand
<jason@jlekstrand.net>
Thu, 29 Jun 2017 17:33:23 +0000
(10:33 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Wed, 5 Jul 2017 22:26:51 +0000
(15:26 -0700)
It's closing a "{" at the begining of a switch case.
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Connor Abbott <cwabbott0@gmail.com>
src/compiler/spirv/vtn_variables.c
patch
|
blob
|
history
diff --git
a/src/compiler/spirv/vtn_variables.c
b/src/compiler/spirv/vtn_variables.c
index 974adb5d5c71457446c912e31db39d609136ccfb..31d1d76f3333a19d9640eca41a2c5f7e6cbaf332 100644
(file)
--- a/
src/compiler/spirv/vtn_variables.c
+++ b/
src/compiler/spirv/vtn_variables.c
@@
-1490,10
+1490,10
@@
vtn_handle_variables(struct vtn_builder *b, SpvOp opcode,
*/
vtn_foreach_decoration(b, interface_type->val, var_decoration_cb, var);
break;
+ }
case vtn_variable_mode_param:
unreachable("Not created through OpVariable");
- }
case vtn_variable_mode_ubo:
case vtn_variable_mode_ssbo: