From: Jason Ekstrand Date: Wed, 11 Oct 2017 23:29:28 +0000 (-0700) Subject: spirv: Handle the new OpModuleProcessed instruction X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cc587ee9a7212633edb7f30268920eec7d8fceef;p=mesa.git spirv: Handle the new OpModuleProcessed instruction Reviewed-by: Samuel Iglesias Gonsálvez --- diff --git a/src/compiler/spirv/spirv_to_nir.c b/src/compiler/spirv/spirv_to_nir.c index f0122a43424..98fdd700b0b 100644 --- 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;