Re: [PATCH xserver] dri3: cap the version returned to the client

2018-03-19 Thread Adam Jackson
On Mon, 2018-03-19 at 21:11 +, Emil Velikov wrote: > On 19 March 2018 at 19:59, Adam Jackson wrote: > > Merged: > > > > remote: I: patch #210343 updated using rev > > ae5c0dd199a5fbfbdf7a2d6b8c1b28c410289106. > > remote: I: 1 patch(es) updated to state Accepted. > > To ssh://git.freedesktop.

Re: [PATCH xserver] dri3: cap the version returned to the client

2018-03-19 Thread Emil Velikov
On 19 March 2018 at 19:59, Adam Jackson wrote: > On Mon, 2018-03-19 at 12:04 +, Emil Velikov wrote: >> On 13 March 2018 at 18:38, Emil Velikov wrote: >> > From: Emil Velikov >> > >> > As per the protocol, the server should not return version greater than >> > the one supported by the client.

Re: [PATCH xserver] dri3: cap the version returned to the client

2018-03-19 Thread Adam Jackson
On Mon, 2018-03-19 at 12:04 +, Emil Velikov wrote: > On 13 March 2018 at 18:38, Emil Velikov wrote: > > From: Emil Velikov > > > > As per the protocol, the server should not return version greater than > > the one supported by the client. > > > > Add a spec quote and tweak the numbers accor

Re: [PATCH xserver] dri3: cap the version returned to the client

2018-03-19 Thread Emil Velikov
On 13 March 2018 at 18:38, Emil Velikov wrote: > From: Emil Velikov > > As per the protocol, the server should not return version greater than > the one supported by the client. > > Add a spec quote and tweak the numbers accordingly. > > Fixes: 563138298868 ("dri3: Add DRI3 extension") > Cc: Dani

[PATCH xserver] dri3: cap the version returned to the client

2018-03-13 Thread Emil Velikov
From: Emil Velikov As per the protocol, the server should not return version greater than the one supported by the client. Add a spec quote and tweak the numbers accordingly. Fixes: 563138298868 ("dri3: Add DRI3 extension") Cc: Daniel Stone Cc: Keith Packard Signed-off-by: Emil Velikov --- N