Re: [PATCH pixman 11/11] pixman-image: Implement PIXMAN_FILTER_GOOD/BEST as separable convolutions
Bill Spitzak <[email protected]>
| Newsgroups | gmane.comp.lib.cairo,gmane.comp.graphics.pixman |
|---|---|
| Message-ID | <[email protected]> |
Oops, these debugging printfs should be removed before use:
On 09/26/2014 07:06 PM, Bill Spitzak wrote:
> + if (bilinear_ok) {
> + printf("Using bilinear\n");
> + flags |= (FAST_PATH_BILINEAR_FILTER |
> + FAST_PATH_NO_CONVOLUTION_FILTER);
> + break;
> + }
> + printf("Not using bilinear\n");
Is anybody looking at these patches?
--
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo