1. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  2. e8f3062 switch surface to sk_sp by reed · 8 years ago
  3. ca2622b return pictures as sk_sp by reed · 8 years ago
  4. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  5. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 8 years ago
  6. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  7. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  8. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  9. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  10. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  11. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  12. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  13. c4a83e2 support colortables in cacherator by reed · 9 years ago
  14. a32cc95 widen gm to show entire image, add place-holder for no context by reed · 9 years ago
  15. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 9 years ago
  16. 8f4fe37 some catchup CL revisions by reed · 9 years ago
  17. 8f34372 Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images. by reed · 9 years ago
  18. d5b7563 add SkImage::NewFromPicture and a GM to test it by reed · 9 years ago