mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-26 00:20:37 +02:00
st/dri: if flushing a drawable, don't set reason=SWAPBUFFERS
0 means SWAPBUFFERS. Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
a713d7b1b9
commit
3475b22133
1 changed files with 1 additions and 1 deletions
|
|
@ -45,7 +45,7 @@
|
|||
static void
|
||||
dri2_flush_drawable(__DRIdrawable *dPriv)
|
||||
{
|
||||
dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, 0);
|
||||
dri_flush(dPriv->driContextPriv, dPriv, __DRI2_FLUSH_DRAWABLE, -1);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue