Re: [PATCH xserver 2/3] xwayland: handle global object destruction

2013-08-21 Thread Kristian Høgsberg
On Wed, Aug 21, 2013 at 09:53:26AM +0200, Giovanni Campagna wrote: > From: Giovanni Campagna > > Certain global objects, such as outputs, can be destroyed during > the session. We must handle that and not crash. > --- > hw/xfree86/xwayland/xwayland-drm.c | 7 ++ > hw/xfree86/xwayland/xw

Re: xserver deelopments

2013-08-21 Thread Daniel Stone
Hi, On 21 August 2013 20:50, Bill Spitzak wrote: > I think my underlying difficulty is that I have to use the wlshm driver > rather than the default of wlegl. This requires me to find an xorg.conf file > setting the driver to wlshm. This requires an environment variable to be > changed between wh

xserver deelopments

2013-08-21 Thread Bill Spitzak
Since you seem to be working on the xserver, I was wondering if you could address some problems I have been having. I think my underlying difficulty is that I have to use the wlshm driver rather than the default of wlegl. This requires me to find an xorg.conf file setting the driver to wlshm.

Re: Planning 1.2.1 releases in a few days

2013-08-21 Thread Kristian Høgsberg
On Wed, Aug 21, 2013 at 10:09:40AM +0200, Hardening wrote: > Le 21/08/2013 01:42, Kristian Høgsberg a écrit : > >Hi all, > > > >I went through the work on git master and picked over a lot of the > >fixes there. We have a lot of bug-fixes queued up since 1.2.0, lots > >of documentation fixes, but I

Re: Planning 1.2.1 releases in a few days

2013-08-21 Thread Hardening
Le 21/08/2013 01:42, Kristian Høgsberg a écrit : Hi all, I went through the work on git master and picked over a lot of the fixes there. We have a lot of bug-fixes queued up since 1.2.0, lots of documentation fixes, but I also picked over a few more feature-ish patches, specifically the touch s

[PATCH xf86-video-intel] xwayland: shortcut Enter/ExitVT

2013-08-21 Thread Giovanni Campagna
Avoids a warning due to drmGetMaster and a crash with multimonitor, caused by not having an intel_mode. --- src/intel_driver.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/src/intel_driver.c b/src/intel_driver.c index d1da72d..b7702e6 100644 --- a/src/intel_driver.c +++ b/src/intel_dr

[PATCH xserver 3/3] xwayland: add support for multiple outputs

2013-08-21 Thread Giovanni Campagna
From: Giovanni Campagna Drop xf86InitialConfiguration, which just gets in the way of the compositor doing its own output arrangement, and transform wayland events into the appropriate low-level xf86 calls to keep the screen size updated. --- hw/xfree86/xwayland/xwayland-output.c | 68 ++

[PATCH xserver 2/3] xwayland: handle global object destruction

2013-08-21 Thread Giovanni Campagna
From: Giovanni Campagna Certain global objects, such as outputs, can be destroyed during the session. We must handle that and not crash. --- hw/xfree86/xwayland/xwayland-drm.c | 7 ++ hw/xfree86/xwayland/xwayland-input.c | 7 ++ hw/xfree86/xwayland/xwayland-output.c | 40 +++

[PATCH xserver 1/3] xwayland-shm: don't create alpha buffers if the window doesn't have alpha

2013-08-21 Thread Giovanni Campagna
From: Giovanni Campagna If the window is using a 24 bit visual, we must request a buffer format without alpha, or garbage is rendered. --- hw/xfree86/xwayland/xwayland.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/xwayland/xwayland.c b/hw/xfree86/xwayland/x

[PATCH] build: Remove wayland-scanner.{m4,mk,pc}

2013-08-21 Thread Daiki Ueno
Remove autotools related stuff no longer used by weston. --- Makefile.am | 5 - configure.ac | 2 -- src/Makefile.am | 3 --- src/wayland-scanner-uninstalled.pc.in | 6 -- src/wayland-scanner.pc.in |