r300: disable assert that fires
authorDave Airlie <airlied@redhat.com>
Wed, 11 Feb 2009 09:04:39 +0000 (19:04 +1000)
committerDave Airlie <airlied@redhat.com>
Wed, 11 Feb 2009 09:04:39 +0000 (19:04 +1000)
src/mesa/drivers/dri/r300/r300_cmdbuf.c

index ec702f6eb3c96322f38537624f31189157442b98..303efe3ada11cbd0b6e74bd2600ffa176ac82bb7 100644 (file)
@@ -282,7 +282,7 @@ static void emit_tex_offsets(GLcontext *ctx, struct radeon_state_atom * atom)
                                            RADEON_GEM_DOMAIN_VRAM, 0, 0);
                            END_BATCH();
                    } else if (!t) {
-                           assert(0);
+                           //assert(0);
                    } else {
                            if (t->bo) {
                                    BEGIN_BATCH_NO_AUTOSTATE(4);