Re: [Mesa-dev] [RFC PATCH] dri3: Sync after buffer swaps with glXSwapBuffers

2017-06-20 Thread Thomas Hellstrom
On 06/20/2017 07:17 AM, Thomas Hellstrom wrote: On 06/20/2017 05:09 AM, Michel Dänzer wrote: On 20/06/17 03:00 AM, Thomas Hellstrom wrote: On 06/19/2017 07:44 PM, Thomas Hellstrom wrote: On 06/19/2017 07:26 PM, Eric Anholt wrote: Thomas Hellstrom writes: Applications

Re: [Mesa-dev] [RFC PATCH] dri3: Sync after buffer swaps with glXSwapBuffers

2017-06-19 Thread Thomas Hellstrom
On 06/20/2017 05:09 AM, Michel Dänzer wrote: On 20/06/17 03:00 AM, Thomas Hellstrom wrote: On 06/19/2017 07:44 PM, Thomas Hellstrom wrote: On 06/19/2017 07:26 PM, Eric Anholt wrote: Thomas Hellstrom writes: Applications calling glXSwapBuffers should be able to expect

Re: [Mesa-dev] [RFC PATCH] dri3: Sync after buffer swaps with glXSwapBuffers

2017-06-19 Thread Michel Dänzer
On 20/06/17 03:00 AM, Thomas Hellstrom wrote: > On 06/19/2017 07:44 PM, Thomas Hellstrom wrote: >> On 06/19/2017 07:26 PM, Eric Anholt wrote: >>> Thomas Hellstrom writes: >>> Applications calling glXSwapBuffers should be able to expect that any X rendering

Re: [Mesa-dev] [RFC PATCH] dri3: Sync after buffer swaps with glXSwapBuffers

2017-06-19 Thread Thomas Hellstrom
On 06/19/2017 07:26 PM, Eric Anholt wrote: Thomas Hellstrom writes: Applications calling glXSwapBuffers should be able to expect that any X rendering submitted after the call to glXSwapBuffers returns should be ordered with respect to the glXSwapBuffers call. (For

Re: [Mesa-dev] [RFC PATCH] dri3: Sync after buffer swaps with glXSwapBuffers

2017-06-19 Thread Thomas Hellstrom
On 06/19/2017 07:44 PM, Thomas Hellstrom wrote: On 06/19/2017 07:26 PM, Eric Anholt wrote: Thomas Hellstrom writes: Applications calling glXSwapBuffers should be able to expect that any X rendering submitted after the call to glXSwapBuffers returns should be ordered

Re: [Mesa-dev] [RFC PATCH] dri3: Sync after buffer swaps with glXSwapBuffers

2017-06-19 Thread Eric Anholt
Thomas Hellstrom writes: > Applications calling glXSwapBuffers should be able to expect that any X > rendering submitted after the call to glXSwapBuffers returns should be ordered > with respect to the glXSwapBuffers call. (For example piglit reading out from > a window).

[Mesa-dev] [RFC PATCH] dri3: Sync after buffer swaps with glXSwapBuffers

2017-06-19 Thread Thomas Hellstrom
Applications calling glXSwapBuffers should be able to expect that any X rendering submitted after the call to glXSwapBuffers returns should be ordered with respect to the glXSwapBuffers call. (For example piglit reading out from a window). This appears not to be the case at least with the current