summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/unichrome/via_texcombine.c
diff options
context:
space:
mode:
authorAlan Hourihane <alanh@tungstengraphics.com>2005-08-30 19:14:23 +0000
committerAlan Hourihane <alanh@tungstengraphics.com>2005-08-30 19:14:23 +0000
commitd5cc77e37c59b9ab635cbc90151f1b2fc69201c6 (patch)
tree6351316f7b9e7afabbebd94eee870c3436e335b2 /src/mesa/drivers/dri/unichrome/via_texcombine.c
parent156dc55628ee3d846598a6906d09afd18d2b8e1c (diff)
Fixes from https://bugs.freedesktop.org/attachment.cgi?id=3077
Diffstat (limited to 'src/mesa/drivers/dri/unichrome/via_texcombine.c')
-rw-r--r--src/mesa/drivers/dri/unichrome/via_texcombine.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/dri/unichrome/via_texcombine.c b/src/mesa/drivers/dri/unichrome/via_texcombine.c
index e691c553f9..d604457bfd 100644
--- a/src/mesa/drivers/dri/unichrome/via_texcombine.c
+++ b/src/mesa/drivers/dri/unichrome/via_texcombine.c
@@ -111,7 +111,7 @@ viaTexCombineState( struct via_context *vmesa,
unsigned constant_alpha[3];
unsigned bias_alpha = 0;
unsigned abc_alpha = 0;
- const struct gl_texture_unit const * texUnit =
+ const struct gl_texture_unit * texUnit =
&vmesa->glCtx->Texture.Unit[unit];
unsigned env_color[4];