summaryrefslogtreecommitdiff
path: root/libs/hwui/renderthread/CacheManager.cpp
AgeCommit message (Expand)Author
2020-06-11Revert "Drop max texture cache size from 12x to 5x"Leon Scroggins
2020-01-10Add memory tracing in HWUIStan Iliev
2019-11-07Merge "[HWUI] Get DeviceInfo through stable ABI"Alec Mouri
2019-10-25Merge "Delete VectorDrawableAtlas"John Reck
2019-10-25[HWUI] Get DeviceInfo through stable ABIAlec Mouri
2019-10-09Merge "Revert "Drop all caches in UI_HIDDEN""TreeHugger Robot
2019-10-08Revert "Drop all caches in UI_HIDDEN"John Reck
2019-10-04Delete VectorDrawableAtlasJohn Reck
2019-10-04Drop max texture cache size from 12x to 5xJohn Reck
2019-10-04Drop all caches in UI_HIDDENJohn Reck
2019-09-06Switch to using GrContext::setResourceCacheLimit and getResourceCacheLimitRobert Phillips
2019-08-02[HWUI] clean up libgui include directivesAlec Mouri
2019-04-22Make sure to sync GPU after deleting memory in trimMemory.Greg Daniel
2019-04-19Update the CPU text cache sizes to be the same as their GPU equivalentsDerek Sollenberger
2019-04-12Support render-ahead in vulkanJohn Reck
2019-03-18Remove old TaskManager systemJohn Reck
2019-02-21Revert "Enable CCPR in Ganesh"Christopher Dalton
2019-01-09Enable CCPR in GaneshChris Dalton
2019-01-08Change formula for font cache sizeStan Iliev
2018-09-05Reland "TextureView Vulkan support and optimized OpenGL draw"Stan Iliev
2018-09-04Add cache validation to ensure the validityYichi Chen
2018-08-30Revert "TextureView Vulkan support and optimized OpenGL draw"John Reck
2018-08-29TextureView Vulkan support and optimized OpenGL drawStan Iliev
2018-07-03Fix path rendering issuesStan Iliev
2018-04-17Merge changes Ie7b336ea,I36a8cb45John Reck
2018-04-12Remove Properties::isSkiaPipeline (3/!?)John Reck
2018-04-12Unpin bitmaps but don't purge all scratch resources.Derek Sollenberger
2018-04-03Free up all scratch resources when the app's UI is hiddenDerek Sollenberger
2018-04-02Print detailed memory usage of Skia for dumpsys gfxinfoDerek Sollenberger
2017-12-11Update GrContext creation calls to use sk_spGreg Daniel
2017-11-29Enable Skia shader cacheStan Iliev
2017-11-14Disable skia shader cacheStan Iliev
2017-11-08Implement SkSL cacheStan Iliev
2017-11-03Format the world (or just HWUI)John Reck
2017-09-08Enable multi-threading of cpu intensive tasks when using Skia pipelinesDerek Sollenberger
2017-08-09Disable VD shared atlas surfaceStan Iliev
2017-07-18Cache VectorDrawables in an atlasStan Iliev
2017-06-06Implement CacheManager for the Skia pipelines.Derek Sollenberger