projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a04cff
)
Typo..
author
Aapo Tahkola
<aet@rasterburn.org>
Tue, 8 Feb 2005 19:29:05 +0000
(19:29 +0000)
committer
Aapo Tahkola
<aet@rasterburn.org>
Tue, 8 Feb 2005 19:29:05 +0000
(19:29 +0000)
src/mesa/drivers/dri/r300/r300_tex.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/r300/r300_tex.c
b/src/mesa/drivers/dri/r300/r300_tex.c
index 7019f1b75c09f6fb8406350cd1640789218208ae..6bbfb01023af4a03dc32a5557e54408061d7b1cd 100644
(file)
--- a/
src/mesa/drivers/dri/r300/r300_tex.c
+++ b/
src/mesa/drivers/dri/r300/r300_tex.c
@@
-999,7
+999,7
@@
static struct gl_texture_object *r300NewTextureObject(GLcontext * ctx,
if (!obj)
return NULL;
obj->MaxAnisotropy = rmesa->initialMaxAnisotropy;
- rmesa->initialMaxAnisotropy);
+
r300AllocTexObj(obj);
return obj;
}