On Tue, Nov 8, 2016 at 5:00 PM, Jason Ekstrand <[email protected]> wrote: > From: Kevin Strasser <[email protected]> > > In order to support FIFO mode without blocking the application on calls > to vkQueuePresentKHR it is necessary to enqueue the request and defer > calling the server until the next vblank period. The xcb present api > doesn't offer a way to register a callback, so we will have to spawn a > worker thread that will wait for a request to be added to the queue, call > to the server, and then make the image available for reuse. This commit > introduces the queue data structure needed to implement this. > > Signed-off-by: Jason Ekstrand <[email protected]> > Reviewed-by: Eric Engestrom <[email protected]>
This seems to be working for me now, so for the series: Tested-by: Kevin Strasser <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
