commit | 63926683c583e8497d9d907977e773663cb4bd9e | [log] [tgz] |
---|---|---|
author | robertphillips <robertphillips@google.com> | Thu Aug 20 09:39:02 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 20 09:39:02 2015 -0700 |
tree | 8dbc426b58fae1b6d8e13d8dbcfc904113661f8d | |
parent | 12d8472d31ea5edb636d7d5214db253570115c40 [diff] |
Add ANGLE workaround to prefer flushes over VRAM usage On the whole, https://codereview.chromium.org/1286203002/ (Defer flushes if kPreferNoIO is specified) improved performance but it did cause a performance regression on ANGLE. This CL disables the deferral of flushes on ANGLE until we can add a separate incremental flushing mechanism. TBR=bsalomon@google.com BUG=skia:4201 BUG=521529 Review URL: https://codereview.chromium.org/1287193008