summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
diff options
context:
space:
mode:
authorAlex Deucher <alexdeucher@gmail.com>2009-07-07 01:02:08 -0400
committerAlex Deucher <alexdeucher@gmail.com>2009-07-07 01:02:08 -0400
commit6799bc0b6ba1c1052a247cbae0ef660ad5aba84c (patch)
tree2b2f868f00908222db8625473eaa3823e049cdcb /src/mesa/drivers/dri
parent1bad691a177240e8281592fa66c9e6ab0869f618 (diff)
tex wip
Diffstat (limited to 'src/mesa/drivers/dri')
-rw-r--r--src/mesa/drivers/dri/r600/r600_tex.c3
-rw-r--r--src/mesa/drivers/dri/r600/r700_render.c3
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. */