Go to file
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
afb Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. 2006-04-30 19:16:14 +00:00
cfb Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. 2006-04-30 19:16:14 +00:00
cfb32 Fix linux build without libc wrappers (From Fredrik Höglund) 2006-02-13 04:56:27 +00:00
composite Fri Apr 7 13:46:45 2006 Søren Sandmann <sandmann@redhat.com> 2006-04-07 17:49:32 +00:00
damageext Coverity #491: Check version number correctly. 2006-03-15 16:32:05 +00:00
dbe Big old pile of warning fixes. 2006-03-28 01:21:00 +00:00
dix fix compiler warning about XKB_IN_SERVER redefinition 2006-06-07 12:33:44 -07:00
doc RGB color database and XErrorDB install to "share" not "lib" by default (by 2006-05-26 00:12:18 +00:00
exa Fix Solaris build with Sun compilers to work when exa is built before 2006-05-02 01:37:25 +00:00
fb Bug #6827: Fix texel fetch in fbFetchTransformed to avoid crashes. Still 2006-05-18 14:39:59 +00:00
GL Remove superfluous definition of tfp tokens. 2006-05-29 19:53:18 +00:00
hw Bug #7381: Coordinates get wrapped in accelerated line drawing on pixmap 2006-07-01 11:10:18 -07:00
include put function prototype for ShapeExtensionInit() in proper place 2006-06-09 09:51:28 -07:00
mfb Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. 2006-04-30 19:16:14 +00:00
mi put function prototype for ShapeExtensionInit() in proper place 2006-06-09 09:51:28 -07:00
miext Remove NEED_LINEHELPER BC cruft for pre-R6 DDXes. 2006-04-30 19:16:14 +00:00
os fix up EnableDisableExtension() and EnableDisableExtensionError() prototypes 2006-06-08 10:27:28 -07:00
randr Wrap a couple more SDK headers in if XORG, as per Dave Airlie's commit on 2006-04-17 07:27:43 +00:00
record fix compiler warnings in record/set.c 2006-06-09 11:24:57 -07:00
render Bug #6867: Yet another Render crash fix. (Michel Dänzer) 2006-05-09 22:36:01 +00:00
Xext put function prototype for ShapeExtensionInit() in proper place 2006-06-09 09:51:28 -07:00
xfixes Coverity #807: Fix a memory leak in XFixesExpandRegion. 2006-03-15 16:49:04 +00:00
Xi Coverity #323, #445, #446, #447: Fix potential NULL dereferences. 2006-04-09 17:15:51 +00:00
xkb Simplify the unsupported XI function list. 2006-06-01 20:56:39 +00:00
XpConfig Bug #5627: Fix Xprint font symlinking. (TIlman Sauerbeck) 2006-02-28 16:26:16 +00:00
Xprint remove unneeded externs from Xprint/ps/psout.c 2006-06-09 10:02:08 -07:00
XTrap Bug #5871: Drop special build infrastructure left over from libcwrapper 2006-02-16 05:46:08 +00:00
.gitignore more .gitignore updates 2006-06-09 10:59:47 -07:00
acinclude.m4 Update AC_DEFINE_DIR to version compatible with CVS autoconf which requires 2006-06-05 07:15:23 +00:00
autogen.sh Use canonical autogen.sh, which supports srcdir != objdir autogen. 2005-07-01 21:13:36 +00:00
configure.ac Bump to 1.1.99.2. 2006-06-03 11:24:33 +00:00
COPYING Stub COPYING files 2005-12-19 16:34:07 +00:00
cpprules.in Man page processing/installation and other doc file updates 2005-09-30 02:37:57 +00:00
Makefile.am Kill LBX, too. 2006-06-01 22:06:41 +00:00
xorg-server.m4 Add xorg-server.m4 for driver dependency checking. 2005-11-01 15:01:51 +00:00
xorg-server.pc.in Define XFree86Server only where it is required. 2005-12-02 06:02:45 +00:00