summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
2009-01-20Don't include fontmod.hAdam Jackson1-1/+0
2009-01-20XFree86: Input: Fail NIDR if we can't enable devicesDaniel Stone1-0/+9
2009-01-18Kill off --with-mesa-source completelyDan Nicholson1-2/+0
2009-01-18Don't reuse PKG_CHECK_MODULES identifiersDan Nicholson2-2/+2
2009-01-16xfree86: always force RAW mode under linux.Peter Hutterer1-35/+25
2009-01-15xfree86: init properties when ptraccel configuration is found.Simon Thum1-17/+60
2009-01-11xfree86: linuxPci.c needs a prototype for xf86AccResFromOSJulien Cristau1-0/+1
2009-01-11xfree86: use %zu to format size_t argumentsJulien Cristau1-1/+1
2009-01-11xfree86: don't mix declarations and codeJulien Cristau3-3/+3
2009-01-11xfree86: ANSI cleanupsJulien Cristau19-62/+56
2009-01-11xfree86/linux: fix log flood on acpid open errorJulien Cristau1-2/+6
2009-01-09avoid a potential endless loop.Xiang, Haihao1-2/+6
2009-01-08XAA: Disable offscreen pixmaps by default.Adam Jackson1-3/+6
2009-01-07Don't call free, use xfree macro.Paulo Cesar Pereira de Andrade1-2/+2
2009-01-07Default to use standard bitmap fonts, with builtins as fallbackPaulo Cesar Pereira de Andrade1-86/+48
2009-01-07Include Xmd.h from edid.hRémi Cardona1-0/+2
2009-01-06Make cvt complain about invalid arguments more often.Keith Packard1-5/+20
2009-01-06Add sdksyms.sh to EXTRA_DIST to correct make distcheckPaulo Cesar Pereira de Andrade1-1/+2
2009-01-05 Update sdk headers to export new symbols.Paulo Cesar Pereira de Andrade1-18/+2
2009-01-05XFree86: Xv: Add ClipNotify helperDaniel Stone3-0/+8
2009-01-05XFree86: fbdevhw: Add helper function to get fdDaniel Stone2-0/+10
2009-01-05XFree86: Fix build with DGA disabledDaniel Stone5-2/+18
2009-01-05xfree86: If an input device failed to activate, return immediately.Peter Hutterer1-1/+4
2009-01-05xfree86: don't call CheckMotion if a device hasn't been enabled. #19176Peter Hutterer1-3/+4
2008-12-23Remove obsolete XF86_DATE & xf86Date.hAlan Coopersmith3-39/+1
2008-12-23Remove unused CLOG_DATE (leftover from pre-git ChangeLog)Alan Coopersmith1-14/+0
2008-12-23Remove powerpc load/store functions from export list on other platformsAlan Coopersmith1-14/+16
2008-12-23Improve sdksyms.c automatic generation (Fix #19245).Paulo Cesar Pereira de Andrade2-2/+17
2008-12-22randr/xfree86: Fix initial gamma computation.Maarten Maathuis1-7/+6
2008-12-22xfree86/randr: Avoid a crash when xf86CrtcConfigPrivateIndex is -1.Maarten Maathuis1-1/+1
2008-12-19randr/xfree86: Fix a one off error in the panning calculations.Maarten Maathuis1-4/+4
2008-12-18Fix linking of Xorg with dtrace probes on SolarisAlan Coopersmith1-0/+5
2008-12-18Fix sdksyms.sh to work with Solaris/Sun compiler buildsAlan Coopersmith2-3/+3
2008-12-19xfree86: don't restore the TTY mode if we didn't initialize it ourselvesPeter Hutterer1-2/+4
2008-12-18Add xace headers to the SDK when enabled and export the XaceHooks symbolEamon Walsh1-0/+1
2008-12-18Use regex pattern understood by all known awk variants.Paulo Cesar Pereira de Andrade1-6/+8
2008-12-18randr: add some notes about the stuff that changed in driver ABI 2Maarten Maathuis1-12/+18
2008-12-18randr: check for malloc failureMaarten Maathuis1-0/+4
2008-12-18Forgot to fix a comment.Maarten Maathuis1-2/+1
2008-12-17randr: some improvements, fixes and crtc abi bumpMaarten Maathuis3-21/+38
2008-12-17randr: Improve per-crtc gamma support.Maarten Maathuis6-5/+204
2008-12-16config: Add vboxvideo and tga to the magic driver listAdam Jackson1-6/+7
2008-12-16randr: Update EDID_ATOM_NAME to reflect RandR 1.3 name changeMatthias Hopf1-1/+1
2008-12-16Support -sharevts on FreeBSDRobert Noland1-36/+52
2008-12-15Patch brown-bag fix for bug 19017 (scrn->virtualX/virtualY 0 before PreInit)Keith Packard1-0/+6
2008-12-15Use scrn->virtualX/virtualY in xf86CrtcFitsScreen. Fix bug 19017.Keith Packard2-17/+2
2008-12-15When disabling SIGIO tracking, use SIG_IGN instead of SIG_DFL.Keith Packard1-1/+1
2008-12-15Clean up rotation data when crtc is turned offKeith Packard3-1/+9
2008-12-15Fix typo in xf86PickCrtcs()Cooper Yuan1-1/+1
2008-12-12Remove #define NEED_EVENTS and NEED_REPLIESPeter Hutterer11-17/+0