Compute the image flags at validation time instead of composite time
authorSøren Sandmann Pedersen <sandmann@redhat.com>
Fri, 18 Sep 2009 07:54:36 +0000 (03:54 -0400)
committerSøren Sandmann Pedersen <ssp@redhat.com>
Thu, 25 Feb 2010 04:20:27 +0000 (23:20 -0500)
commita7ad9c7c9dcb78e0c5ad00145b119dfe929eb307
treeef5338c4bc3c64bfb042b0ddcbc141d44ad6c232
parent7bc4cd42c3549f3f2354f50a7cf21ce9ccc8de7b
Compute the image flags at validation time instead of composite time

Instead of computing all the image flags at composite time, we compute
them once in _pixman_image_validate() and cache them in the image.
pixman/pixman-image.c
pixman/pixman-private.h
pixman/pixman.c