Xwayland DDX
authorKristian Høgsberg <krh@bitplanet.net>
Tue, 11 Mar 2014 23:11:39 +0000 (16:11 -0700)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 3 Apr 2014 22:19:22 +0000 (15:19 -0700)
commit6e539d8817f738289dc2dea13d0720116287ab9d
treec584c7d3ec309875672e852162720e8945630b2f
parente738276e96590b2230dd9d9f5a3f9485f592e1e6
Xwayland DDX

Started out as an Xorg module to be used from Xorg drivers to let
Xorg run under a wayland server.  The idea was to be able to reuse the
2D acceleration from the Xorg driver.  Now with glamor being credible,
a better plan is to just make Xwayland its own DDX, similar to Xwin
and Xquartz.  This is a much better fit, as much of the code in the
original approach had to hack around Xorg doing Xorg things like take
over the VT, probe input devices and read config files.  Another big win
is that Xwayland dosn't need to be setuid root.

The Xwayland support for DRI3, Glamor and render nodes was done by
Axel Davy <axel.davy@ens.fr>, who also did a lot of work on the rebase
to the Xwayland DDX.

Contributions from:

  Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
  Corentin Chary <corentin.chary@gmail.com>
  Daniel Stone <daniel@fooishbar.org>
  Kristian Høgsberg <krh@bitplanet.net>
  Robert Bragg <robert@linux.intel.com>
  Scott Moreau <oreaus@gmail.com>
  Tiago Vignatti <tiago.vignatti@intel.com>
  Giovanni Campagna <gcampagn@redhat.com>
  Jonas Ådahl <jadahl@gmail.com>
  Ray Strode <rstrode@redhat.com>
  Trevor McCort <tjmccort@gmail.com>
  Rui Matos <tiagomatos@gmail.com>
  Axel Davy <axel.davy@ens.fr>
  Jasper St. Pierre <jstpierre@mecheye.net>

Signed-off-by: Kristian Høgsberg <krh@bitplanet.net>
Reviewed-by: Axel Davy <axel.davy@ens.fr>
configure.ac
hw/Makefile.am
hw/xwayland/.gitignore [new file with mode: 0644]
hw/xwayland/Makefile.am [new file with mode: 0644]
hw/xwayland/xwayland-cursor.c [new file with mode: 0644]
hw/xwayland/xwayland-cvt.c [new file with mode: 0644]
hw/xwayland/xwayland-input.c [new file with mode: 0644]
hw/xwayland/xwayland-output.c [new file with mode: 0644]
hw/xwayland/xwayland-shm.c [new file with mode: 0644]
hw/xwayland/xwayland.c [new file with mode: 0644]
hw/xwayland/xwayland.h [new file with mode: 0644]