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

* commit '88105179ed90825dd447d5fcc95d18a20dc2f4c3':
  Clear FBO cache on full memory flush
This commit is contained in:
Romain Guy
2013-08-16 14:03:44 -07:00
committed by Android Git Automerger

View File

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