This commit is contained in:
Alex Deucher 2009-07-07 01:02:08 -04:00
parent 1bad691a17
commit 6799bc0b6b
2 changed files with 1 additions and 5 deletions

View 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)

View 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. */