[Pixman] [PATCH 3/3] Add an iterator that can fetch bilinearly scaled images
Søren Sandmann
sandmann at cs.au.dk
Tue Jul 30 07:50:44 PDT 2013
Chris Wilson <chris at chris-wilson.co.uk> writes:
>> +fail:
>> + /* Something went wrong, either a bad matrix or OOM; in such cases,
>> + * we don't guarantee any particular rendering.
>> + */
>> + iter->get_scanline = _pixman_iter_get_scanline_noop;
>> + iter->fini = bilinear_cover_iter_fini;
>
> _pixman_log_error (FUNC, "Allocation failure, skipping rendering\n");
Makes sense; I'll add something like that before pushing.
Soren
More information about the Pixman
mailing list