diff options
author | TreeHugger Robot <treehugger-gerrit@google.com> | 2018-07-03 20:04:16 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-07-03 20:04:16 +0000 |
commit | 06ab2bb9eeb99c47a1fe0a58bd9e033ea621b178 (patch) | |
tree | a91b27e91c863aef816e681d1f7f504a6561a24d /libs/hwui/renderthread/CacheManager.cpp | |
parent | 6cfbbf57ba12aa948963fa0e5ea22de99a891cd7 (diff) | |
parent | 5d0334843698d6ec88bf74305baf85f1ef855f9d (diff) |
Merge "Fix path rendering issues"
Diffstat (limited to 'libs/hwui/renderthread/CacheManager.cpp')
-rw-r--r-- | libs/hwui/renderthread/CacheManager.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/renderthread/CacheManager.cpp b/libs/hwui/renderthread/CacheManager.cpp index b07fb2d7ae0f..bec80b1e6011 100644 --- a/libs/hwui/renderthread/CacheManager.cpp +++ b/libs/hwui/renderthread/CacheManager.cpp @@ -134,6 +134,7 @@ void CacheManager::configureContext(GrContextOptions* contextOptions) { } contextOptions->fPersistentCache = &skiapipeline::ShaderCache::get(); + contextOptions->fGpuPathRenderers &= ~GpuPathRenderers::kCoverageCounting; } void CacheManager::trimMemory(TrimMemoryMode mode) { |