Merge "Clear FBO cache on full memory flush" into klp-dev

This commit is contained in:
Romain Guy
2013-08-16 20:56:59 +00:00
committed by Android (Google) Code Review

View File

@@ -338,6 +338,7 @@ void Caches::flush(FlushMode mode) {
dropShadowCache.clear(); dropShadowCache.clear();
gradientCache.clear(); gradientCache.clear();
fontRenderer->clear(); fontRenderer->clear();
fboCache.clear();
dither.clear(); dither.clear();
// fall through // fall through
case kFlushMode_Moderate: case kFlushMode_Moderate: