diff options
-rw-r--r-- | src/mesa/drivers/dri/r600/r600_tex.c | 3 | ||||
-rw-r--r-- | src/mesa/drivers/dri/r600/r700_render.c | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/drivers/dri/r600/r600_tex.c b/src/mesa/drivers/dri/r600/r600_tex.c index 5845c05810..43d9f641af 100644 --- a/src/mesa/drivers/dri/r600/r600_tex.c +++ b/src/mesa/drivers/dri/r600/r600_tex.c @@ -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) diff --git a/src/mesa/drivers/dri/r600/r700_render.c b/src/mesa/drivers/dri/r600/r700_render.c index b29a1aa918..bcafdfbd27 100644 --- a/src/mesa/drivers/dri/r600/r700_render.c +++ b/src/mesa/drivers/dri/r600/r700_render.c @@ -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. */ |