diff options
| author | 2014-09-19 17:22:16 +0000 | |
|---|---|---|
| committer | 2014-09-19 17:22:17 +0000 | |
| commit | 6cc6219f6fc5bf5a0e1ac22f2cb752fefddec02c (patch) | |
| tree | 6f058b1c7e25a3431034b2c5a480a1b538417286 | |
| parent | 33d326d1333464e193338cbc2b9d904642d72a20 (diff) | |
| parent | 4ced2620b730a7c7140f73da503946f9827442bc (diff) | |
Merge "glFinish to flush deletes" into lmp-dev
| -rw-r--r-- | libs/hwui/Caches.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index 9b0025f3b846..f0bf7b22ff01 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp @@ -377,6 +377,7 @@ void Caches::flush(FlushMode mode) { } clearGarbage(); + glFinish(); } /////////////////////////////////////////////////////////////////////////////// |