summaryrefslogtreecommitdiffstats
path: root/src/gallium/include
diff options
context:
space:
mode:
authorEric Anholt <[email protected]>2014-11-12 14:30:03 -0800
committerEric Anholt <[email protected]>2014-11-24 14:56:22 -0800
commit8c822b1e912de9af6bb16a052bf9f188c2f4a33f (patch)
tree93e40938cdceb413b54e5e4b8a57473737c73097 /src/gallium/include
parentff886c49555c2033dd5fda50459cafaf16540f86 (diff)
gallium: Drop unused X2D opcode.
Nothing in the tree generates it. Reviewed-by: Jose Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/include')
-rw-r--r--src/gallium/include/pipe/p_shader_tokens.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index 689fd2fb462..5ac382c2a77 100644
--- a/src/gallium/include/pipe/p_shader_tokens.h
+++ b/src/gallium/include/pipe/p_shader_tokens.h
@@ -342,7 +342,6 @@ struct tgsi_property_data {
#define TGSI_OPCODE_UP2US 56
#define TGSI_OPCODE_UP4B 57
#define TGSI_OPCODE_UP4UB 58
-#define TGSI_OPCODE_X2D 59
/* gap */
#define TGSI_OPCODE_ARR 61
#define TGSI_OPCODE_BRA 62