summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2010-05-24xfree86: organize and group all pci related stuff inside xf86.hTiago Vignatti1-30/+27
2010-05-24xfree86: remove BUS_ISA type given we don't support anymoreTiago Vignatti1-2/+0
2010-05-24xfree86: remove all kind of bus and PCI dependency from the common helper fileTiago Vignatti2-503/+494
2010-05-24xfree86: bus: remove useless field from EntityRecTiago Vignatti1-1/+0
2010-05-24xfree86: bus: delete useless xf86FindPrimaryDeviceTiago Vignatti3-43/+0
2010-05-24xfree86: bus: remove unused headersTiago Vignatti4-6/+0
2010-05-24xfree86: bus: remove unused pci macrosTiago Vignatti1-6/+0
2010-05-23Merge remote branch 'alanc/docs'Keith Packard4-1308/+2
2010-05-23xfree86: fix multiple InputAttributes tag matching.Peter Hutterer1-3/+3
2010-05-23Remove obsolete reference to README.DRI in xorg.conf.manBrice Goglin1-2/+1
2010-05-23Remove ancient documentation of IBM RapidAccess keyboard hackAlan Coopersmith2-50/+1
2010-05-23Remove completely out-of-date README.DRIAlan Coopersmith2-1257/+0
2010-05-23Add RandR 1.2 README.modes doc to EXTRA_DISTAlan Coopersmith1-0/+1
2010-05-23xf86: allow for no outputs connected at startup operation.Dave Airlie1-17/+44
2010-05-21Solaris: Use VT_SET_CONSUSER ioctl to set Console User rights profileAaron Zang1-22/+80
2010-05-21vbe.h: Use __attribute__((packed)) on Sun cc 5.9 & later as well as gccAlan Coopersmith1-1/+1
2010-05-20XFree86 Design doc: Convert LinuxDoc ``quotes'' to DocBook <quote> tagsAlan Coopersmith1-45/+45
2010-05-20XFree86 Design doc: Explain this version covers the current Xorg releaseAlan Coopersmith1-7/+30
2010-05-20Show Xserver release/version date in DIX & DDX docsAlan Coopersmith1-1/+3
2010-05-20Convert LinuxDoc documents to DocBook/XMLAlan Coopersmith3-7449/+9382
2010-05-20Add documentation for the new DefaultModes optionSimon Farnsworth1-0/+8
2010-05-20Add configuration option to disable default modes on an outputSimon Farnsworth1-1/+3
2010-05-19Merge remote branch 'vignatti/bus-cleanup'Keith Packard7-442/+325
2010-05-19xfree86: fix typo in optionTypeToSting.Peter Hutterer1-2/+2
2010-05-19Merge remote branch 'jamey/for-keith'Keith Packard3-13/+3
2010-05-19Return an appropriately-typed error from dixLookupResourceByType.Jamey Sharp1-2/+2
2010-05-19Set event sequence number in WriteEventsToClient instead of at callers.Jamey Sharp2-6/+1
2010-05-19Make WriteEventsToClient/WriteToClient no-op on fake or dead clients.Jamey Sharp2-5/+0
2010-05-19xfree86: remove PCI dependency from InitOutputTiago Vignatti5-305/+303
2010-05-19xfree86: remove xf86EnableAccessTiago Vignatti3-25/+0
2010-05-19xfree86: bus: remove SetSIGIOForState and simplify the codeTiago Vignatti1-27/+7
2010-05-19xfree86: bus: fb drivers might want to use vga arbitration eitherTiago Vignatti1-2/+2
2010-05-19xfree86: bus: simplify entity related hooksTiago Vignatti4-55/+17
2010-05-19xfree86: bus: enable declaration of sparc function as its code usageTiago Vignatti1-1/+1
2010-05-19xfree86: bus: rework xf86PostProbe logic and remove useless log infoTiago Vignatti1-10/+2
2010-05-19xfree86: bus: reuse already assigned variable when fb driver claimedTiago Vignatti1-4/+1
2010-05-19xfree86: bus: fix Enter/Leave accesses behaviourTiago Vignatti1-3/+0
2010-05-19xfree86: remove unused xf86AccessInit()Tiago Vignatti3-21/+3
2010-05-18xfree86: Add option parsing for percent options.Peter Hutterer5-1/+63
2010-05-17dri2: Fix NULL check in allocation error handlingKristian Høgsberg1-2/+4
2010-05-17Only link Xorg with libconfig.laJulien Cristau1-0/+1
2010-05-14dri2: Fix xserver crash if dri2 buffer allocation fails.Pauli Nieminen2-24/+58
2010-05-13Eliminate boilerplate around client->noClientException.Jamey Sharp4-86/+82
2010-05-13Quit using clientErrorValue in dix/colormap.c.Jamey Sharp1-1/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp2-3/+3
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp2-11/+12
2010-05-13Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURNJeremy Huddleston1-6/+6
2010-05-13dri2: Send out event when auxillary buffers are invalidatedKristian Høgsberg3-9/+83
2010-05-13Remove ResNoAvoid definition, missed in the RAC removalAlan Coopersmith1-3/+0
2010-05-12Kill ChangeGC in favor of dixChangeGC.Jamey Sharp1-2/+2