Re: [Mesa-dev] [PATCH 0/3] Destroy Present event contexts

2016-08-02 Thread Michel Dänzer
On 02.08.2016 23:01, Leo Liu wrote: > On 08/01/2016 10:20 PM, Michel Dänzer wrote: >> On 28.07.2016 18:34, Michel Dänzer wrote: >>> Running XTS (the X test suite) on Xephyr using glamor running on Xorg, >>> I stumbled upon an issue: >>> >>> * XTS causes Xephyr to keep resetting and starting new ser

Re: [Mesa-dev] [PATCH 0/3] Destroy Present event contexts

2016-08-02 Thread Leo Liu
On 08/01/2016 10:20 PM, Michel Dänzer wrote: On 28.07.2016 18:34, Michel Dänzer wrote: Running XTS (the X test suite) on Xephyr using glamor running on Xorg, I stumbled upon an issue: * XTS causes Xephyr to keep resetting and starting new server generations * glamor creates a new GLX context

Re: [Mesa-dev] [PATCH 0/3] Destroy Present event contexts

2016-08-01 Thread Michel Dänzer
On 28.07.2016 18:34, Michel Dänzer wrote: > Running XTS (the X test suite) on Xephyr using glamor running on Xorg, > I stumbled upon an issue: > > * XTS causes Xephyr to keep resetting and starting new server generations > * glamor creates a new GLX context for each server generation but re-uses >

[Mesa-dev] [PATCH 0/3] Destroy Present event contexts

2016-07-28 Thread Michel Dänzer
Running XTS (the X test suite) on Xephyr using glamor running on Xorg, I stumbled upon an issue: * XTS causes Xephyr to keep resetting and starting new server generations * glamor creates a new GLX context for each server generation but re-uses the same window This caused Xorg to accumulate sta