summaryrefslogtreecommitdiff
path: root/hw/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2014-04-03Xwayland DDXKristian Høgsberg1-2/+7
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>
2010-03-22Catch errors in recursive relink targetsYaakov Selkowitz1-1/+1
If make relink fails in a subdirectory, we need to catch the error otherwise make will continue iterating the 'for' loop. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2010-03-22Fix relink targets for silent rulesYaakov Selkowitz1-1/+1
Add $(AM_V_at) to all relink make targets to silence them when automake silent rules are in use. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Julien Cristau <jcristau@debian.org>
2008-06-12Remove xgl.Adam Jackson1-6/+1
This code hasn't been updated with anything even resembling what anyone is shipping in nearly thirty months. It hasn't built out of the box since 7.1. Most of its features over AIGLX are accomplished with DRI2 and friends.
2008-05-12X n'est pas une print API.Adam Jackson1-7/+2
2008-04-20Revert "Removed XWin DDX"Jeremy Huddleston1-1/+6
This reverts commit 6550078b0925f754e3eec3bbce94dbfe5de8c419. Doctor, I'm starting to get a pulse...
2008-04-19Removed XWin DDXJeremy Huddleston1-6/+1
2007-12-07Darwin: Use __APPLE__ instead of __DARWIN__Jeremy Huddleston1-2/+2
(cherry picked from commit 54654815fa5e59b25cfd1fa72610120b72c10175)
2007-12-05Darwin: Flattened quartz into darwin, renamed darwin xquartzJeremy Huddleston1-2/+2
Leaving xpr unflattened since we want modularity to replace that with xpc (XPluginComposite) at some point (cherry picked from commit 48e6a75fbdd0fee86e364f02ace83f20b312a2b2)
2007-11-21Darwin: Dead code removal, Code cleanup, Added launcherJeremy Huddleston1-8/+4
Imported changes from xorg-server-1.2-apple to make master more current wrt file layout, build system changes, and dead code removal.
2007-09-06DDX changes for XDarwinBen Byer1-8/+4
Creating a real DDX section for XDarwin instead of stuffing it into the XORG section in a half-assed manner.
2007-02-17dix mods for DarwinBen Byer1-1/+12
2006-06-18Xprint/ -> hw/xprintAdam Jackson1-2/+7
XpConfig -> hw/xprint/config
2006-01-10Add xgl to DIST_SUBDIRS.Daniel Stone1-1/+1
2005-12-28Initial commit of XGL build infrastructure and XGL code changes forEric Anholt1-0/+5
building within the xorg server tree. Requires additional, uncommitted dix changes to successfully build, and successful running is still yet to happen.
2005-12-27Skeletal kdrive build system. Totall non-functional atm.Adam Jackson1-2/+7
2005-12-26Bug #4190: Add a rule for 'make relink' since automake sucks.Adam Jackson1-0/+3
2005-10-07Add darwin to distKevin E Martin1-1/+3
Include missing docs in EXTRA_DIST Include headers and other files in dist
2005-07-28Fix distcheck for serverKevin E Martin1-0/+2
2005-07-14Add support for XnestKevin E Martin1-2/+7
2005-07-12Add support for building Xdmx and XvfbKevin E Martin1-0/+5
2005-07-04Add XWin DDX, make Xorg DDX conditional Make XF86VidMode and XF86MiscAlexander Gottwald1-0/+7
conditional Add XWin DDX Added DDXTIME, DDXOSFATALERROR, DDXOSVERRORF and DDXBEFORERESET Added fbcmap.c Added miinitext.c Added -I$(top_srcdir)/Xext/extmod to INCLUDES
2005-07-01Adding initial build system.Daniel Stone1-0/+9