Re: Possible bug in xaaFillPoly.c

2003-03-24 Thread Alexandr Andreev
Mark Vojkovich wrote: Can you try the attached patch? X work stable now, core is not dumped, and verification test (xsuit, chapter 06) passed too. I guess, you may commit the patch. ___ Devel mailing list [EMAIL PROTECTED]

Re: Possible bug in xaaFillPoly.c

2003-03-24 Thread Mark Vojkovich
Thanks for verifying. The fix has been committed to CVS. Mark. On Mon, 24 Mar 2003, Alexandr Andreev wrote: Mark Vojkovich wrote: Can you try the attached patch? X work stable now, core is not dumped, and verification test (xsuit, chapter 06) passed

Re: Possible bug in xaaFillPoly.c

2003-03-20 Thread Mark Vojkovich
This is not the correct solution. Mono8x8PatternRectHelper needs a pattern, yet the API doesn't pass one. It was intended that it be passed in pCache-pat, yet that wasn't set up. There was a scratch cache structure set aside for that type of thing. Can you try the attached patch?

Possible bug in xaaFillPoly.c

2003-03-19 Thread Alexandr Andreev
Hi, Possible, there is a bug in the Mono8x8PatternRectHelper() function. Lets look at XAAFillPolygonStippled(): Assume: 1. type == DO_MONO_8x8, 2. infoRec-Mono8x8PatternFillFlags: HARDWARE_PATTERN_SCREEN_ORIGIN is NOT set, HARDWARE_PATTERN_PROGRAMMED_BITS is set,

Re: Possible bug in xaaFillPoly.c

2003-03-19 Thread Mark Vojkovich
There's definitely a bug there. I'm not sure if that's the correct solution, or there is a bigger problem. I will review this code tonight. Thanks for pointing this out. Mark. On Wed, 19 Mar 2003, Alexandr Andreev wrote: Hi, Possible, there is a bug in the