summaryrefslogtreecommitdiff
path: root/src/mesa/main/nvfragprog.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-02-23 04:09:21 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-02-23 04:09:21 +0000
commit4e44d8c4c68c8a4e68b42f1fb2689d348369da86 (patch)
treefe356387c56fc4d1e0cbebf33a715ca1188e0d05 /src/mesa/main/nvfragprog.h
parent14e6bbccffa0a4d6b9d505212e812521da3677b6 (diff)
parser clean-ups
Diffstat (limited to 'src/mesa/main/nvfragprog.h')
-rw-r--r--src/mesa/main/nvfragprog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/nvfragprog.h b/src/mesa/main/nvfragprog.h
index 1096463254..d7ef8d4248 100644
--- a/src/mesa/main/nvfragprog.h
+++ b/src/mesa/main/nvfragprog.h
@@ -1,4 +1,4 @@
-/* $Id: nvfragprog.h,v 1.2 2003/02/17 15:38:03 brianp Exp $ */
+/* $Id: nvfragprog.h,v 1.3 2003/02/23 04:09:21 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -141,7 +141,7 @@ struct fp_instruction
GLboolean UpdateCondRegister;
GLuint Precision; /* SINGLE, HALF or FIXED */
GLuint TexSrcUnit; /* texture unit for TEX, TXD, TXP instructions */
- GLenum TexSrcTarget; /* texture target for TEX, TXD, TXP instructions */
+ GLuint TexSrcIndex; /* texture target for TEX, TXD, TXP instructions */
};