summaryrefslogtreecommitdiff
path: root/src/sna/sna_damage.h
AgeCommit message (Expand)Author
2016-01-25sna/damage: Clear all-damaged NULL pointer on destroyChris Wilson
2016-01-25sna/damage: Prevent freeing a NULL damage marked as all-damageChris Wilson
2014-09-10sna: Prune damage that covers the entire target PixmapChris Wilson
2014-07-04sna: Utilise existing cached upload for promoting to GPU boChris Wilson
2014-06-20sna: Mark up const boxes to keep the compiler happyChris Wilson
2014-06-11sna: Update damage pointer after the implicit reductionChris Wilson
2014-06-05sna: Fix DBG compilationChris Wilson
2014-06-05sna: Curry parameters to sna_damage_all()Chris Wilson
2013-09-09sna: Remember to offset the box before asserting damageChris Wilson
2013-02-10sna: Backport to squeeze - Xorg-1.6, pixman-0.16, libdrm-2.4.21Chris Wilson
2013-01-14sna: Apply PutImage optimisations to move-to-cpuChris Wilson
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson
2012-07-09sna: Simplify the DBG incarnationChris Wilson
2012-06-18sna: Validate cpu/gpu damage never overlapsChris Wilson
2012-05-03sna: Fix offset for combining damageChris Wilson
2012-05-03sna: Avoid reducing damage for synchronisationChris Wilson
2012-01-27sna: Use a proxy rather than a temporary bo for too-tall but thin targetsChris Wilson
2012-01-24sna/gen3: Apply damage to video pixmapChris Wilson
2012-01-23sna: Assert that the subtract operation does reduce an all-damagedChris Wilson
2012-01-12sna: Store damage-all in the low bit of the damage pointerChris Wilson
2012-01-03sna: Use a cheaper no-reduction damage check for simply discarding further da...Chris Wilson
2012-01-03sna/damage: Mark the box as packed so that the embedded_box is aligned correctlyChris Wilson
2011-12-25sna: Tweak damage not to reduce if it will not affect the outcome of reducing...Chris Wilson
2011-12-24sna: Remove the independent tracking of elts from boxesChris Wilson
2011-12-12sna: Defer allocation of memory for larger pixmap until first useChris Wilson
2011-11-14sna/damage: Always reduce damage for testing PIXMAN_REGION_OUTChris Wilson
2011-11-14sna: Check whether damage can be reduced to all-damage on moving to GPUChris Wilson
2011-11-12sna/damage: Reduce the damage for evaluating sna_damage_is_allChris Wilson
2011-10-21sna: Fast path unclipped pointsChris Wilson
2011-10-21sna: Fast path for unclipped rectanglesChris Wilson
2011-10-21sna/damage: Only track the mode globallyChris Wilson
2011-10-20sna: Actually apply the composite offset for the self-copyChris Wilson
2011-07-13sna/damage: Avoid testing against a completey damaged regionChris Wilson
2011-06-07sna: Add some more debug commentary to render picture source migrationChris Wilson
2011-06-04sna: Introduce a new acceleration model.Chris Wilson