tex wip
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user