Re: [Mesa-dev] [PATCH 3/5] gallium/st: Add a method to flush outstanding swapbuffers

2017-06-26 Thread Marek Olšák
If there are no objections to other patches, patches 3-4 are: Reviewed-by: Marek Olšák Marek On Thu, Jun 22, 2017 at 12:42 PM, Thomas Hellstrom wrote: > Add a state tracker interface method to flush outstanding swapbuffers, and > add a call to it from the mesa state tracker during glFinish().

[Mesa-dev] [PATCH 3/5] gallium/st: Add a method to flush outstanding swapbuffers

2017-06-22 Thread Thomas Hellstrom
Add a state tracker interface method to flush outstanding swapbuffers, and add a call to it from the mesa state tracker during glFinish(). This doesn't strictly mean the outstanding swapbuffers have actually finished executing but is sufficient for glFinish() to be able to be used as a replacement