Re: Pull request for server-1.19.branch fixes ?

2017-09-22 Thread Olivier Fourdan
Hi, > Thanks for doing this, some more nominations: > > 41dafcc2a294 ("xfree86/modes: Make colormap/gamma glue code work with >RandR disabled") > > 27a6b9f7c84c ("os: Handle SIGABRT") > > 7c88977d338a ("glamor: Store the actual EGL/GLX context pointer in >

Re: [PATCH xserver 2/2] glx: Implement GLX_EXT_no_config_context

2017-09-22 Thread Adam Jackson
On Thu, 2017-09-21 at 16:55 -0700, Eric Anholt wrote: > Adam Jackson writes: > > > Only enabled for the DRI backends at the moment. In principle WGL/CGL > > could support this - it's sort of implied by GL 3.0 support - but in > > practice I don't know that it would actually

Re: [PATCH xserver 1/2] glx: Fix glXQueryContext for GLX_FBCONFIG_ID and GLX_RENDER_TYPE

2017-09-22 Thread Adam Jackson
On Thu, 2017-09-21 at 16:45 -0700, Eric Anholt wrote: > Looks like you missed the .config update in glxdri2.c? D'oh. > This code is weird -- QueryContext and QueryContextInfoEXT are both > returning the same values, and the existing values we were giving were > only for QCIE. This seems to be

Re: [PATCH xserver 0/2] AppVeyor CI

2017-09-22 Thread Jon Turney
On 18/09/2017 18:09, Adam Jackson wrote: On Fri, 2017-09-15 at 14:36 +0100, Jon Turney wrote: Jon Turney (2): Revert "dmx: fix linking" Add an .appveyor.yml for AppVeyor CI .appveyor.yml | 29 + hw/dmx/Makefile.am | 3 +-- 2 files changed, 30

[PATCH xserver] travis: Also build on OSX

2017-09-22 Thread Jon Turney
Signed-off-by: Jon Turney --- .travis.yml | 14 -- test/scripts/build-travis-osx.sh | 31 +++ 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100755 test/scripts/build-travis-osx.sh diff

[PATCH xserver] meson: Make it possible to build for 32-bit targets

2017-09-22 Thread Jon Turney
Setting glx_align64 to '' gives a null string in the arguments list passed to the compiler. This is taken as an input filename, leading to: "cc: error: : No such file or directory" Instead, assign an empty list to glx_align64, which gets flattened to nothing in the arguments list.

Re: Pull request for server-1.19.branch fixes ?

2017-09-22 Thread Michel Dänzer
On 21/09/17 04:21 PM, Olivier Fourdan wrote: > Hi all, > > It appears the Xserver in 1.19 branch is missing quite a few fixes from > master, so I prepared a branch back-porting fixes at: > > https://cgit.freedesktop.org/~ofourdan/xserver/log/?h=server-1.19-fixes > > I *tried* to pick as many

Re: Update PCI IDs for next xserver release

2017-09-22 Thread Olivier Fourdan
Hi Mark, > Please include the following commit in the next xserver release: > > abb031e731f5c159add1b3351de9c4bb121bf00a > dri2: Sync i965_pci_ids.h from Mesa. > > The ids are needed for us to test new systems with xorg. You actually need 2 commits on server-1.19-branch: abb031e73 dri2: