projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e84f77b
)
Fix rectangular textures on i830 - well texrect at least
author
Dave Airlie
<airliedfreedesktop.org>
Tue, 8 Jun 2004 10:21:59 +0000
(10:21 +0000)
committer
Dave Airlie
<airliedfreedesktop.org>
Tue, 8 Jun 2004 10:21:59 +0000
(10:21 +0000)
src/mesa/drivers/dri/i830/i830_tex.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/i830/i830_tex.c
b/src/mesa/drivers/dri/i830/i830_tex.c
index
d4a7024
..
2afa05a
100644
(file)
--- a/
src/mesa/drivers/dri/i830/i830_tex.c
+++ b/
src/mesa/drivers/dri/i830/i830_tex.c
@@
-281,7
+281,7
@@
static void i830TexParameter( GLcontext *ctx, GLenum target,
if (!t)
return;
- if ( target != GL_TEXTURE_2D )
+ if ( target != GL_TEXTURE_2D
&& target != GL_TEXTURE_RECTANGLE_NV
)
return;
/* Can't do the update now as we don't know whether to flush