summaryrefslogtreecommitdiff
path: root/src/sna/sna_damage.h
AgeCommit message (Expand)AuthorFilesLines
2012-07-14sna: Aim for consistency and use stdbool except for core X APIsChris Wilson1-5/+5
2012-07-09sna: Simplify the DBG incarnationChris Wilson1-1/+1
2012-06-18sna: Validate cpu/gpu damage never overlapsChris Wilson1-0/+2
2012-05-03sna: Fix offset for combining damageChris Wilson1-1/+2
2012-05-03sna: Avoid reducing damage for synchronisationChris Wilson1-0/+15
2012-01-27sna: Use a proxy rather than a temporary bo for too-tall but thin targetsChris Wilson1-0/+12
2012-01-24sna/gen3: Apply damage to video pixmapChris Wilson1-0/+12
2012-01-23sna: Assert that the subtract operation does reduce an all-damagedChris Wilson1-0/+3
2012-01-12sna: Store damage-all in the low bit of the damage pointerChris Wilson1-34/+105
2012-01-03sna: Use a cheaper no-reduction damage check for simply discarding further da...Chris Wilson1-0/+2
2012-01-03sna/damage: Mark the box as packed so that the embedded_box is aligned correctlyChris Wilson1-2/+0
2011-12-25sna: Tweak damage not to reduce if it will not affect the outcome of reducing...Chris Wilson1-3/+4
2011-12-24sna: Remove the independent tracking of elts from boxesChris Wilson1-7/+9
2011-12-12sna: Defer allocation of memory for larger pixmap until first useChris Wilson1-2/+3
2011-11-14sna/damage: Always reduce damage for testing PIXMAN_REGION_OUTChris Wilson1-1/+1
2011-11-14sna: Check whether damage can be reduced to all-damage on moving to GPUChris Wilson1-5/+24
2011-11-12sna/damage: Reduce the damage for evaluating sna_damage_is_allChris Wilson1-6/+9
2011-10-21sna: Fast path unclipped pointsChris Wilson1-0/+14
2011-10-21sna: Fast path for unclipped rectanglesChris Wilson1-0/+11
2011-10-21sna/damage: Only track the mode globallyChris Wilson1-6/+16
2011-10-20sna: Actually apply the composite offset for the self-copyChris Wilson1-0/+10
2011-07-13sna/damage: Avoid testing against a completey damaged regionChris Wilson1-1/+16
2011-06-07sna: Add some more debug commentary to render picture source migrationChris Wilson1-2/+2
2011-06-04sna: Introduce a new acceleration model.Chris Wilson1-0/+94