projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3184830
)
build fix from XFree86 tree
author
Dave Airlie
<airliedfreedesktop.org>
Sat, 14 Aug 2004 09:29:24 +0000
(09:29 +0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Sat, 14 Aug 2004 09:29:24 +0000
(09:29 +0000)
src/mesa/drivers/dri/r128/r128_texstate.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r128/r128_texstate.c
b/src/mesa/drivers/dri/r128/r128_texstate.c
index
c4c9b20
..
b287fc6
100644
(file)
--- a/
src/mesa/drivers/dri/r128/r128_texstate.c
+++ b/
src/mesa/drivers/dri/r128/r128_texstate.c
@@
-207,7
+207,7
@@
static GLboolean r128UpdateTextureEnv( GLcontext *ctx, int unit )
if ( R128_DEBUG & DEBUG_VERBOSE_API ) {
fprintf( stderr, "%s( %p, %d )\n",
- __FUNCTION__, (void *) ctx,
(void *)
unit );
+ __FUNCTION__, (void *) ctx, unit );
}
if ( unit == 0 ) {