[PATCH xf86-input-libinput] Use the libinput touch count to init the right number of touches

2018-05-01 Thread Peter Hutterer
Initial version by Johannes Pointner Signed-off-by: Peter Hutterer --- configure.ac | 12 +++- src/xf86libinput.c | 10 +- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index

Re: [PATCH xserver] glx: Fix attribute handling for GLX_TEXTURE_FORMAT_EXT

2018-05-01 Thread Eric Anholt
Adam Jackson writes: > On Mon, 2018-04-02 at 14:52 -0400, Adam Jackson wrote: > >> @@ -1737,6 +1740,9 @@ __glXDisp_BindTexImageEXT(__GLXclientState * cl, >> GLbyte * pc) >>DixReadAccess, , )) >> return error; >> >> +if (pGlxDraw->format

Re: [PATCH xserver] randr: Account for panning and transforms when constraining the cursor

2018-05-01 Thread Adam Jackson
On Mon, 2018-04-30 at 15:19 -0700, Matt Turner wrote: > From: Chris Wilson > > commit 56c90e29f04727c903bd0f084d23bf44eb1a0a11 [1.10.99.901] > Author: Adam Jackson > Date: Mon Nov 15 14:29:14 2010 -0500 > > randr: Add RRConstrainCursorHarder >

Re: [PATCH xserver 2/4] dri3: Robustly clamp to 1.0 if not all screens support 1.2

2018-05-01 Thread Emil Velikov
On 30 April 2018 at 08:06, Mario Kleiner wrote: > Checking for dri3_screen_info_rec.version >= 2 is insufficient, > as some shipping drivers, e.g., intel-ddx, nouveau-ddx, set the > version to DRI3_SCREEN_INFO_VERSION, ie. to whatever version the > installed servers

Re: [PATCH xserver] xwayland: Avoid using epoxy_has_egl()

2018-05-01 Thread Daniel Stone
On 30 April 2018 at 19:10, Adam Jackson wrote: > There's no real point - if we don't have EGL then the extension check is > also going to fail - and the entrypoint is new in 1.5.0, which we don't > need to require yet. Reviewed-by: Daniel Stone