mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
i965: use BLT to clear buffer if possible on Sandybridge
This fixes https://bugs.freedesktop.org/show_bug.cgi?id=32713
This commit is contained in:
parent
06cb1a6a5b
commit
266d8eed69
1 changed files with 0 additions and 6 deletions
|
|
@ -169,12 +169,6 @@ intelClear(struct gl_context *ctx, GLbitfield mask)
|
|||
}
|
||||
}
|
||||
|
||||
if (intel->gen >= 6) {
|
||||
/* Blits are in a different ringbuffer so we don't use them. */
|
||||
tri_mask |= blit_mask;
|
||||
blit_mask = 0;
|
||||
}
|
||||
|
||||
/* Anything left, just use tris */
|
||||
tri_mask |= mask & ~blit_mask;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue