summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-02-14 20:29:34 -0500
committerTom Stellard <thomas.stellard@amd.com>2012-02-14 20:29:34 -0500
commit50e39287d1d78601e5453e73c0f7a95f682d6a25 (patch)
tree8273ffb8cd2775e18d2fcbeb4ab16d517717291e
parent1b574712d242753655ce347ce392ab07e89ec330 (diff)
tgsi: Remove TGSI_OPCODE_STORE
-rw-r--r--src/gallium/include/pipe/p_shader_tokens.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index 694c7099a70..95ed77e4ba0 100644
--- a/src/gallium/include/pipe/p_shader_tokens.h
+++ b/src/gallium/include/pipe/p_shader_tokens.h
@@ -397,8 +397,7 @@ struct tgsi_property_data {
#define TGSI_OPCODE_IABS 159
#define TGSI_OPCODE_ISSG 160
-#define TGSI_OPCODE_STORE 161
-#define TGSI_OPCODE_LAST 162
+#define TGSI_OPCODE_LAST 161
#define TGSI_SAT_NONE 0 /* do not saturate */
#define TGSI_SAT_ZERO_ONE 1 /* clamp to [0,1] */