diff options
author | Christopher Dalton <csmartdalton@google.com> | 2019-02-21 20:09:22 +0000 |
---|---|---|
committer | Christopher Dalton <csmartdalton@google.com> | 2019-02-21 20:09:22 +0000 |
commit | 3fcb697963db35952211bc3bcb907948aa6bab31 (patch) | |
tree | 9976a45b7a01ccbd96a17c30c998a3ebcfab8e35 /libs/hwui/renderthread/CacheManager.cpp | |
parent | 131654943de33392d35bb4a9686f5feb33b71a0f (diff) |
Revert "Enable CCPR in Ganesh"
This reverts commit 131654943de33392d35bb4a9686f5feb33b71a0f.
Reason for revert: b/124049413
Change-Id: Iba0cf734ba8d6a16a1ee2930b162760e59a76444
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 6da80628be60..6c04232ab7f5 100644 --- a/libs/hwui/renderthread/CacheManager.cpp +++ b/libs/hwui/renderthread/CacheManager.cpp @@ -117,6 +117,7 @@ void CacheManager::configureContext(GrContextOptions* contextOptions, const void auto& cache = skiapipeline::ShaderCache::get(); cache.initShaderDiskCache(identity, size); contextOptions->fPersistentCache = &cache; + contextOptions->fGpuPathRenderers &= ~GpuPathRenderers::kCoverageCounting; } void CacheManager::trimMemory(TrimMemoryMode mode) { |