[cairo] [PATCH pixman 11/11] pixman-image: Implement PIXMAN_FILTER_GOOD/BEST as separable convolutions
Bill Spitzak
spitzak at gmail.com
Sat Sep 27 20:36:42 PDT 2014
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?
More information about the cairo
mailing list