Re: [ANNOUNCE] xorg-server 1.20.0

2018-05-11 Thread Thomas Klausner
On Fri, May 11, 2018 at 03:40:18PM -0700, Matt Turner wrote: > On Fri, May 11, 2018 at 2:28 PM, Thomas Klausner wrote: > > xf86-video-intel-2.99.917: > > > > checking whether to include DRI1 support... no > > configure: error: DRI1 requested but prerequisites not found > > ***

Re: [ANNOUNCE] xorg-server 1.20.0

2018-05-11 Thread Matt Turner
On Fri, May 11, 2018 at 2:28 PM, Thomas Klausner wrote: > xf86-video-intel-2.99.917: > > checking whether to include DRI1 support... no > configure: error: DRI1 requested but prerequisites not found > *** Error code 1 You probably just want to start using --disable-dri1 here.

Re: [ANNOUNCE] xorg-server 1.20.0

2018-05-11 Thread Thomas Klausner
On Thu, May 10, 2018 at 12:42:24PM -0400, Adam Jackson wrote: > Lots of Present, DRI3 modifier, and buildsystem fixes. Thanks to > everyone who contributed to this release! I've updated the pkgsrc package, but now lots of drivers don't build. xf86-video-tseng-1.2.5: tseng_driver.c: In function

Re: [Mesa-dev] [PATCH 2/2] loader_dri3: Variant 2: Wait for pending swaps to complete before drawable_fini.

2018-05-11 Thread Michel Dänzer
On 2018-05-09 07:32 PM, Adam Jackson wrote: > On Tue, 2018-05-08 at 11:42 +0200, Michel Dänzer wrote: > >> Idle notify events shouldn't need special treatment, since the pixmap >> XIDs of the buffers will be different between loader_dri3_drawable >> incarnations, aren't they? > > We're