From: Roland Scheidegger Date: Wed, 5 Oct 2005 20:28:31 +0000 (+0000) Subject: reverse accidentally commited part of last commit (makes it compile again...). X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=24a44d74b6e9880dfc019bd1cfa9ce0351377c85;p=mesa.git reverse accidentally commited part of last commit (makes it compile again...). --- diff --git a/src/mesa/drivers/dri/r200/r200_context.h b/src/mesa/drivers/dri/r200/r200_context.h index ccb67b0d69d..e7fb3b6b2a9 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;