projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b0f7c6
)
mesa: disable another debug test
author
Brian Paul
<brianp@vmware.com>
Tue, 1 Sep 2009 02:25:10 +0000
(20:25 -0600)
committer
Brian Paul
<brianp@vmware.com>
Tue, 1 Sep 2009 03:15:38 +0000
(21:15 -0600)
src/mesa/drivers/common/meta.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/common/meta.c
b/src/mesa/drivers/common/meta.c
index 09c5779c2a2017e4cab5da49cdba59598de469d3..8ed6479e34514becee76f1fb6ffd96df217aaa60 100644
(file)
--- a/
src/mesa/drivers/common/meta.c
+++ b/
src/mesa/drivers/common/meta.c
@@
-736,7
+736,7
@@
alloc_texture(struct temp_texture *tex,
{
GLboolean newTex = GL_FALSE;
- if (
1||
width > tex->Width ||
+ if (width > tex->Width ||
height > tex->Height ||
intFormat != tex->IntFormat) {
/* alloc new texture (larger or different format) */