xserver-multidpi/hw
Paul Mackerras d3d6c5f4d0 Bug #7381: Coordinates get wrapped in accelerated line drawing on pixmap
XAAPolylinesWideSolid was adding the drawable origin onto each element in the
pPts array.  Since the values got stored back into the pPts array, they got
truncated to 16 bits, causing the overflow I saw.  This patch avoids storing
the coords back into the pPts array (and actually reduces the size of the
code too :).  Now the 32-bit sum of coords + origin doesn't get truncated to
16 bits, and the problem is solved.
2006-07-01 11:10:18 -07:00
..
darwin Bug #5300: Fix missing spaces in the Build OS line in the log. (Egmont 2006-04-04 14:17:04 +00:00
dmx Fix compiler warning about undefined ReinitializeRootWindow function 2006-06-07 14:12:40 -07:00
kdrive Die XTESTEXT1, die! 2006-06-01 18:47:47 +00:00
vfb Die XTESTEXT1, die! 2006-06-01 18:47:47 +00:00
xfree86 Bug #7381: Coordinates get wrapped in accelerated line drawing on pixmap 2006-07-01 11:10:18 -07:00
xgl Remove -xkbmap argument. 2006-05-29 11:14:03 +00:00
xnest fix compiler warnings in hw/xnest/Keyboard.c 2006-06-09 10:14:08 -07:00
xwin Bug #7120: Multimonitor (non-Xinerama) support for xwin servers. 2006-06-08 17:49:02 -04:00
Makefile.am Add xgl to DIST_SUBDIRS. 2006-01-10 02:30:56 +00:00