[xorg 2/3] dri2: Pass swap-interval=0 ScheduleSwap requests to the ddx

2015-02-18 Thread Fredrik Höglund
On Monday 19 January 2015, Chris Wilson wrote: > Allow the DDXes to opt-in and handle swap-interval=0 requests for > themselves, for example by using asynchronous pageflips, rather than > forcing a blit. This has the important side-effect of also > disambiguating CopyRegion calls to always be

[xorg 2/3] dri2: Pass swap-interval=0 ScheduleSwap requests to the ddx

2015-01-19 Thread Chris Wilson
Allow the DDXes to opt-in and handle swap-interval=0 requests for themselves, for example by using asynchronous pageflips, rather than forcing a blit. This has the important side-effect of also disambiguating CopyRegion calls to always be client requests. References: