summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PathCache.h
Commit message (Expand)AuthorAgeFilesLines
* Fix HWUI Path Cache dangling pointerDigish Pandya2015-11-111-0/+1
* Remove usage of Texture::cleanup in PathCacheChris Craik2015-05-111-4/+0
* Use glops for text renderingChris Craik2015-03-181-4/+16
* Refactor DisplayList path caching.Derek Sollenberger2015-03-131-13/+4
* Move more GL state management to RenderState and its directoryChris Craik2015-01-281-7/+8
* Add overrides and switch to nullptr keywordChris Craik2014-12-221-3/+3
* Clean up physical couplingTom Hudson2014-10-151-1/+0
* Deep copy SkPath parameter to PathCache taskChris Craik2014-06-301-3/+6
* am b1c76a1a: Merge "Tessellate on worker threads" into lmp-preview-devChris Craik2014-06-101-23/+2
|\
| * Tessellate on worker threadsChris Craik2014-06-101-23/+2
* | resolved conflicts for merge of b68f5f09 to masterKenny Root2014-05-301-2/+3
|\ \ | |/ |/|
| * Fix a resource race bug in PathCacheyuyang2014-05-301-2/+3
* | Use const where possible for drawing parametersChris Craik2014-01-031-13/+13
* | Fix Clang warnings/errorsChris Craik2014-01-021-1/+1
|/
* Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-261-1/+1
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-041-1/+1
* Path precaching creates duplicate cache entriesRomain Guy2013-03-261-6/+7
* Stop worker threads on memory trim & fix bad pointer accessRomain Guy2013-03-201-5/+11
* Merge all shapes/paths caches to PathCacheRomain Guy2013-03-181-30/+219
* Add TaskManager APIRomain Guy2013-03-121-18/+21
* Precache paths from a worker threadRomain Guy2013-03-111-0/+36
* Use LruCache instead of GenerationCache in libhwuiRomain Guy2012-11-291-7/+15
* Make sure we correctly copy caches keys.Romain Guy2011-08-121-4/+0
* Fix paths rendering issues.Romain Guy2011-03-181-2/+2
* Remove unnecessary code.Romain Guy2011-01-201-122/+17
* Free resources only from the GL context thread.Romain Guy2010-11-111-4/+14
* Add new runtime debug flags.Romain Guy2010-11-101-0/+2
* Move all debug flags in a single place.Romain Guy2010-11-101-3/+1
* Correctly remove unused paths from the cache.Romain Guy2010-11-091-0/+18
* Optimize FBO drawing with regions.Romain Guy2010-11-021-3/+3
* Small cleanup.Romain Guy2010-10-181-6/+6
* Use VBOs to render most geometries.Romain Guy2010-10-181-6/+6
* Optimize 9patch rendering.Romain Guy2010-10-121-1/+13
* Move GenerationCache to the utils directory.Romain Guy2010-10-081-1/+1
* Purge Skia objects from GL caches as needed.Romain Guy2010-09-081-0/+10
* Use only one GL context per process, share chaches.Romain Guy2010-08-241-0/+3
* Enforce maximum texture size.Romain Guy2010-08-071-0/+1
* Automatically cleanup textures that don't fit in the cache.Romain Guy2010-08-061-0/+3
* Add support for paths.Romain Guy2010-08-051-0/+144