Fix comment about BILINEAR_INTERPOLATION_BITS to say < 8 rather than <= 8
authorSøren Sandmann Pedersen <soren.sandmann@gmail.com>
Sat, 20 Sep 2014 04:51:56 +0000 (21:51 -0700)
committerSøren Sandmann Pedersen <soren.sandmann@gmail.com>
Sun, 5 Oct 2014 19:42:47 +0000 (12:42 -0700)
commita8669137b9b95b5a6f78c880a51c016a1dd439b4
tree63e145f194196cf14edc34f5ba0f64a93375ce56
parentf078727f392bc9f235df916e75634ed87177b9b4
Fix comment about BILINEAR_INTERPOLATION_BITS to say < 8 rather than <= 8

Since a4c79d695d52c94647b1aff7 the constant
BILINEAR_INTERPOLATION_BITS must be strictly less than 8, so fix the
comment to say this, and also add a COMPILE_TIME_ASSERT in the
bilinear fetcher in pixman-fast-path.c
pixman/pixman-fast-path.c
pixman/pixman-private.h