summaryrefslogtreecommitdiff
path: root/src/cairo-rtree.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-07gl: Decouple the glyph upon evictionChris Wilson1-62/+37
2011-12-05gl: Decouple glyphs on shutdown from the scaled font cachesChris Wilson1-0/+28
2010-05-12rtree: Remove the unused evict hook.Chris Wilson1-12/+1
2010-05-12rtree: defer propagating pinned nodes until eviction.Chris Wilson1-22/+11
2010-04-27Update FSF addressAndrea Canciani1-1/+1
2010-04-14rtree: Remove the false assert upon collapse.Chris Wilson1-2/+0
2010-01-22Move _cairo_error() to a standalone headerChris Wilson1-0/+1
2009-07-27[gl] Actually remove the glyph from the rtree on scaled_font_finiChris Wilson1-0/+13
2009-07-27[rtree] Merge the common unpin_and_evict_unused() routineChris Wilson1-2/+48
2009-07-27Add a simple rectangle tree (rtree) implementationChris Wilson1-0/+349