mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
tex wip
This commit is contained in:
parent
1bad691a17
commit
6799bc0b6b
2 changed files with 1 additions and 5 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue