Re: [Mesa-dev] [PATCH] vulkan: Disable randr lease for libxcb < 1.13

2018-10-01 Thread Stuart Young
Just a follow-up to make sure this makes it into mesa-stable. I know the release window for 18.2.2 is coming up. On Thu, 27 Sep 2018 at 16:32, Dave Airlie wrote: > On Thu, 27 Sep 2018 at 15:40, Stuart Young wrote: > > > > Hi All, > > > > Can we get some feedback on this patch please? > > > >

Re: [Mesa-dev] [PATCH] vulkan: Disable randr lease for libxcb < 1.13

2018-09-27 Thread Dave Airlie
On Thu, 27 Sep 2018 at 15:40, Stuart Young wrote: > > Hi All, > > Can we get some feedback on this patch please? > > At the moment, we can't compile vulkan using libxcb < 1.13 due to the use of > the RandR lease mechanism. Dave Airlie (cc'd) did some work previously to > allow things to be

Re: [Mesa-dev] [PATCH] vulkan: Disable randr lease for libxcb < 1.13

2018-09-26 Thread Stuart Young
Hi All, Can we get some feedback on this patch please? At the moment, we can't compile vulkan using libxcb < 1.13 due to the use of the RandR lease mechanism. Dave Airlie (cc'd) did some work previously to allow things to be compiled with libxcb 1.11/1.12, mainly by ifdef'ing certain code with

Re: [Mesa-dev] [PATCH] vulkan: Disable randr lease for libxcb < 1.13

2018-09-24 Thread Eric Engestrom
+Cc Keith, Jason & Daniel, who know this code best. On Monday, 2018-09-24 08:46:22 +1000, Stuart Young wrote: > From: Maxime > > Since the Randr lease code was added, compiling against libxcb 1.12 no > longer works. > > CC: mesa-sta...@lists.freedesktop.org > Bugzilla:

[Mesa-dev] [PATCH] vulkan: Disable randr lease for libxcb < 1.13

2018-09-23 Thread Stuart Young
From: Maxime Since the Randr lease code was added, compiling against libxcb 1.12 no longer works. CC: mesa-sta...@lists.freedesktop.org Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108024 Fixes: 7ab1fffcd2a504024b16e408de329f7a94553ecc Tested-By: Maxime ---