1. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  2. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  3. 7b77ac1 Fix variable shadowing and unreachable code that it caused by brucedawson · 9 years ago
  4. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  5. 494aa59 Fix ImageNewSurface test on S4. by bsalomon · 9 years ago
  6. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  7. d309e7a This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types. by bsalomon · 9 years ago