Fix color data can't be fetched issue

This commit is contained in:
Cooper Yuan 2009-06-25 19:48:43 +08:00
parent 5e1534f532
commit eaadba6eee
2 changed files with 1 additions and 4 deletions

View file

@ -288,7 +288,7 @@ restart:
relocs[i].base.bo, soffset, eoffset);
return r;
}
asicoffset = cs->packets[relocs[i].indices[j]] + soffset;
asicoffset = soffset;
if (asicoffset >= eoffset)
{
/* radeon_bo_debug(relocs[i].base.bo, 12); */

View file

@ -63,9 +63,6 @@ void r700Clear(GLcontext * ctx, GLbitfield mask)
int i;
struct gl_framebuffer *fb = ctx->DrawBuffer;
/* XXX FIXME */
return;
if( GL_TRUE == r700ClearFast(context, mask) )
{
return;