commit | eeb5eeb2a62627d2a547f6739105c1418caf6d9d | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keith@tungstengraphics.com> | Mon Mar 29 16:01:18 2004 +0000 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Mon Mar 29 16:01:18 2004 +0000 |
tree | e64305a3ea183aefd422cdfe3c07999afe6a417c | |
parent | 292fa335d68ba82184e46b2dce87091f85e29e46 [diff] [blame] |
Accomodate ARB_fp XPD opcode separately from NV_fp's X2D.
diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c index 7fa2569..c2365a2 100644 --- a/src/mesa/shader/arbprogparse.c +++ b/src/mesa/shader/arbprogparse.c
@@ -2903,7 +2903,7 @@ case OP_XPD_SAT: fp->Saturate = 1; case OP_XPD: - fp->Opcode = FP_OPCODE_X2D; + fp->Opcode = FP_OPCODE_XPD; break; }