"Pierre-Loup A. Griffais" <[email protected]> writes:

> I'm not very familiar with bicubic interpolation, but couldn't it be
> achieved using the 'convolution' filter with the adequate kernel?
> (possibly in several passes at different scales). AFAIK 'convolution'
> is always provided and often accelerated.

The convolution filter in Render only allows one phase of the filter to
be used, so the quality of bicubic interpolation implemented that way
would be terrible.

As an aside, a bunch of code could be deleted if we removed the ability
for drivers to provide their own filters. As far as I know, no driver
has ever done this. I have an old branch here:

    http://cgit.freedesktop.org/~sandmann/xserver/log/?h=filters

that could probably be resurrected.


Soren
_______________________________________________
[email protected]: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to