summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965/brw_defines.h
diff options
context:
space:
mode:
authorFrancisco Jerez <[email protected]>2016-05-18 18:43:54 -0700
committerFrancisco Jerez <[email protected]>2016-05-27 23:22:09 -0700
commit29ce110be6d0d4e4df51be635810f528f7dd7f40 (patch)
tree5c0b2dc4e38f46c15dca0a7f167c1da6bb1c0685 /src/mesa/drivers/dri/i965/brw_defines.h
parent9dcb8ff6a11e7071ab660cf53194783b93c8b8bf (diff)
i965/fs: Remove extract virtual opcodes.
These can be easily represented in the IR as a MOV instruction with strided source so they seem rather redundant. Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/i965/brw_defines.h')
-rw-r--r--src/mesa/drivers/dri/i965/brw_defines.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_defines.h
index e02c2307593..91194713ef8 100644
--- a/src/mesa/drivers/dri/i965/brw_defines.h
+++ b/src/mesa/drivers/dri/i965/brw_defines.h
@@ -1086,18 +1086,6 @@ enum opcode {
*/
SHADER_OPCODE_BROADCAST,
- /**
- * Pick the byte from its first source register given by the index
- * specified as second source.
- */
- SHADER_OPCODE_EXTRACT_BYTE,
-
- /**
- * Pick the word from its first source register given by the index
- * specified as second source.
- */
- SHADER_OPCODE_EXTRACT_WORD,
-
VEC4_OPCODE_MOV_BYTES,
VEC4_OPCODE_PACK_BYTES,
VEC4_OPCODE_UNPACK_UNIFORM,