summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2009-11-19xfree86: set a sane umask before opening the logJulien Cristau1-1/+3
2009-11-19Move FD_CLR above pInfo->read_inputChase Douglas1-2/+3
2009-11-19loader: actually stat something that has some chance of existing. (v2)Dave Airlie1-2/+5
2009-11-06Use $(MAKE) instead of "make" to build Solaris inline assemblyAlan Coopersmith1-1/+2
2009-11-03EDID: Extend the HDTV hack to handle "1368x769"Adam Jackson1-2/+4
2009-11-03modes: Fix duplicate detection, and do it more consistentlyAdam Jackson4-31/+39
2009-11-03modes: De-duplicate a clock range check.Adam Jackson1-17/+12
2009-11-03EDID: Fix interlaced detailed timings to be frame size, not field sizeAdam Jackson1-1/+40
2009-11-03Suppress certain GCC warnings in auto-generated code.Jamey Sharp1-0/+1
2009-11-03Don't cast double to int: use default conversions or explicitly round.Jamey Sharp2-6/+6
2009-11-03xfree86: Fix description of DDC_QUIRK_DETAILED_USE_MAXIMUM_SIZETormod Volden1-1/+1
2009-11-03Xinput: allow non-integer values again for Constant- and AdaptiveDecelerationHans Nieser1-2/+2
2009-10-23DRI2: Report the correct extension minor versionKeith Packard1-1/+1
2009-10-23Kill compilation warnings.Marcin Baczyński2-3/+11
2009-10-15[alpha] assume we have __NR_pciconfig_iobaseMatt Turner1-4/+0
2009-10-15[alpha] don't return from void functionsMatt Turner1-6/+12
2009-10-15Fix undefined symbols on alphaMichael Cree1-6/+6
2009-10-15Fix breakage on alpha caused by c7680befe5aeMatt Turner1-23/+39
2009-10-07Add platform tests for Dtrace linker magicAlan Coopersmith1-1/+1
2009-10-06xfree86: remove log-spamming DebugFPeter Hutterer1-10/+0
2009-10-02rotate: drop unwrapping inside block handler.Dave Airlie1-7/+3
2009-10-01Re-fix DGA removal.Keith Packard4-18/+38
2009-09-30xfree86: use the DDC size if either width or height of DisplaySize is bogus.Peter Hutterer1-1/+1
2009-09-28Revert "alpha: kill xf86SlowBCopyToBus and xf86SlowBCopyFromBus"Peter Hutterer4-9/+77
2009-09-28xfree86: Hurd fixSamuel Thibault1-1/+1
2009-09-22Fix sporadic segfault on resume due to accidentally freeing cursor.Keith Packard1-1/+1
2009-09-22Revert fe31f9c + 977953b to fix issue for good.Matthias Hopf1-8/+2
2009-09-22input: don't use typecasts to access members of InternalEvent.Peter Hutterer1-1/+1
2009-09-21Less intrusive workaround for sporadic segfault on resume.Matthias Hopf1-9/+7
2009-09-21input: define server-supported protocol versions in one single file.Peter Hutterer4-9/+13
2009-09-21xfree86/modes: Remove all framebuffer support from DGAKeith Packard3-105/+29
2009-09-21xfree86: silence warning: ‘ramplen’ may be used uninitializedPeter Hutterer1-1/+1
2009-09-20xf8CrtcSetModeTransform: free adjusted_mode name tooKeith Packard1-1/+3
2009-09-20LoaderSortExtensions: free graph nodesKeith Packard1-0/+2
2009-09-20Free libpciaccess iterator in xf86PciProbeKeith Packard1-1/+2
2009-09-20xf86Xinput.c: get DIX event queue pointer once at InitInput timeKeith Packard2-9/+2
2009-09-20probe_devices_from_device_sections: don't leak list of devicesKeith Packard1-1/+1
2009-09-20xfree86: fix up wrong use of OptionRec for AutoAddDevices andAutoEnableDevicesPeter Hutterer1-3/+7
2009-09-20xfree86: remove now unused variablePeter Hutterer1-3/+0
2009-09-18xfree86: vgaarb: missing wrapping macroTiago Vignatti1-0/+2
2009-09-18xserver: added more Geode oddities to xf86AutoConfig.cMartin-Éric Racine1-2/+2
2009-09-18xfree86: use SendDevicePresenceEvents instead of manual event handling.Peter Hutterer1-8/+1
2009-09-18dri: use noPanoramiXExtension directly.Shunichi Fuji1-11/+3
2009-09-17xserver: SIGIO option handling was incorrect.Dave Airlie1-2/+2
2009-09-17Add configuration option for use of SIGIO handlers for input eventsAlan Coopersmith5-1/+37
2009-09-16Work around sporadic segfault on resume with intel/KMS due to cursor->bits ==...Matthias Hopf1-0/+8
2009-09-16Change xf86dristr.h includes to use xf86driproto.h insteadAlan Coopersmith3-3/+3
2009-09-16dix: append "built-ins" to the font path in SetDefaultFontPathRémi Cardona1-16/+0
2009-09-16Fix module path in xorg.conf man pageAlan Coopersmith1-3/+3
2009-09-16xfree86: vgaarb: rework wrapping functionTiago Vignatti3-62/+66