[3/3] gdiplus: don't draw outside of gradient lines

Vincent Povirk vincent at codeweavers.com
Fri May 1 16:22:17 CDT 2009


Currently, gradients are drawn by filling a series of quadrilaterals, with one side equal to a gradient line and the other side equal to the edge of the bounding rectangle of the area being filled. A single pixel can be filled many times, and that causes flicker.

After this patch, the fills are much smaller, and each pixel is drawn one time.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 0003-gdiplus-don-t-draw-outside-of-gradient-lines.txt
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20090501/ba9c7a7c/attachment.txt>


More information about the wine-patches mailing list