xserver/present
Axel Davy 2203735887 present: Fix Async swap logic
According to the spec, PresentOptionAsync should only
trigger a different behaviour when the target msc has been reached.

In this case if the driver is able to do async swaps, we use
them to avoid a screen copy.

When the target msc hasn't been reached yet, we want to use sync swaps.

v2: Fix indentation and simplify checks for Async flips

Signed-off-by: Axel Davy <axel.davy@ens.fr>
Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
2015-11-09 15:47:01 -05:00
..
Makefile.am
present.c present: Fix Async swap logic 2015-11-09 15:47:01 -05:00
present.h glx/present: Only send GLX_BufferSwapComplete for PresentCompleteKindPixmap 2014-09-11 18:19:41 -07:00
present_event.c present: static cleanup 2015-07-08 16:40:57 -04:00
present_fake.c
present_fence.c
present_notify.c
present_priv.h present: static cleanup 2015-07-08 16:40:57 -04:00
present_request.c present: static cleanup 2015-07-08 16:40:57 -04:00
present_screen.c
presentext.h