Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-23 Thread Adam Jackson
On Sat, 2018-04-21 at 11:42 +0200, Thomas Klausner wrote: > Thanks! > > We already had a patch for such a problem with pid_t in pkgsrc, and > I've extended it to uint32_t, which fixes the problem for me. > > It's attached. > > Let me know if it can go in like this or what else we can do to fix

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-21 Thread Thomas Klausner
On Fri, Apr 20, 2018 at 11:07:04AM -0400, Adam Jackson wrote: > On Fri, 2018-04-20 at 08:18 +0200, Thomas Klausner wrote: > > > extern __attribute__((visibility("default"))) > > # 112 "../../dri3/dri3.h" 3 4 > > __uint32_t > > > > # 113 "../../dri3/dri3.h" > >

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-20 Thread Adam Jackson
On Fri, 2018-04-20 at 08:18 +0200, Thomas Klausner wrote: > extern __attribute__((visibility("default"))) > # 112 "../../dri3/dri3.h" 3 4 > __uint32_t > > # 113 "../../dri3/dri3.h" > drm_format_for_depth( > > > > I don't see the problem, do you? We're not expecting another

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-20 Thread Thomas Klausner
On Wed, Apr 18, 2018 at 10:13:36AM -0500, Jeff Smith wrote: > Here is something that may help in tracking down the cause of the > disappearing symbol. > 1: apply the following changes to sdksyms.sh > 2: re-run the build > (this will output what is being fed into awk from the pre-processor > into

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-18 Thread Jeff Smith
On Thu, Apr 12, 2018 at 1:18 AM, Thomas Klausner wrote: > On Wed, Apr 11, 2018 at 04:24:02PM -0500, Jeff Smith wrote: >> On Wed, Apr 11, 2018 at 2:44 AM, Thomas Klausner wrote: >> > I still see this build failure on NetBSD: >> > >> > sdksyms.c:1773:15: error:

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-12 Thread Thomas Klausner
On Wed, Apr 11, 2018 at 04:24:02PM -0500, Jeff Smith wrote: > On Wed, Apr 11, 2018 at 2:44 AM, Thomas Klausner wrote: > > I still see this build failure on NetBSD: > > > > sdksyms.c:1773:15: error: expected expression before ',' token > > (void *) &,

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-11 Thread Jeff Smith
On Wed, Apr 11, 2018 at 2:44 AM, Thomas Klausner wrote: > I still see this build failure on NetBSD: > > sdksyms.c:1773:15: error: expected expression before ',' token > (void *) &, /* > ../../dri3/dri3.h:110 */ >

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-11 Thread Adam Jackson
On Wed, 2018-04-11 at 09:44 +0200, Thomas Klausner wrote: > I still see this build failure on NetBSD: > > sdksyms.c:1773:15: error: expected expression before ',' token > (void *) &, /* > ../../dri3/dri3.h:110 */ >^ I'm

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-11 Thread Olivier Fourdan
Hey Adam, On Wed, Apr 11, 2018 at 4:40 PM, Adam Jackson wrote: > On Wed, 2018-04-11 at 09:49 +0200, Olivier Fourdan wrote: > > > What are the risks of landing it? It would break for hardware/driver > > which are not supported yet anyway? > > The code it adds basically only runs

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-11 Thread Adam Jackson
On Wed, 2018-04-11 at 09:49 +0200, Olivier Fourdan wrote: > What are the risks of landing it? It would break for hardware/driver > which are not supported yet anyway? The code it adds basically only runs on NVIDIA's drivers, since nobody else supports EGL_KHR_streams (as far as I'm aware, at

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-11 Thread Olivier Fourdan
Hi Adam, [Re-sending to xorg-devel where this was intended, sorry!] On 10 April 2018 at 21:57, Adam Jackson wrote: > Another batch of cleanups and fixes, mostly in glamor and DRI3. > > At this point the only outstanding major feature for 1.20 that hasn't > landed yet is

Re: [ANNOUNCE] xorg-server 1.19.99.904

2018-04-11 Thread Thomas Klausner
I still see this build failure on NetBSD: sdksyms.c:1773:15: error: expected expression before ',' token (void *) &, /* ../../dri3/dri3.h:110 */ ^ Thomas On Tue, Apr 10, 2018 at 03:57:25PM -0400, Adam Jackson wrote: >