commit | 8d4a5c75f07a70f71320a426f392783dbcf180ba | [log] [tgz] |
---|---|---|
author | Brian Osman <brianosman@google.com> | Wed Sep 20 15:53:55 2017 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Wed Sep 20 20:16:29 2017 +0000 |
tree | 0695f809268512bbd5c57429d1ac91fe332e794d | |
parent | 083870a3defded7f81dab5f53252adfdc8b1116e [diff] |
Avoid using glUnmapBufferOES with ES3 As reported in https://github.com/flutter/flutter/issues/10617#issuecomment-330935921, we were mixing ES2 and ES3 API. This makes our interface assembly code directly parallel our caps code. Bug: skia: Change-Id: I91c0696a223f7eaf27641dbe16ab451b0bdc362c Reviewed-on: https://skia-review.googlesource.com/49440 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Osman <brianosman@google.com>