From 7a78e6e8af50f1254a6d9d1d8746a7b10add9668 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 31 Aug 2009 20:25:10 -0600 Subject: mesa: disable another debug test --- src/mesa/drivers/common/meta.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/common/meta.c b/src/mesa/drivers/common/meta.c index 09c5779c2a..8ed6479e34 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) */ -- cgit v1.2.3