summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/CacheManager.h
AgeCommit message (Expand)Author
2024-08-30[HWUI] Update Ganesh includes to specify new location Nolan Scobie
2023-07-11Destroy prefetched layers when the context is destroyed John Reck
2023-05-18Allow triming of font caches through WindowManager Jernej Virag
2022-09-28Change how memory policy is configured John Reck
2021-06-15Add logic to clean up resources more frequently Nader Jawad
2021-05-12More benchmark tweaks John Reck
2020-10-07Migrate some last instances of GrContext to GrDirectContext Adlai Holler
2020-01-10Add memory tracing in HWUI Stan Iliev
2019-11-07Merge "[HWUI] Get DeviceInfo through stable ABI" Alec Mouri
2019-10-25[HWUI] Get DeviceInfo through stable ABI Alec Mouri
2019-10-04Delete VectorDrawableAtlas John Reck
2019-09-06Switch to using GrContext::setResourceCacheLimit and getResourceCacheLimit Robert Phillips
2019-05-29Build native android graphics library for desktop Jerome Gaillard
2019-04-19Update the CPU text cache sizes to be the same as their GPU equivalents Derek Sollenberger
2019-03-18Remove old TaskManager system John Reck
2018-12-20Merge "Fix/suppress renderthread google-explicit-constructor warnings" am: 13... Chih-Hung Hsieh
2018-12-20Fix/suppress renderthread google-explicit-constructor warnings Chih-Hung Hsieh
2018-09-04Add cache validation to ensure the validity Yichi Chen
2017-12-11Update GrContext creation calls to use sk_sp Greg Daniel
2017-11-03Format the world (or just HWUI) John Reck
2017-09-08Enable multi-threading of cpu intensive tasks when using Skia pipelines Derek Sollenberger
2017-07-18Cache VectorDrawables in an atlas Stan Iliev
2017-06-06Implement CacheManager for the Skia pipelines. Derek Sollenberger