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
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
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.
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
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
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
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 ++
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 +++
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
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 |
10 matches
Mail list logo