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