From: Kenneth Graunke Date: Wed, 27 Jan 2016 01:02:35 +0000 (-0800) Subject: vtn: Delete references to IMix opcode. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=32dcfc953e6f2ef62e705bcb470f291c7ecb1814;p=mesa.git vtn: Delete references to IMix opcode. This is being removed in SPIR-V. Bugzilla: https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15452 --- diff --git a/src/glsl/nir/spirv/vtn_glsl450.c b/src/glsl/nir/spirv/vtn_glsl450.c index 6470dc11b4d..515a743fe48 100644 --- a/src/glsl/nir/spirv/vtn_glsl450.c +++ b/src/glsl/nir/spirv/vtn_glsl450.c @@ -626,7 +626,6 @@ handle_glsl450_alu(struct vtn_builder *b, enum GLSLstd450 entrypoint, case GLSLstd450PackDouble2x32: case GLSLstd450UnpackDouble2x32: - case GLSLstd450IMix: default: unreachable("Unhandled opcode"); }