summaryrefslogtreecommitdiff
path: root/hw/xfree86
AgeCommit message (Expand)AuthorFilesLines
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
2008-12-12xfree86: dump the ptraccel filter setup to the log on init.Simon Thum1-2/+7
2008-12-11randr: Fix initial panning border copyMatthias Hopf1-1/+4
2008-12-11randr: Update initial screen size if panning information is presentMatthias Hopf1-4/+17
2008-12-11randr: Fix error message for bad panning configMatthias Hopf1-1/+1
2008-12-11randr: Add monitor option "Panning" for initial panning configurationMatthias Hopf2-1/+65
2008-12-11 Modify sdksyms.sh to receive $top_srcdir as first argument.Paulo Cesar Pereira de Andrade2-4/+10
2008-12-10Add dependency tracking to sdksyms.c and export composite wrapper.Paulo Cesar Pereira de Andrade1-1/+1
2008-12-08Correct wrong symbol reference on sparc.Paulo Cesar Pereira de Andrade2-6/+12
2008-12-08Don't use gnu specific extensions to awk when builing symbolsBenjamin Close1-5/+5
2008-12-08xfree86: init EQ before trying to initialise the devices (#18890)Peter Hutterer1-2/+2
2008-12-08xfree86: Only use the evdev ruleset on linux.Peter Hutterer1-2/+8
2008-12-08xfree86: fix compiler warning (use of uninitialized variable)Peter Hutterer1-2/+2
2008-12-07Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/xserverMatthieu Herrb1-2/+2
2008-12-07Fix build in separate build directory.Matthieu Herrb1-1/+1
2008-12-07Convert libx86emu.a to a "libtool convenience library".Paulo Cesar Pereira de Andrade1-2/+2
2008-12-07Export some symbols from libxf86config when installing it.Paulo Cesar Pereira de Andrade1-3/+6
2008-12-07Correct xf86acpiDisableFlag symbol.Paulo Cesar Pereira de Andrade1-0/+2
2008-12-07Use libtool convenience libraries and better "symbol" table.Paulo Cesar Pereira de Andrade16-1275/+448
2008-12-05Make sure _X_EXPORT is defined in edid.hAlan Coopersmith1-0/+4
2008-12-05 Add back a simplified version of the loader static address tables.Paulo Cesar Pereira de Andrade3-4/+1216
2008-12-05Remove static symbol address tables in hw/xfree86/loader/*sym.{c,h}Paulo Cesar Pereira de Andrade8-1763/+6
2008-12-04Move _X_EXPORT attribute to header file.Paulo Cesar Pereira de Andrade2-2/+2
2008-12-04randr: Allow panning to be disabled per axisMatthias Hopf1-25/+39
2008-12-04randr: Rework panning area verificationMatthias Hopf1-25/+73