Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled.
authorAaron Plattner <aplattner@nvidia.com>
Tue, 14 Aug 2007 00:26:51 +0000 (17:26 -0700)
committerAaron Plattner <aplattner@nvidia.com>
Tue, 14 Aug 2007 00:26:51 +0000 (17:26 -0700)
commit7b1d0c091dd5ae8797b6f7a0ab3d40d5c3676fe9
treefb1f6e0a642e42f5f7084ac4ec4a6a6c5cc7137d
parent43370d1ce793ef2754c2e6f0fc08e534d4247793
Don't skip fbFetch/fbStore when PIXMAN_FB_ACCESSORS is enabled.

pixman_composite_rect_general_accessors skips the fetch / store steps by setting
store to NULL when the op is ADD or OVER and the dest format is [ax]8r8g8b8.
This optimization is only valid when no accessors are in play.
pixman/pixman-compose.c