Module: Mesa
Branch: master
Commit: 7a78e6e8af50f1254a6d9d1d8746a7b10add9668
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=7a78e6e8af50f1254a6d9d1d8746a7b10add9668

Author: Brian Paul <[email protected]>
Date:   Mon Aug 31 20:25:10 2009 -0600

mesa: disable another debug test

---

 src/mesa/drivers/common/meta.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c
index 09c5779..8ed6479 100644
--- 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) */

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to