[PATCH xserver] glamor: Store the actual EGL/GLX context pointer in lastGLContext

2017-05-25 Thread Michel Dänzer
From: Michel Dänzer Fixes subtle breakage which could sometimes trigger after a server reset with multiple screens using glamor: Screen A enters glamor_close_screen last and calls various cleanup functions, which at some point call glamor_make_current to make sure screen

Re: [PATCH] xfree86: Add Option "PreferCloneMode"

2017-05-25 Thread Alex Deucher
On Thu, May 25, 2017 at 3:21 AM, Michel Dänzer wrote: > From: Michel Dänzer > > When the default behaviour was changed from clone mode to horizontal > extended layout, a boolean ScrnInfoRec member preferClone was introduced > to choose the old default

[PATCH] xfree86: Add Option "PreferCloneMode"

2017-05-25 Thread Michel Dänzer
From: Michel Dänzer When the default behaviour was changed from clone mode to horizontal extended layout, a boolean ScrnInfoRec member preferClone was introduced to choose the old default behaviour. Option "PreferCloneMode" allows setting this preferClone member.