summaryrefslogtreecommitdiff
path: root/libs/hwui/pipeline/skia/ShaderCache.cpp
AgeCommit message (Expand)Author
2024-08-30[HWUI] Update Ganesh includes to specify new location Nolan Scobie
2024-04-22hwui: add missing <mutex> include Ryan Prichard
2023-07-10Fix HWUI ShaderCache mIDHash eviction race Matt Buckley
2023-06-26Update ShaderCache to support shared locking Matt Buckley
2023-02-13Merge "Fix storing VkPipelineCache in HWUI's shader cache breaking persistence" Nolan Scobie
2023-02-10Fix storing VkPipelineCache in HWUI's shader cache breaking persistence Nolan Scobie
2023-02-09Increase max shader cache size Nolan Scobie
2022-05-06Merge "Add traces of the size of HWUI shader cache in RAM" into tm-dev am: b8... TreeHugger Robot
2022-05-06Merge "Add tracepoints for monitoring HWUI's (persistent) ShaderCache" into t... TreeHugger Robot
2022-05-03Add traces of the size of HWUI shader cache in RAM Leon Scroggins III
2022-05-03Add tracepoints for monitoring HWUI's (persistent) ShaderCache Leon Scroggins III
2022-03-04Fix transitive dependencies on SkImageEncoder Kevin Lubick
2021-06-07Increase the persistent storage size for SkSL Shaders Leon Scroggins III
2021-05-22Use TraceUtils.h from gui shared library. rnlee
2020-10-07Migrate some last instances of GrContext to GrDirectContext Adlai Holler
2019-04-12Support render-ahead in vulkan John Reck
2019-01-24Increase ShaderCache max size to accomodate Vulkan pipeline cache Stan Iliev
2019-01-14Store VkPipelineCache to ShaderCache Stan Iliev
2018-12-14New WebViewFunctor API John Reck
2018-09-04Add cache validation to ensure the validity Yichi Chen
2018-03-30Fix memory leak in ShaderCache Stan Iliev
2018-01-24Don't use shader disk cache on emulator Lingfeng Yang
2018-01-09Remove error log messages when skia shader cache is disabled Stan Iliev
2017-11-08Implement SkSL cache Stan Iliev