mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-03 00:00:25 +01:00
[intel] Remove a gratuitous flush at the end of ClearWithTris.
This commit is contained in:
parent
ab2933df65
commit
4e5b3626a1
1 changed files with 0 additions and 1 deletions
|
|
@ -473,7 +473,6 @@ intelClearWithTris(struct intel_context *intel, GLbitfield mask)
|
|||
}
|
||||
|
||||
intel->vtbl.leave_meta_state(intel);
|
||||
intel_batchbuffer_flush(intel->batch);
|
||||
}
|
||||
|
||||
static const char *buffer_names[] = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue