commit | ae64c194fed5953f2d57b37ac79fca7b6250eeae | [log] [tgz] |
---|---|---|
author | Brian Salomon <bsalomon@google.com> | Tue Feb 05 09:41:37 2019 -0500 |
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | Tue Feb 05 15:04:48 2019 +0000 |
tree | a7d65f1557cad1be0baea13e323a47be89844ad0 | |
parent | c91162d20bc3e1db963e58e312acfc66b354aaa6 [diff] |
Convert GrBufferType to enum class, rename, and remove dead values Renamed to GrGpuBufferType in anticipation of splitting GrBuffer into GrGpuBuffer and GrCpuBuffer types. There were two unused values in the enum that are removed, DrawIndirect and Texel. Change-Id: Icb6b3da689adbd8e10495c10fd0470a6ee0120b5 Reviewed-on: https://skia-review.googlesource.com/c/189280 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Robert Phillips <robertphillips@google.com>