summaryrefslogtreecommitdiffstats
path: root/src/glsl
diff options
context:
space:
mode:
authorKenneth Graunke <[email protected]>2016-01-26 17:02:35 -0800
committerKenneth Graunke <[email protected]>2016-01-26 17:02:35 -0800
commit32dcfc953e6f2ef62e705bcb470f291c7ecb1814 (patch)
tree4eaa90a44bbf22791e7fd9c4120cdd38fcf3dbad /src/glsl
parentc5dc6cdf26a8d2bf51a2a9a08b53eefcc00e74f0 (diff)
vtn: Delete references to IMix opcode.
This is being removed in SPIR-V. Bugzilla: https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15452
Diffstat (limited to 'src/glsl')
-rw-r--r--src/glsl/nir/spirv/vtn_glsl450.c1
1 files changed, 0 insertions, 1 deletions
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");
}