actor: when culling/clipped redraws disable ignore paint box
authorRobert Bragg <robert@linux.intel.com>
Wed, 8 Sep 2010 17:14:04 +0000 (18:14 +0100)
committerRobert Bragg <robert@linux.intel.com>
Wed, 29 Sep 2010 14:12:59 +0000 (15:12 +0100)
commitc2ea35b5cab98a5c2eca305b5199c7d3b44be70c
treed84339661e850b6eaf9b395521290f82ac5d05fb
parent5d1600d6036941885a6ad2a4372f35678696d549
actor: when culling/clipped redraws disable ignore paint box

To make comparing the performance with culling/clipped redraws
enabled/disabled fairer we now avoid querying the paint box when they
are disabled, so that results should reflect how the cost of
transforming paint volumes into screen space etc gets offset against the
benefit of culling.
clutter/clutter-actor.c