summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_tex.c
diff options
context:
space:
mode:
authorAapo Tahkola <aet@rasterburn.org>2005-02-08 19:26:59 +0000
committerAapo Tahkola <aet@rasterburn.org>2005-02-08 19:26:59 +0000
commit6a04cff065c9a28495fe515fb5d9cd159d53de71 (patch)
treed725a9a439f257577d6fec990992a18631a7f000 /src/mesa/drivers/dri/r300/r300_tex.c
parent3dec3c7a74035bc85eab31a3c442e362d41ffe6d (diff)
Fix the bug and get zbias back into shape. There might still be some problems with initial zbias...
Diffstat (limited to 'src/mesa/drivers/dri/r300/r300_tex.c')
-rw-r--r--src/mesa/drivers/dri/r300/r300_tex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/r300/r300_tex.c b/src/mesa/drivers/dri/r300/r300_tex.c
index b81b7e64c6..7019f1b75c 100644
--- a/src/mesa/drivers/dri/r300/r300_tex.c
+++ b/src/mesa/drivers/dri/r300/r300_tex.c
@@ -999,6 +999,7 @@ static struct gl_texture_object *r300NewTextureObject(GLcontext * ctx,
if (!obj)
return NULL;
obj->MaxAnisotropy = rmesa->initialMaxAnisotropy;
+ rmesa->initialMaxAnisotropy);
r300AllocTexObj(obj);
return obj;
}