mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 04:48:08 +02:00
WAIT_IDLE_EMPTY in savageSwapBuffers until real frame throttling is possible.
This commit is contained in:
parent
bbd557fc53
commit
0f8a2718a3
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ void savageSwapBuffers( __DRIdrawablePrivate *dPriv )
|
|||
FLUSH_BATCH(imesa);
|
||||
|
||||
LOCK_HARDWARE( imesa );
|
||||
WAIT_IDLE_EMPTY;
|
||||
PAGE_PENDING(pending);
|
||||
|
||||
if(!pending)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue