summaryrefslogtreecommitdiff
path: root/src/cairo-damage-private.h
AgeCommit message (Collapse)AuthorFilesLines
2013-01-08xlib/shm: Discard damage upon shm finishChris Wilson1-0/+3
Both to make sure we do not leak the memory, but to also prevent _cairo_xlib_surface_put_shm() from operating upon the finished shm surface after the display is closed. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=58253 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2012-02-15Add preliminary damage trackingChris Wilson1-0/+82
This is initially based around the requirements for handling internal fallbacks to the image compositor and reducing the number of pixels required to be transferred. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>