mesa: disable another debug test
authorBrian Paul <brianp@vmware.com>
Tue, 1 Sep 2009 02:25:10 +0000 (20:25 -0600)
committerBrian Paul <brianp@vmware.com>
Tue, 1 Sep 2009 03:15:38 +0000 (21:15 -0600)
src/mesa/drivers/common/meta.c

index 09c5779c2a2017e4cab5da49cdba59598de469d3..8ed6479e34514becee76f1fb6ffd96df217aaa60 100644 (file)
@@ -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) */