summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov11-29/+29
2010-06-06Remove more superfluous if(p) checks around free(p)Mikhail Gusarov6-19/+12
2010-06-06Replace deprecated bzero with memsetMikhail Gusarov5-9/+9
2010-06-05Clean up after removal of screen parameters from region macros.Jamey Sharp1-21/+0
2010-06-05Change the devPrivates API to require dixRegisterPrivateKeyKeith Packard13-74/+124
2010-06-05Rename region macros to eliminate screen argumentKeith Packard3-160/+160
2010-06-03Move each screen's x/y origin into ScreenRec.Jamey Sharp1-48/+46
2010-06-03Move each screen's root-window pointer into ScreenRec.Jamey Sharp3-3/+3
2010-06-02xfree86: Unbreak autoconfig following 0abf065e38c4Chris Wilson3-3/+9
2010-05-28xfree86: initialize InputAttributes to NULL in the autoconfig code.Peter Hutterer1-0/+1
2010-05-26xfree86: bump ABI_XINPUT_VERSION to 11.Peter Hutterer1-1/+1
2010-05-26Revert "Add a "flags" field to DeleteInputDeviceRequest."Keith Packard2-5/+5
2010-05-25Add a "flags" field to DeleteInputDeviceRequest.Peter Hutterer2-5/+5
2010-05-25xfree86: store the InputAttributes in the input device.Peter Hutterer5-1/+10
2010-05-24Merge remote branch 'vignatti/bus-cleanup-take2'Keith Packard10-829/+776
2010-05-24xfree86: move all pci code from auto configurator into a meaningful locationTiago Vignatti3-246/+255
2010-05-24xfree86: no need to check for the configuration case when matching devicesTiago Vignatti1-2/+0
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 Vignatti1-2/+0
2010-05-23xfree86: fix multiple InputAttributes tag matching.Peter Hutterer1-3/+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-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 Hutterer4-1/+57
2010-05-17Only link Xorg with libconfig.laJulien Cristau1-0/+1
2010-05-13Replace dixChangeGC with calls directly to the right variant.Jamey Sharp1-2/+2
2010-05-13dixChangeGC callers: Use ChangeGCVal instead of XID almost everywhere.Jamey Sharp1-7/+8
2010-05-13Use _X_ATTRIBUTE_PRINTF _X_DEPRECATED _X_NORETURNJeremy Huddleston1-6/+6
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
2010-05-13Replace X-allocation functions with their C89 counterpartsMikhail Gusarov24-228/+228
2010-05-11xfree86: dga needs to use the master keyboard state (#27573)Peter Hutterer1-1/+3
2010-04-30Merge remote branch 'jamey/for-keith'Keith Packard1-0/+3
2010-04-30Merge remote branch 'whot/for-keith'Keith Packard1-1/+1
2010-04-30Merge remote branch 'vignatti/for-keith'Keith Packard5-41/+43
2010-04-30xfree86: a missing input driver is not an error.Peter Hutterer1-1/+1
2010-04-27Remove mibank supportAdam Jackson2-16/+185