summaryrefslogtreecommitdiff
path: root/src/cairo-rtree.c
Commit message (Expand)AuthorAgeFilesLines
* gl: Decouple the glyph upon evictionChris Wilson2011-12-071-62/+37
* gl: Decouple glyphs on shutdown from the scaled font cachesChris Wilson2011-12-051-0/+28
* rtree: Remove the unused evict hook.Chris Wilson2010-05-121-12/+1
* rtree: defer propagating pinned nodes until eviction.Chris Wilson2010-05-121-22/+11
* Update FSF addressAndrea Canciani2010-04-271-1/+1
* rtree: Remove the false assert upon collapse.Chris Wilson2010-04-141-2/+0
* Move _cairo_error() to a standalone headerChris Wilson2010-01-221-0/+1
* [gl] Actually remove the glyph from the rtree on scaled_font_finiChris Wilson2009-07-271-0/+13
* [rtree] Merge the common unpin_and_evict_unused() routineChris Wilson2009-07-271-2/+48
* Add a simple rectangle tree (rtree) implementationChris Wilson2009-07-271-0/+349