Module: Mesa Branch: r6xx-rewrite Commit: 6799bc0b6ba1c1052a247cbae0ef660ad5aba84c URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=6799bc0b6ba1c1052a247cbae0ef660ad5aba84c
Author: Alex Deucher <[email protected]> Date: Tue Jul 7 01:02:08 2009 -0400 tex wip --- src/mesa/drivers/dri/r600/r600_tex.c | 3 +-- 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 5845c05..43d9f64 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 b29a1aa..bcafdfb 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. */ _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
