summaryrefslogtreecommitdiff
path: root/hw/xfree86/common
AgeCommit message (Expand)AuthorFilesLines
2010-10-20xfree86: set mask for valuators 0/1 when emulating core events (#30267)Peter Hutterer1-0/+4
2010-10-18Merge remote branch 'whot/for-keith'Keith Packard2-17/+20
2010-10-18modes: improve aspect ratio match for classic driversOlivier Fourdan1-5/+59
2010-10-18dri1: Remove "buffers" from the config logicAdam Jackson1-22/+0
2010-10-18xfree86: Remove %M expansion from config parserAdam Jackson1-6/+6
2010-10-18config: Remove atimisc workaroundAdam Jackson1-18/+0
2010-10-18config: Don't look for .o drivers anymoreAdam Jackson1-1/+1
2010-10-15xfree86: rename parameter names to xf86ScaleAxis.Peter Hutterer2-17/+20
2010-09-28Bump video driver ABI version to 9.0Aaron Plattner1-1/+1
2010-09-28Merge remote branch 'ajax/less-loader'Keith Packard2-6/+0
2010-09-28xfree86: Add 18bpp supportAdam Jackson1-0/+3
2010-09-28xfree86: Kill pixmapPrivate with a vengeance (v2)Chris Wilson2-12/+0
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-22xfree86: Remove unused refcounting from input driversAdam Jackson2-6/+0
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