diff options
author | Keith Whitwell <[email protected]> | 2004-03-29 16:01:18 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2004-03-29 16:01:18 +0000 |
commit | eeb5eeb2a62627d2a547f6739105c1418caf6d9d (patch) | |
tree | e64305a3ea183aefd422cdfe3c07999afe6a417c /src/mesa/shader/arbfragparse.c | |
parent | 292fa335d68ba82184e46b2dce87091f85e29e46 (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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/arbfragparse.c b/src/mesa/shader/arbfragparse.c index 46d80dd2e28..d876946a251 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: |