Track per-drawable damage to minimize UTS and DFS transfers.

Based on work by Eric Anholt.
This commit is contained in:
Michel Dänzer
2006-06-12 20:19:11 +02:00
committed by Michel Dänzer
parent 6060b612de
commit f9f33b72e3
7 changed files with 337 additions and 129 deletions

View File

@@ -390,6 +390,7 @@ ExaOffscreenMarkUsed (PixmapPtr pPixmap)
if (area->state == ExaOffscreenRemovable)
area->score = (area->score * 7) / 8;
}
iter = 0;
}
}