summaryrefslogtreecommitdiffstats
path: root/src/display/drawing-surface.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Next pass of doxygen @brief cleanup.Jon A. Cruz2011-10-021-1/+1
| | | (bzr r10658)
* Fix rendering glitches appearing when filtered, cached groups haveKrzysztof Kosi??ski2011-08-191-0/+1
| | | | | filtered, cached children (bzr r10347.1.36)
* Use cache even if only part of the redraw region is cleanKrzysztof Kosi??ski2011-08-091-2/+2
| | | (bzr r10347.1.28)
* Initial autocache workKrzysztof Kosi??ski2011-08-091-1/+4
| | | (bzr r10347.1.26)
* Per-item render cache.Krzysztof Kosi??ski2011-07-281-7/+15
| | | | | Cache some offscreen data to facilitate smoother navigation. (bzr r10347.1.20)
* Add deferred allocation functionality to DrawingSurfaceKrzysztof Kosi??ski2011-07-251-0/+3
| | | (bzr r10347.1.19)
* Replace direct use of Cairo contexts and surfaces in the rendering treeKrzysztof Kosi??ski2011-07-221-0/+78
with wrappers which keep some extra information about the surface, amd NRRect and NRRectL use with Geom::Rect and Geom::IntRect. Should simplify implementing filter primitive subregions. (bzr r10347.1.17)