summaryrefslogtreecommitdiff
path: root/libs/hwui/PathCache.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove (dead) caches from hwuiMike Reed2018-05-031-559/+0
* Format the world (or just HWUI)John Reck2017-11-031-30/+31
* Delete all ro.hwui.* propsJohn Reck2017-07-191-12/+5
* Use Bitmap in Texture.uploadsergeyv2016-10-261-22/+18
* use SkBlendMode instead of SkXfermodeMike Reed2016-10-131-2/+3
* Fatal abort on invalid stateJohn Reck2016-10-121-5/+9
* resolve merge conflicts of 24e38ab to stage-aosp-masterJohn Reck2016-08-221-2/+5
|\
| * Fix native memory leak caused by small HWUI path cache creationcaiqinl2016-08-221-2/+4
* | HWUI: Fix snapping in path renderingsergeyv2016-08-041-2/+2
* | HWUI: Cleanup PathCachesergeyv2016-08-041-53/+31
* | Stop comparing Descriptions with memcmpsergeyv2016-04-111-13/+56
* | Move several property queries to Properties classChris Craik2016-02-051-11/+4
* | Track texture memory globallyJohn Reck2016-01-141-28/+5
* | Merge "Fix HWUI Path Cache dangling pointer" am: 37bf3ec9d2 am: 7516d4d866John Reck2015-11-101-0/+7
|\|
| * Fix HWUI Path Cache dangling pointerDigish Pandya2015-11-091-0/+7
* | Remove almost-all android::Singleton usersJohn Reck2015-11-031-0/+2
* | Remove shader based gamma approachChris Craik2015-09-221-2/+2
* | Replace most usages of utils/Vector.hJohn Reck2015-07-301-5/+2
* | Clean up unncessary definesChris Craik2015-07-141-3/+0
|/
* 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
|/