Browse Source

mesa: disable another debug test

tags/mesa_7_6_rc1
Brian Paul 16 years ago
parent
commit
7a78e6e8af
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/mesa/drivers/common/meta.c

+ 1
- 1
src/mesa/drivers/common/meta.c View 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) */

Loading…
Cancel
Save