mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 02:30:18 +01:00
i965: use BLT to clear buffer if possible on Sandybridge
This fixes https://bugs.freedesktop.org/show_bug.cgi?id=32713
(cherry picked from commit 266d8eed69)
This commit is contained in:
parent
f5c1346932
commit
4e8f123f14
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