commit | a52442ab76f8a2098e331ce7873a3a7f88a91b50 | [log] [tgz] |
---|---|---|
author | Jim Van Verth <jvanverth@google.com> | Mon Aug 03 10:52:33 2020 -0400 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Mon Aug 03 15:42:39 2020 +0000 |
tree | e8413d3ebaa55ea735d407e559b8daa94b323ccd | |
parent | 5619c3af3de044c4f06892eedf5294f1c107c72a [diff] |
Remove unused dynamic allocation code from GrMtlResourceProvider. We never hit a case where uniforms are large enough to need a uniform buffer, and we don't support any API version older than iOS 9.0 so the backup interfaces aren't needed. Bug: skia:10530 Change-Id: Ia5e2d61243033d30d9010b8890cd7a4fd796cb21 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/307219 Commit-Queue: Jim Van Verth <jvanverth@google.com> Reviewed-by: Brian Osman <brianosman@google.com>