commit | 211efea7376371ee755edd2ad03e83ef6eea464e | [log] [tgz] |
---|---|---|
author | Romain Guy <romainguy@google.com> | Tue Jul 31 21:16:07 2012 -0700 |
committer | Romain Guy <romainguy@google.com> | Wed Aug 01 19:18:35 2012 -0700 |
tree | b79530b9f807f24571ce0e9ca143747e8c418725 | |
parent | 42e1e0d482d774cf18a55773e434f02edb9e4462 [diff] [blame] |
Add dithering to gradients Change-Id: Ic1208855bde3a254eca2fd7cef43e0f1318ce419
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index 258ced0..aa2bc3f 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp
@@ -252,6 +252,7 @@ dropShadowCache.clear(); gradientCache.clear(); fontRenderer->clear(); + dither.clear(); // fall through case kFlushMode_Moderate: fontRenderer->flush();