[Pixman] [PATCH pixman 13/15] pixman-filter: refactor cubic polynominal and don't range check

2015-04-29 Thread Bill Spitzak
The other filters do not check for x being in range, so there is no reason for cubic to do so. --- pixman/pixman-filter.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/pixman/pixman-filter.c b/pixman/pixman-filter.c index 7e10108..bf9dce3 100644 ---

[Pixman] [PATCH pixman 13/15] pixman-filter: refactor cubic polynominal and don't range check

2014-12-23 Thread Bill Spitzak
The other filters do not check for x being in range, so there is no reason for cubic to do so. --- pixman/pixman-filter.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/pixman/pixman-filter.c b/pixman/pixman-filter.c index 7e10108..bf9dce3 100644 ---