summaryrefslogtreecommitdiff
path: root/src/mesa/shader/arbfragparse.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2004-03-29 16:01:18 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2004-03-29 16:01:18 +0000
commiteeb5eeb2a62627d2a547f6739105c1418caf6d9d (patch)
treee64305a3ea183aefd422cdfe3c07999afe6a417c /src/mesa/shader/arbfragparse.c
parent292fa335d68ba82184e46b2dce87091f85e29e46 (diff)
Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.
Diffstat (limited to 'src/mesa/shader/arbfragparse.c')
-rw-r--r--src/mesa/shader/arbfragparse.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/arbfragparse.c b/src/mesa/shader/arbfragparse.c
index 46d80dd2e2..d876946a25 100644
--- a/src/mesa/shader/arbfragparse.c
+++ b/src/mesa/shader/arbfragparse.c
@@ -145,7 +145,7 @@ _mesa_debug_fp_inst(GLint num, struct fp_instruction *fp)
case FP_OPCODE_TXP:
fprintf(stderr, "FP_OPCODE_TXP"); break;
- case FP_OPCODE_X2D:
+ case FP_OPCODE_XPD:
fprintf(stderr, "FP_OPCODE_XPD"); break;
default: