xserver-multidpi/hw/xfree86/modes
Maarten Maathuis aedd2f566d randr/xfree86: Fix a one off error in the panning calculations.
- Example: mode 1280x1024, panned area 1281x1024
           panned_area.x2 = 1281
           mode.width = 1280
  If you substract 1280 from 1281, then that leaves you with one.
  Which is the one pixel that you need to move to actually see the last pixel collumn.
  Substracting 1 from this will consistently prevent you from seeing the right and bottom edge.
2008-12-19 19:10:23 +01:00
..
Makefile.am Use libtool convenience libraries and better "symbol" table. 2008-12-07 02:22:19 -02:00
xf86Crtc.c randr: check for malloc failure 2008-12-18 16:12:12 +01:00
xf86Crtc.h randr: add some notes about the stuff that changed in driver ABI 2 2008-12-18 16:26:38 +01:00
xf86Cursors.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf86cvt.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf86DiDGA.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf86EdidModes.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf86gtf.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf86Modes.c Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf86Modes.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf86RandR12.c randr/xfree86: Fix a one off error in the panning calculations. 2008-12-19 19:10:23 +01:00
xf86RandR12.h Rework symbol visibility for easier maintenance 2008-12-03 05:43:34 -02:00
xf86Rename.h Allow drivers to set crtc transforms. 2008-11-24 13:24:40 -08:00
xf86Rotate.c Patch brown-bag fix for bug 19017 (scrn->virtualX/virtualY 0 before PreInit) 2008-12-15 19:58:20 -08:00