summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2010-09-23xfree86: nds32: add nds32 support for compiler related mmio codesMacpaul Lin1-0/+410
2010-09-23xfree86: nds32: add nds32 support for compiler specific codesMacpaul Lin1-3/+3
2010-09-14xfree86: delete useless "Primary device is not PCI" messageTiago Vignatti1-7/+2
2010-09-14xfree86: configure: move buses references to their own locationTiago Vignatti5-93/+93
2010-09-14xfree86: use xf86PciIsolateDevice to get PCI config informationTiago Vignatti4-17/+8
2010-09-13Merge remote branch 'jamey/reviewed'Keith Packard1-3/+0
2010-09-13VGA arbiter: No need for arbitration around CreateGC.Jamey Sharp1-2/+0
2010-09-13Delete unused devPrivate field from GCFuncs and GCOps.Jamey Sharp1-1/+0
2010-09-13xfree86: vgaarb: fix decoding stub APITiago Vignatti1-1/+1
2010-09-10os/xfree86: remove macro checking for POSIX symbolsTiago Vignatti1-10/+0
2010-09-10Merge remote branch 'whot/for-keith'Keith Packard2-1/+2
2010-09-10Merge remote branch 'mattst88/master'Keith Packard3-17/+7
2010-09-06xfree86: Check for existence of button class before dereferencing it.Peter Hutterer1-1/+1
2010-09-01xfree86: fix compiler warning about implicied decl of DuplicateModule.Peter Hutterer1-0/+1
2010-08-27Replace malloc/strlen/strcpy with strdup.Matt Turner2-10/+5
2010-08-27xfree86: Simplify xf86Msg{,Verb}Jesse Adkins1-2/+2
2010-08-27xfree86: Remove comments about unable to use malloc.Jesse Adkins1-5/+0
2010-08-26xfree86: vgaarb: fix device decoding interface to send resources type properlyTiago Vignatti2-3/+4
2010-08-26xfree86: vgaarb: remove useless macroTiago Vignatti1-3/+0
2010-08-26xfree86: vgaarb: remove superfluous and confusing VGAGet_GC and VGAPut_GCTiago Vignatti2-55/+60
2010-08-26xfree86: vgaarb: change macros by inline functions to ease debugTiago Vignatti2-57/+64
2010-08-13Stop checking or calling PtrCtrlProcsAlan Coopersmith1-3/+0
2010-07-13Unwrap/rewrap EnterVT/LeaveVT completely, Fixes 28998Keith Packard3-2/+24
2010-07-07dix: purge leftover manual key down bit setting.Peter Hutterer1-3/+1
2010-07-01xfree86: configure: remove vendor and card name matching rulesTiago Vignatti1-25/+0
2010-07-01xfree86: pci: remove superfluous vendor and card name loggingTiago Vignatti1-12/+1
2010-06-18Don't coredump on "X -showopts" (bug 25874)Alan Coopersmith1-0/+7
2010-06-11xfree86: Get rid of xstrdup when argument is definitely non-NULLMikhail Gusarov2-11/+11
2010-06-10Merge remote branch 'whot/for-keith'Keith Packard1-70/+152
2010-06-11xfree86: Match devices based on current driver settingDan Nicholson1-22/+25
2010-06-11xfree86: Allow multiple InputClass Match* entries for && matchingDan Nicholson1-18/+31
2010-06-11xfree86: Match devices based on USB IDDan Nicholson1-0/+4
2010-06-11xfree86: Match devices based on PnP IDDan Nicholson1-0/+14
2010-06-10Remove unnecessary parentheses around return values in functionsMikhail Gusarov11-29/+29
2010-06-10xfree86: Add MatchOS InputClass entry for operating system matchingDan Nicholson1-0/+32
2010-06-10xfree86: Refactor InputClass matching codeDan Nicholson1-51/+66
2010-06-10xfree86: Constify InputClass functionsDan Nicholson1-3/+4
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