2009-08-04 21:52:16 +02:00
|
|
|
Index: hw/xfree86/xaa/xaaImage.c
|
2010-03-20 03:42:15 +01:00
|
|
|
================================================================================
|
|
|
|
--- hw/xfree86/xaa/xaaImage.c
|
2009-08-04 21:52:16 +02:00
|
|
|
+++ hw/xfree86/xaa/xaaImage.c
|
2010-03-20 03:42:15 +01:00
|
|
|
@@ -238,12 +238,16 @@
|
2006-12-18 15:48:26 +01:00
|
|
|
(*infoRec->SetupForImageWrite)(pScrn, rop, planemask, trans, bpp, depth);
|
|
|
|
(*infoRec->SubsequentImageWriteRect)(pScrn, x, y, w, h, skipleft);
|
|
|
|
|
|
|
|
+#if 0
|
|
|
|
if(beCareful) {
|
|
|
|
/* in cases with bad alignment we have to be careful not
|
|
|
|
to read beyond the end of the source */
|
|
|
|
if(((x * Bpp) + (dwords << 2)) > srcwidth) h--;
|
|
|
|
else beCareful = FALSE;
|
|
|
|
}
|
|
|
|
+#endif
|
|
|
|
+ if (beCareful)
|
|
|
|
+ h--;
|
|
|
|
|
|
|
|
if(dwords > infoRec->ImageWriteRange) {
|
|
|
|
while(h--) {
|