Re: [Mesa-dev] [PATCH v1] loader/dri3: wait for fences if back-buffer available

2018-10-02 Thread Michel Dänzer
On 2018-10-01 4:35 p.m., Sergii Romantsov wrote: > Yes, it also works Great, thanks for testing! Sent out a proper patch for review: https://patchwork.freedesktop.org/patch/254393/ -- Earthling Michel Dänzer | http://www.amd.com Libre software enthusiast

Re: [Mesa-dev] [PATCH v1] loader/dri3: wait for fences if back-buffer available

2018-10-01 Thread Sergii Romantsov
Yes, it also works On Mon, Oct 1, 2018 at 5:24 PM Michel Dänzer wrote: > On 2018-10-01 12:37 p.m., Sergii Romantsov wrote: > > Kabylake doesn't have such issue, but also it doesn't have > > a front buffers in that case. > > Coffelake can be fixed if to wait for fences if it has back-buffer. > >

Re: [Mesa-dev] [PATCH v1] loader/dri3: wait for fences if back-buffer available

2018-10-01 Thread Michel Dänzer
On 2018-10-01 12:37 p.m., Sergii Romantsov wrote: > Kabylake doesn't have such issue, but also it doesn't have > a front buffers in that case. > Coffelake can be fixed if to wait for fences if it has back-buffer. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108097 > Fixes: aefac10fec

[Mesa-dev] [PATCH v1] loader/dri3: wait for fences if back-buffer available

2018-10-01 Thread Sergii Romantsov
Kabylake doesn't have such issue, but also it doesn't have a front buffers in that case. Coffelake can be fixed if to wait for fences if it has back-buffer. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108097 Fixes: aefac10fecc9 (loader/dri3: Only wait for back buffer fences in dri3_get