summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRoland Scheidegger <rscheidegger@gmx.ch>2005-10-05 20:28:31 +0000
committerRoland Scheidegger <rscheidegger@gmx.ch>2005-10-05 20:28:31 +0000
commit24a44d74b6e9880dfc019bd1cfa9ce0351377c85 (patch)
tree7aab8437fdd607b6f6aca873a27bdf5cb7a997d2 /src
parent44dace86eaf9eded8e6465adfadf6345658686dd (diff)
reverse accidentally commited part of last commit (makes it compile again...).
Diffstat (limited to 'src')
-rw-r--r--src/mesa/drivers/dri/r200/r200_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r200/r200_context.h b/src/mesa/drivers/dri/r200/r200_context.h
index ccb67b0d69..e7fb3b6b2a 100644
--- a/src/mesa/drivers/dri/r200/r200_context.h
+++ b/src/mesa/drivers/dri/r200/r200_context.h
@@ -934,6 +934,7 @@ struct r200_context {
GLmatrix TexGenMatrix[R200_MAX_TEXTURE_UNITS];
GLboolean recheck_texgen[R200_MAX_TEXTURE_UNITS];
GLboolean TexGenNeedNormals[R200_MAX_TEXTURE_UNITS];
+ GLuint TexMatEnabled;
GLuint TexMatCompSel;
GLuint TexGenEnabled;
GLuint TexGenCompSel;