tex wip
authorAlex Deucher <alexdeucher@gmail.com>
Tue, 7 Jul 2009 05:02:08 +0000 (01:02 -0400)
committerAlex Deucher <alexdeucher@gmail.com>
Tue, 7 Jul 2009 05:02:08 +0000 (01:02 -0400)
src/mesa/drivers/dri/r600/r600_tex.c
src/mesa/drivers/dri/r600/r700_render.c

index 5845c05810ba857a56fa6a3066c5a8e4a2081fc3..43d9f641af47390acb783d96d78d53f3f0094070 100644 (file)
@@ -351,9 +351,8 @@ static void r600DeleteTexture(GLcontext * ctx, struct gl_texture_object *texObj)
        }
 
        if (rmesa) {
-               // fixme
                int i;
-               //radeon_firevertices(&rmesa->radeon);
+               radeon_firevertices(&rmesa->radeon);
 
                for(i = 0; i < R700_MAX_TEXTURE_UNITS; ++i)
                        if (rmesa->hw.textures[i] == t)
index b29a1aa918004166cfc3cf5bfc9c2a2bec7ca971..bcafdfbd27ba634d99ae78a888af8589535e3fa9 100644 (file)
@@ -264,9 +264,6 @@ static GLboolean r700RunRender(GLcontext * ctx,
         fp->r700AsmCode.bR6xx = 1;
     }
 
-    if (!r600ValidateBuffers(ctx))
-           return GL_TRUE;
-
     r700Start3D(context); /* TODO : this is too much. */
 
     r700SyncSurf(context); /* TODO : make it light. */