And allows to create wl_buffers from fds instead of gem names.
Signed-off-by: Axel Davy
---
hw/xfree86/xwayland/drm.xml| 45 +-
hw/xfree86/xwayland/xwayland-drm.c | 106 +
hw/xfree86/xwayland/xwayland-private.h | 1 +
hw/xfree86/xway
neccessary for dri3
Signed-off-by: Axel Davy
---
hw/xfree86/xwayland/xwayland-drm.c | 56 --
hw/xfree86/xwayland/xwayland.h | 3 ++
2 files changed, 38 insertions(+), 21 deletions(-)
diff --git a/hw/xfree86/xwayland/xwayland-drm.c
b/hw/xfree86/xwayland/
This change enables to change the window pixmap, and have
xwayland send the correct buffer to the Wayland compositor.
Signed-off-by: Axel Davy
---
hw/xfree86/xwayland/xwayland-drm.c | 10 +++-
hw/xfree86/xwayland/xwayland-private.h | 10 +++-
hw/xfree86/xwayland/xwayland-window.c | 87 +
The first patch moves the wl_buffers from being a per-window thing to
a per-pixmap thing. That way if we change the window pixmap, the
window update will attach the new buffer.
The second and third patches are to support dri3 (on render-nodes too).
wlglamor has been updated to drop the DRI2 code (
The API enables to use the frame event and the buffer event.
Signed-off-by: Axel Davy
---
hw/xfree86/xwayland/Makefile.am| 1 +
hw/xfree86/xwayland/xwayland-events.c | 210 +
hw/xfree86/xwayland/xwayland-private.h | 8 ++
hw/xfree86/xwayland/xwayland-
bump
On 07/01/14 17:23, poch...@gmail.com wrote:
> From: Emilio Pozuelo Monfort
>
> Unfocusing a surface should dim it when dim-layer is enabled,
> but this got broken in commit 83ffd9.
> ---
> desktop-shell/shell.c | 13 -
> 1 file changed, 12 insertions(+), 1 deletion(-)
>
> diff