summaryrefslogtreecommitdiff
path: root/src/gallium
diff options
context:
space:
mode:
authorMichal Krol <michal@tungstengraphics.com>2008-03-11 23:21:36 +0100
committerMichal Krol <michal@tungstengraphics.com>2008-03-11 23:22:34 +0100
commit130b3154544701be2a57ac1c57432f153e363572 (patch)
treea1a808216f397547b359336f92415c065825329e /src/gallium
parent34a0ac7f2b93d6d0f3fc85106e7dacb38c4229b6 (diff)
tgsi: Map OPCODE_TEXKILL to OPCODE_KILP.
Diffstat (limited to 'src/gallium')
-rw-r--r--src/gallium/include/pipe/p_shader_tokens.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_shader_tokens.h b/src/gallium/include/pipe/p_shader_tokens.h
index b110f01291..e4d89971f9 100644
--- a/src/gallium/include/pipe/p_shader_tokens.h
+++ b/src/gallium/include/pipe/p_shader_tokens.h
@@ -341,7 +341,7 @@ struct tgsi_immediate_float32
* ps_1_1
*/
#define TGSI_OPCODE_TEXCOORD TGSI_OPCODE_NOP
-#define TGSI_OPCODE_TEXKILL TGSI_OPCODE_KIL
+#define TGSI_OPCODE_TEXKILL TGSI_OPCODE_KILP
#define TGSI_OPCODE_TEXBEM 107
#define TGSI_OPCODE_TEXBEML 108
#define TGSI_OPCODE_TEXREG2AR 109