summaryrefslogtreecommitdiff
path: root/src/cairo-damage-private.h
Commit message (Collapse)AuthorAgeFilesLines
* xlib/shm: Discard damage upon shm finishChris Wilson2013-01-081-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>
* Add preliminary damage trackingChris Wilson2012-02-151-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>