radeon: s/r300/radeon in shared code error message
authorRoland Scheidegger <sroland@vmware.com>
Fri, 31 Jul 2009 21:20:22 +0000 (23:20 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Fri, 31 Jul 2009 21:20:22 +0000 (23:20 +0200)
src/mesa/drivers/dri/radeon/radeon_texture.c

index ad501c454cec4e85a0f4e97026dfe6194816148c..6a065f046884ebc2a1205fe695e1fe6c8b5c12d7 100644 (file)
@@ -951,7 +951,7 @@ int radeon_validate_texture_miptree(GLcontext * ctx, struct gl_texture_object *t
                        fprintf(stderr, " Allocate new miptree\n");
                radeon_try_alloc_miptree(rmesa, t, &baseimage->base, 0, texObj->BaseLevel);
                if (!t->mt) {
-                       _mesa_problem(ctx, "r300_validate_texture failed to alloc miptree");
+                       _mesa_problem(ctx, "radeon_validate_texture failed to alloc miptree");
                        return GL_FALSE;
                }
        }