Re: XAA bug

2003-10-06 Thread Thomas Winischhofer
Mark Vojkovich wrote: Yes, it should be the dstPtr. I didn't know anyone used the Color8x8 pattern path. It's not an interesting path if you support Mono patterns. Well, months after I implemented acceleration for Color8x8 patterns I today for the first time succeeded triggering this. KDE (or

Re: XAA bug

2003-10-06 Thread Mark Vojkovich
Yes, it should be the dstPtr. I didn't know anyone used the Color8x8 pattern path. It's not an interesting path if you support Mono patterns. Mark. On Mon, 6 Oct 2003, Thomas Winischhofer wrote: > In xaaPCache.c, lines 2051 and following, a Color8x8 pattern is writt

XAA bug

2003-10-06 Thread Thomas Winischhofer
In xaaPCache.c, lines 2051 and following, a Color8x8 pattern is written to the cache. Hm. This looks like this: /* Write and expand horizontally. */ for (i = h, dstPtr = data, srcPtr = pPix->devPrivate.ptr; i--; srcPtr += pPix->devKind, dstPtr += pScrn->bitsPerPixel) { nw