Re: [RFC] DeepColor Visual Class Extension

2017-09-20 Thread Jacob Lifshay
> > If we left them out of the connection setup block and relied on a separate > request to get a list of DeepColor visuals it would alleviate that issue, but > then we run into the same issue Aaron pointed out with XGetWindowAttributes. > Non-HDR clients would get what appears to be a bogus

Re: [RFC dri3proto v2 1/10] Add modifier/multi-plane requests, bump to v1.1

2017-09-20 Thread Louis-Francis Ratté-Boulianne
Hi, On Wednesday, August 30, 2017 02:26 EDT, Michel Dänzer wrote: > It doesn't seem to get assigned by the xserver code either. A leftover? > (I just happened to notice this, there might be other similar issues) It was indeed a leftover, it is now fixed in the repository.

Re: [RFC xserver 06/12] present: Check the whole exec queue on event

2017-09-20 Thread Louis-Francis Ratté-Boulianne
Hi, On Wednesday, August 30, 2017 03:19 EDT, Michel Dänzer wrote: > On 30/08/17 02:16 PM, Louis-Francis Ratté-Boulianne wrote: > > Later events are sometimes added in front of the queue (e.g. > > if page flipping fails) so we need to check the whole queue > > on event. >

Re: [PATCH libpciaccess] linux: support 32 bit PCI domains (v3)

2017-09-20 Thread Stephen Hemminger
On Wed, 20 Sep 2017 13:31:17 -0400 Adam Jackson wrote: > On Mon, 2017-09-18 at 21:33 +0100, Emil Velikov wrote: > > Hi Adam, > > > > A couple of question about the v3 changes. Hope I'm not loosing my marbles. > > > > On 18 September 2017 at 18:17, Adam Jackson

Re: [PATCH xserver 2/2] meson: Use dependency version_compare()

2017-09-20 Thread Eric Anholt
Daniel Stone writes: > We can check the version on an existing dependency, rather than spinning > up pkg-config again just to check the right version. > > Signed-off-by: Daniel Stone > --- > include/meson.build | 7 +++ > meson.build |

Re: [PATCH xserver 1/2] Build: Use dri3proto/libdrm CFLAGS

2017-09-20 Thread Eric Anholt
Daniel Stone writes: > Make sure we get the CFLAGS required for building DRI3 into the > command line. > > Signed-off-by: Daniel Stone Reviewed-by: Eric Anholt signature.asc Description: PGP signature

Re: [PATCH libpciaccess] linux: support 32 bit PCI domains (v3)

2017-09-20 Thread Adam Jackson
On Mon, 2017-09-18 at 21:33 +0100, Emil Velikov wrote: > Hi Adam, > > A couple of question about the v3 changes. Hope I'm not loosing my marbles. > > On 18 September 2017 at 18:17, Adam Jackson wrote: > > > --- a/src/netbsd_pci.c > > +++ b/src/netbsd_pci.c > > @@ -959,6

Re: [PATCH xserver 2/2] meson: Use dependency version_compare()

2017-09-20 Thread Adam Jackson
On Wed, 2017-09-20 at 07:22 -0700, Daniel Stone wrote: > We can check the version on an existing dependency, rather than spinning > up pkg-config again just to check the right version. Merged, thanks: remote: I: patch #177948 updated using rev 86a89dd6020f59964c0e924acbfae9d5a51e3148. remote:

Re: [PATCH RESEND xserver 0/6] sync int64 series resend

2017-09-20 Thread Adam Jackson
On Mon, 2017-09-18 at 17:34 -0700, Eric Anholt wrote: > I've squashed in the fixes and I'm resending, since some of the early > patches never got reviewed. I suspect they got lost in all the noise > about casting. Still passes the tests locally and on Travis. Thanks for resending this, I was

[PATCH xserver 2/2] meson: Use dependency version_compare()

2017-09-20 Thread Daniel Stone
We can check the version on an existing dependency, rather than spinning up pkg-config again just to check the right version. Signed-off-by: Daniel Stone --- include/meson.build | 7 +++ meson.build | 3 --- 2 files changed, 3 insertions(+), 7 deletions(-)

[PATCH xserver 1/2] Build: Use dri3proto/libdrm CFLAGS

2017-09-20 Thread Daniel Stone
Make sure we get the CFLAGS required for building DRI3 into the command line. Signed-off-by: Daniel Stone --- configure.ac | 1 + dri3/meson.build | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index