summaryrefslogtreecommitdiffstats
path: root/libs/hwui/PathCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix HWUI Path Cache dangling pointerDigish Pandya2015-11-111-0/+7
* Remove all usage of fmin and fmaxChris Craik2015-07-071-3/+3
* Add tracing for path texture uploadChris Craik2015-05-131-0/+1
* Remove usage of Texture::cleanup in PathCacheChris Craik2015-05-111-25/+12
* Cleanup propertiesChris Craik2015-05-051-1/+1
* Simplify TaskManager fallback pathChris Craik2015-04-201-3/+1
* Use glops for text renderingChris Craik2015-03-181-30/+19
* Refactor DisplayList path caching.Derek Sollenberger2015-03-131-48/+13
* resolved conflicts for merge of c7e6b93a to masterJohn Reck2015-02-041-1/+3
|\
| * am af6eaf65: Merge "Fix ANR caused by hwuiTask thread" automerge: 5ad36d4John Reck2015-02-041-1/+3
| |\
| | * Fix ANR caused by hwuiTask threadSangkyu Lee2015-01-121-1/+3
| | * Revert "Frameworks/base: Unused parameters in hwui"John Reck2014-11-221-1/+1
| * | Fix styleJohn Reck2014-12-121-1/+1
* | | Refactor blending and texture gl stateChris Craik2015-01-301-2/+2
* | | Move more GL state management to RenderState and its directoryChris Craik2015-01-281-1/+0
* | | Add overrides and switch to nullptr keyword for all filesChris Craik2015-01-051-12/+12
* | | Revert "resolved conflicts for merge of 220c3f4f to master"Andreas Gampe2014-11-221-1/+1
|/ /
* | resolved conflicts for merge of 99377df1 to lmp-mr1-dev-plus-aospAndreas Gampe2014-11-211-1/+1
|\ \ | |/
| * Frameworks/base: Unused parameters in hwuiAndreas Gampe2014-11-211-1/+1
* | resolve merge conflicts of 57b641a to lmp-mr1-dev-plus-aosp.Chris Craik2014-11-201-1/+1
|\ \ | |/ |/|
| * Improve logging around performance critical eventsChris Craik2014-11-191-1/+1
* | Frameworks/base: Wall Werror in libs/hwuiAndreas Gampe2014-11-101-1/+1
|/
* Minor cleanups around color usageChris Craik2014-07-171-1/+2
* Deep copy SkPath parameter to PathCache taskChris Craik2014-06-301-2/+2
* stop using (deprecated) SkBitmap::ConfigMike Reed2014-06-201-2/+1
* am b1c76a1a: Merge "Tessellate on worker threads" into lmp-preview-devChris Craik2014-06-101-12/+5
|\
| * Tessellate on worker threadsChris Craik2014-06-101-12/+5
* | resolved conflicts for merge of b68f5f09 to masterKenny Root2014-05-301-2/+2
|\ \ | |/ |/|
| * Fix a resource race bug in PathCacheyuyang2014-05-301-2/+2
* | am 328b7ee6: am aecb8c43: am 7b4cce68: am c3bac8a0: Merge "Fix graphics corru...Chris Craik2014-02-261-1/+3
|\ \ | |/
| * Fix graphics corruption caused by HWUI cachesSangkyu Lee2014-02-261-1/+3
* | Use const where possible for drawing parametersChris Craik2014-01-031-10/+10
|/
* Second attempt at avoiding infinite loop in PathCache::trim()Romain Guy2013-08-211-1/+16
* Properly account for created paths in the cacheRomain Guy2013-08-211-0/+5
* Refcount 9-patches and properly handle GC eventsRomain Guy2013-06-261-11/+14
* Assume a texture is unbound after deleting itRomain Guy2013-06-061-1/+1
* Introduce Caches::bindTexture() to reduce glBindTexture callsRomain Guy2013-06-041-2/+2
* Path precaching creates duplicate cache entriesRomain Guy2013-03-261-4/+9
* Stop worker threads on memory trim & fix bad pointer accessRomain Guy2013-03-201-3/+4
* Merge all shapes/paths caches to PathCacheRomain Guy2013-03-181-19/+424
* Prevent infinite loop when trimming the path cacheRomain Guy2013-03-131-2/+3
* Add TaskManager APIRomain Guy2013-03-121-68/+41
* Precache paths from a worker threadRomain Guy2013-03-111-23/+139
* Add plumbing for better text scalingRomain Guy2013-01-081-3/+0
* Use LruCache instead of GenerationCache in libhwuiRomain Guy2012-11-291-11/+8
* Work-around for a Skia rasterization bugRomain Guy2012-04-271-1/+6
* Only recreate path textures when necessaryRomain Guy2012-02-231-0/+5
* Record possible clip rejects when recording display listsRomain Guy2012-02-171-0/+20
* Clean up GenerationCache.Jeff Brown2011-11-111-2/+2
* Remove the right entries from the cache when a GC happens.Romain Guy2011-02-241-1/+3