summaryrefslogtreecommitdiff
path: root/hw/xfree86/common/xf86str.h
AgeCommit message (Expand)AuthorFilesLines
2014-03-10Require video drivers to report that they support server managed fdsHans de Goede1-1/+2
2014-01-12Replace 'pointer' type with 'void *'Keith Packard1-18/+18
2014-01-12xfree86/common: Warning fixes. Mostly const string handling.Keith Packard1-1/+1
2014-01-12hw/xfree86: Lots of constant string supportKeith Packard1-21/+21
2014-01-12hw/xfree86: Make strings in DriverRec and ScrnInfoRec constKeith Packard1-7/+7
2012-10-19xf86: Fix build against recent Linux kernelThierry Reding1-1/+1
2012-07-06xfree86: add framework for provider support in ddx. (v4)Dave Airlie1-0/+1
2012-07-06xfree86: add DDX gpu screen support. (v3)Dave Airlie1-2/+3
2012-07-06xfree86: use udev to provide device enumeration for kms devices (v10)Dave Airlie1-0/+11
2012-06-05api: rework the X server driver API to avoid global arrays.Dave Airlie1-12/+12
2012-03-21Introduce a consistent coding styleKeith Packard1-457/+441
2011-10-15configure: wrap PCI code with macro and set it at build timeTiago Vignatti1-5/+2
2011-10-15pci: Port xf86MapLegacyIO to pciaccessAdam Jackson1-1/+0
2010-12-20xfree86: Remove xf86EnterServerStateAdam Jackson1-7/+0
2010-11-26xfree86/modes: Provide a ModeSet hook in ScrnInfoVille Syrjälä1-1/+3
2010-10-15Merge branch 'master' into input-apiPeter Hutterer1-1/+0
2010-09-28xfree86: Kill pixmapPrivate with a vengeance (v2)Chris Wilson1-1/+0
2010-09-10xfree86: remove IDevRec, replace with InputInfoRec.Peter Hutterer1-8/+3
2010-09-10xfree86: remove extraOptions field from IDevRec.Peter Hutterer1-1/+0
2010-05-25xfree86: store the InputAttributes in the input device.Peter Hutterer1-0/+1
2010-05-24xfree86: remove BUS_ISA type given we don't support anymoreTiago Vignatti1-2/+0
2010-01-05modes: Remove the ClockRanges typeAdam Jackson1-15/+1
2009-10-28Add video driver flag to indicate that console access is not needed.Jamey Sharp1-0/+1
2009-08-28xf86 ddx: add vga arbiter support.Dave Airlie1-1/+3
2009-08-20xfree86: remove bus state change notification callbackTiago Vignatti1-12/+0
2009-07-28xserver: remove RAC/resource handling code.Dave Airlie1-150/+6
2009-05-27xfree86: Remove unused (and useless) xf86{Add,Delete}ModuleInfoAdam Jackson1-15/+0
2009-02-04Revert "Bus: Remove xf86SetAccessFuncs() and related machinery"Adam Jackson1-0/+6
2009-02-04Bus: Remove xf86SetAccessFuncs() and related machineryAdam Jackson1-6/+0
2008-11-24Bus: Remove ISA support.Adam Jackson1-12/+0
2008-11-24Bus: Remove yet more unused overlap processing.Adam Jackson1-2/+0
2008-11-24Bus: Don't pretend to care about IRQs, DMA, or PCI config spaceAdam Jackson1-3/+0
2008-10-07Revert "Remove unused server state change callbackery" for now.Aaron Plattner1-0/+12
2008-10-03Remove unused server state change callbackery.Adam Jackson1-12/+0
2008-08-18Remove the remainder of grab deactivation and closedown.Adam Jackson1-2/+0
2008-07-17XFree86: Remove remnants of XFree86-MiscDaniel Stone1-3/+0
2008-07-16XFree86: Delete OSMouse codeDaniel Stone1-31/+0
2008-07-16XFree86: Remove useless debugging codeDaniel Stone1-8/+0
2008-02-14Friends don't let friends call xf86AddModuleInfo.Adam Jackson1-1/+1
2007-12-13Add infrastructure for validating modes by memory bandwidth.Adam Jackson1-0/+1
2007-10-17Make config file preferred mode override monitor preferred mode.Keith Packard1-0/+1
2007-08-23Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+1
2007-06-25Split up memory for devices configured in the config file.Peter Hutterer1-1/+1
2007-01-17Replace PciBusId with 'struct pci_device *'Ian Romanick1-6/+2
2006-12-08Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/xorg/xserver i...Ian Romanick1-0/+1
2006-09-14Record the maximum dot clock of the monitor, and filter by it.Adam Jackson1-0/+1
2006-08-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+6
2006-08-10Rename some mode tokens to better reflect their use.Adam Jackson1-1/+6
2006-07-25Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/xserver into ...Ian Romanick1-1/+0
2006-07-21Make the various implementations of xf86ExtendedInitInt10 use theIan Romanick1-4/+12