Eliminate _pixman_image_is_opaque() in favor of a new FAST_PATH_IS_OPAQUE flag
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 18 Sep 2009 15:54:21 +0000 (11:54 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 25 Feb 2010 04:20:27 +0000 (23:20 -0500)
commitf27f17ce22b6d0ac587600930c3657180066aac8
treeccf7de5e872bc85a6a406bac8bddcd9057aaa35c
parent2a6ba862abd8859014d11a742247fa1f1225729b
Eliminate _pixman_image_is_opaque() in favor of a new FAST_PATH_IS_OPAQUE flag

The new FAST_PATH_IS_OPAQUE flag is computed along with the others in
_pixman_image_validate().
pixman/pixman-image.c
pixman/pixman-private.h
pixman/pixman.c