1. 7fec91c skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  2. e7d7f90 Revert of skia: Add support for CHROMIUM_image backed textures. (patchset #14 id:260001 of https://codereview.chromium.org/1623653002/ ) by jcgregorio · 9 years ago
  3. 92098e6 skia: Add support for CHROMIUM_image backed textures. by erikchen · 9 years ago
  4. 6121405 Cleaning up trailing spaces and typos. by cblume · 9 years ago
  5. 6d0872d Reland of Add guards to GrTextureProvider (patchset #1 id:1 of https://codereview.chromium.org/1565313003/ ) by joshualitt · 9 years ago
  6. 9a9515e Revert of Add guards to GrTextureProvider (patchset #5 id:80001 of https://codereview.chromium.org/1567983002/ ) by joshualitt · 9 years ago
  7. b30dd1d Add guards to GrTextureProvider by joshualitt · 9 years ago
  8. 100b8f8 Remove min texture size support by bsalomon · 9 years ago
  9. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  10. 6e83ac7 Defer flushes if kPreferNoIO is specified by robertphillips · 9 years ago
  11. 7b77ac1 Fix variable shadowing and unreachable code that it caused by brucedawson · 9 years ago
  12. eae6200 Some cleanup in GrTextureProvider and GrResourceProvider. by bsalomon · 9 years ago
  13. 494aa59 Fix ImageNewSurface test on S4. by bsalomon · 9 years ago
  14. 6dc6f5f Add support for creating texture backed images where Skia will delete the texture. by bsalomon · 9 years ago
  15. 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