[cairo-bugs] [Bug 10301] LCD filtering patch

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 22 15:49:35 PST 2008


http://bugs.freedesktop.org/show_bug.cgi?id=10301





--- Comment #30 from Behdad Esfahbod <freedesktop at behdad.org>  2008-01-22 15:49:31 PST ---
- In cairo_lcd_filter_t docs, both FIR's are documented as 5x5.

- Maybe put them in this order: DEFAULT, NONE, INTRA_PIXEL, FIR3, FIR5.

+    /* XXXsyp is this needed? */
+    if (other->base.lcd_filter == CAIRO_LCD_FILTER_NONE)
+       options->base.lcd_filter = CAIRO_LCD_FILTER_NONE;

Well, this is one of the controversial areas in the current cairo-ft code.  I'm
not sure, but following neighboring code, seems like this is correct.  Remove
the XXX.


Looks good to me.  Can be merged!  Just fixed the above as a followup patch in
your tree and I'll fetch and push!


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the cairo-bugs mailing list