mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
intel: Remove an unexplained flush from intelClearWithBlit.
This commit is contained in:
parent
3f623cfffe
commit
3d78a86cd7
1 changed files with 0 additions and 2 deletions
|
|
@ -371,8 +371,6 @@ intelClearWithBlit(GLcontext *ctx, GLbitfield mask)
|
|||
skipBuffers = BUFFER_BIT_STENCIL;
|
||||
}
|
||||
|
||||
/* XXX Move this flush/lock into the following conditional? */
|
||||
intelFlush(&intel->ctx);
|
||||
LOCK_HARDWARE(intel);
|
||||
|
||||
intel_get_cliprects(intel, &cliprects, &num_cliprects, &x_off, &y_off);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue