projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59b0ea0
)
spirv: Handle the new OpModuleProcessed instruction
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Wed, 11 Oct 2017 23:29:28 +0000
(16:29 -0700)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Wed, 7 Mar 2018 20:13:47 +0000
(12:13 -0800)
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
src/compiler/spirv/spirv_to_nir.c
patch
|
blob
|
history
diff --git
a/src/compiler/spirv/spirv_to_nir.c
b/src/compiler/spirv/spirv_to_nir.c
index f0122a43424163892f1ce8462b02d50111fb008b..98fdd700b0bc1a91e8196340df9d91aa8c69ac95 100644
(file)
--- a/
src/compiler/spirv/spirv_to_nir.c
+++ b/
src/compiler/spirv/spirv_to_nir.c
@@
-3190,6
+3190,7
@@
vtn_handle_preamble_instruction(struct vtn_builder *b, SpvOp opcode,
case SpvOpSourceExtension:
case SpvOpSourceContinued:
case SpvOpExtension:
+ case SpvOpModuleProcessed:
/* Unhandled, but these are for debug so that's ok. */
break;