summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86Config.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-16xfree86: Remove Option "BiosBase" (v2)Adam Jackson1-1/+0
2017-01-25loader: Turn LoaderListDirs into LoaderListDirAdam Jackson1-76/+0
2017-01-25loader: Move loader list details to internal headerAdam Jackson1-1/+1
2016-10-05xfree86: remove aiglx cmd/xorg.conf optionEmil Velikov1-9/+0
2016-07-15xfree86: Fix fallback driver sort order for Xorg -configure (v2)Adam Jackson1-19/+40
2016-06-08xfree86: Remove redundant parse of AIGLX server flagAdam Jackson1-5/+0
2016-05-26Remove SIGIO support for input [v5]Keith Packard1-21/+0
2016-05-26xfree86: Add IndirectGLX server flag (v2)Adam Jackson1-0/+9
2016-01-28xfree86: Build parser for DRI config file subsection unconditionallyAdam Jackson1-8/+0
2015-08-24configurable maximum number of clientsOlivier Fourdan1-0/+16
2015-06-30xf86: restrict when we auto add devices as gpu devices.Dave Airlie1-6/+7
2015-05-11Merge remote-tracking branch 'airlied/for-keithp'Keith Packard1-10/+50
2015-04-27xfree86: attempt to autoconfig gpu slave devices (v3)Dave Airlie1-5/+26
2015-04-27xserver: add xorg.conf support for gpu devices. (v2.1)Dave Airlie1-10/+29
2015-04-21Convert hw/xfree86 to new *allocarray functionsAlan Coopersmith1-10/+10
2015-04-21Let calloc handle multiplicationAlan Coopersmith1-1/+1
2014-11-12Drop trailing whitespacesPeter Hutterer1-2/+2
2014-10-02xfree86: Remove remaining return FALSE from configServerFlagsKeith Packard1-1/+1
2014-09-26xfree86: configServerFlags never fails, make it return voidAdam Jackson1-8/+2
2014-09-26xfree86: Remove unused xf86Info.useDefaultFontPathFromAdam Jackson1-2/+0
2014-09-26xfree86: Remove xf86Info.log (v2)Adam Jackson1-2/+0
2014-09-26xfree86: Remove spurious xf86ConfigErrorAdam Jackson1-36/+12
2014-09-26xfree86: Remove Option "TextClockFreq"Adam Jackson1-1/+0
2014-07-14xfree86: Only support one sysconfigdirAaron Plattner1-1/+1
2014-06-02xfree86: Add "modesetting" to list of fallback driversSøren Sandmann1-1/+1
2014-05-12xfree86: fix warnings after MatchSeat patchLaércio de Sousa1-12/+12
2014-05-01xfree86: add new key MatchSeat to xorg.conf sections "Device", "Screen", and ...Oleg Samarin1-9/+25
2014-02-04xkb: add a call to init an XkbRMLVOSet from const charsPeter Hutterer1-8/+8
2014-01-22xfree86: Fix -Wshadow warningsKeith Packard1-2/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-4/+4
2014-01-12xfree86/config: Kludge around const stringsKeith Packard1-8/+10
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-16/+16
2013-12-09xfree86: Prefer fbdev to vesaAdam Jackson1-1/+1
2013-04-08Define prototypes for hw/xfree86/modes/xf86Modes.c only in xf86Modes.h.Jeremy White1-0/+1
2012-07-10Move DRI2 from external module to built-inDaniel Stone1-3/+0
2012-07-10Move DRI1 from external module to built-inDaniel Stone1-3/+0
2012-07-10Remove the last remnants of extmodDaniel Stone1-1/+0
2012-07-09Move RECORD from external module to built-inTomas Carnecky1-3/+0
2012-07-09Move DBE from an external module to built-inTomas Carnecky1-3/+0
2012-07-06xfree86: add autoAddGPU option (v2)Dave Airlie1-1/+14
2012-07-04xfree86: fix use-after-free issue in checkInputPeter Hutterer1-0/+1
2012-04-05xf86Config: load DIX libraries before drivers on CygwinYaakov Selkowitz1-0/+5
2012-03-21Introduce a consistent coding styleKeith Packard1-1056/+1107
2011-12-16xserver: check for elevated privileges not uid=0Antoine Martin1-14/+14
2011-12-12Add some printf format attributes suggested by gccAlan Coopersmith1-1/+1
2011-12-12Even more correctly free config file namesAlan Coopersmith1-8/+9
2011-11-24Correctly free config file namesPaulo Zanoni1-1/+5
2011-11-23Fix gcc -Wwrite-strings warnings in xf86 ddxAlan Coopersmith1-6/+6
2011-11-23Convert strncpy/strncat to strlcpy/strlcatAlan Coopersmith1-2/+1
2011-10-25xfree86: use NewInputDeviceRequest for xorg.conf devices tooPeter Hutterer1-0/+8