summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2010-02-25Allow for missing or disabled compat_outputHEADmasterKeith Packard4-17/+46
2010-02-25Share enum definition for det_monrec_parameter sync_sourceKeith Packard1-2/+6
2010-02-25DRI2: initialize event->drawable in DRI2SwapEventRobert Bragg1-0/+2
2010-02-22Always enable outputs that have been forced on in the configuration fileSimon Farnsworth1-1/+2
2010-02-17os: Prevent core dump from being truncated.Rami Ylimaki1-1/+1
2010-02-17parser: corrected xf86getBoolValue to use case insensitive compareOliver McFadden1-8/+8
2010-02-17Solaris xf86OSRingBell() off-by-one error in filling iov[] arrayAlan Coopersmith1-2/+3
2010-02-17Use C-style comments in x86emuMatt Turner2-4/+4
2010-02-15xfree86: Reorder InputClass option prioritiesDan Nicholson3-19/+22
2010-02-15dix: move config_init into the DDX.Peter Hutterer1-0/+10
2010-02-12xfree86: Add qxl driver to the autoconfig logicSoeren Sandmann1-0/+1
2010-02-11Add tag matching to input attributes.Peter Hutterer5-0/+48
2010-02-11Add xstrtokenize to the dix.Peter Hutterer1-41/+3
2010-02-11xfree86: Set fnmatch pathname flag for InputClass device matchingDan Nicholson1-1/+1
2010-02-11xfree86: Allow multiple arguments to InputClass matchesDan Nicholson4-29/+136
2010-02-11xfree86: Use "Ignore" option in InputClass to skip devicesDan Nicholson2-2/+37
2010-02-11xfree86: Handle config files ending without newlineDan Nicholson1-7/+19
2010-02-11xfree86: Make InputClass docs and comments match realityDan Nicholson2-4/+4
2010-01-28xfree86: vgaarb: remove useless debugTiago Vignatti1-65/+0
2010-01-28DRI2: Bump the dri2 module version to 1.2.0 to reflect recent API changes.Aaron Plattner1-1/+1
2010-01-27DRI2: handle drawable destruction properly at DRI2SwapComplete timeJesse Barnes1-15/+27
2010-01-27Avoid segfaults in XF86VidMode GammaRamp functions if randr_crtc is NULLAlan Coopersmith1-13/+18
2010-01-27Merge remote branch 'alanc/master'Keith Packard8-39/+109
2010-01-27xfree86/modes: only call gamma_set if its non NULLMichael Vogt1-1/+1
2010-01-27DRI2: Allow multiple driver names.Aaron Plattner2-7/+46
2010-01-27x86emu: Respect the LEA 67h address size prefix.Christian Zander1-25/+45
2010-01-25Move OS-specific VT key handler code from common to os-supportAlan Coopersmith7-35/+74
2010-01-25Solaris: Avoid switching to inactive VT'sAaron Zang3-12/+43
2010-01-25xfree86: replace True/False with TRUE/FALSE.Peter Hutterer1-10/+10
2010-01-13Merge remote branch 'jbarnes/master'Keith Packard3-9/+740
2010-01-11GLX/DRI2: add INTEL_swap_event supportJesse Barnes2-1/+25
2010-01-11DRI2: add support for new DRI2 protocol requestsJesse Barnes3-9/+716
2010-01-11xfree86: init pointer feedback controls from optionsSimon Thum2-2/+46
2010-01-11xfree86: document pointer acceleration in xorg.conf.manSimon Thum1-0/+45
2010-01-11whitespace fixesSimon Thum1-18/+16
2010-01-11doc: actually document SendDragEventsSimon Thum1-1/+1
2010-01-08Revert "Make sys.c use unaligned access functions provided in compiler."Tiago Vignatti2-2/+181
2010-01-05modes: Remove the ClockRanges typeAdam Jackson2-24/+6
2009-12-30config: add libudev input-hotplug backendJulien Cristau3-7/+14
2009-12-30xfree86: move sanity checks below option and input classes merges.Peter Hutterer1-10/+11
2009-12-30Merge remote branch 'dbn/inputclass'Keith Packard13-26/+514
2009-12-30Merge remote branch 'dbn/xorg.conf.d'Keith Packard10-173/+519
2009-12-28EXA: Allow optimized migration to be enabled with mixed pixmaps.Michel Dänzer1-18/+19
2009-12-23xfree86: Introduce InputClass configurationDan Nicholson9-1/+468
2009-12-22config: Introduce InputAttributes in NewInputDeviceRequestDan Nicholson2-2/+3
2009-12-22xfree86: Support non-Option boolean entries in configurationDan Nicholson4-23/+43
2009-12-22xfree86: Add Option AutoServerLayout for input devices.Peter Hutterer4-53/+129
2009-12-22xfree86: Allow config directory to be specified on command lineDan Nicholson6-25/+102
2009-12-22xfree86: Use xorg.conf.d directory for multiple config filesDan Nicholson5-103/+296
2009-12-22xfree86: Unexport configuration file symbolsDan Nicholson1-7/+7