diff options
author | Brian Paul <[email protected]> | 2003-02-17 15:38:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-02-17 15:38:03 +0000 |
commit | 04cbad84e8241ced16f146e36b6959e4c78cfac1 (patch) | |
tree | 84b06edf944a3105532ab558ba67b0a54d99603b /src/mesa/main/nvfragprog.h | |
parent | 2c1912fe84d110d4c8cccc207827a154c09dd09a (diff) |
Implement parsing of texture instructions and prototype execution.
Misc parser clean-ups.
Diffstat (limited to 'src/mesa/main/nvfragprog.h')
-rw-r--r-- | src/mesa/main/nvfragprog.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/nvfragprog.h b/src/mesa/main/nvfragprog.h index 687ebb2a1cb..10964632544 100644 --- a/src/mesa/main/nvfragprog.h +++ b/src/mesa/main/nvfragprog.h @@ -1,4 +1,4 @@ -/* $Id: nvfragprog.h,v 1.1 2003/01/14 04:55:46 brianp Exp $ */ +/* $Id: nvfragprog.h,v 1.2 2003/02/17 15:38:03 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -100,7 +100,7 @@ enum fp_opcode { FP_OPCODE_STR, FP_OPCODE_SUB, FP_OPCODE_TEX, - FP_OPCODE_TXC, + FP_OPCODE_TXD, FP_OPCODE_TXP, FP_OPCODE_UP2H, FP_OPCODE_UP2US, |