mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
Fix color data can't be fetched issue
This commit is contained in:
parent
5e1534f532
commit
eaadba6eee
2 changed files with 1 additions and 4 deletions
|
|
@ -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); */
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue