Re: [Mesa-dev] [PATCH] x11: Only report supported DRI3/Present versions

2018-03-30 Thread Daniel Stone
On 23 March 2018 at 13:03, Emil Velikov wrote: > On 22 March 2018 at 15:27, Daniel Stone wrote: >> The version passed to QueryVersion requests is the version that the >> client supports. We were just passing in whatever version of XCB was >> present on the system, which may not be a version that

Re: [Mesa-dev] [PATCH] x11: Only report supported DRI3/Present versions

2018-03-23 Thread Emil Velikov
On 22 March 2018 at 15:27, Daniel Stone wrote: > The version passed to QueryVersion requests is the version that the > client supports. We were just passing in whatever version of XCB was > present on the system, which may not be a version that Mesa actually > explicitly supports, e.g. it might br

[Mesa-dev] [PATCH] x11: Only report supported DRI3/Present versions

2018-03-22 Thread Daniel Stone
The version passed to QueryVersion requests is the version that the client supports. We were just passing in whatever version of XCB was present on the system, which may not be a version that Mesa actually explicitly supports, e.g. it might bring unwanted semantics. Set specific protocol versions