1. 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
  2. e2f7d18 Add a deferred copy surface (take 3) by Robert Phillips · 8 years ago
  3. 222e9ad Make picture backed images sRGB by default by Brian Osman · 8 years ago
  4. d316e77 Revert "Add a deferred copy surface (take 2)" by Robert Phillips · 8 years ago
  5. 398487a Add a deferred copy surface (take 2) by Robert Phillips · 8 years ago
  6. 293d696 Revert "Add a deferred copy surface" by Robert Phillips · 8 years ago
  7. 4431de6 Add a deferred copy surface by Robert Phillips · 8 years ago
  8. c87f99e Make subset param to texture generation API non-optional by Brian Osman · 8 years ago
  9. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  10. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  11. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  12. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  13. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  14. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  15. cefc431 gm: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  16. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  17. 6bd5284 Remove SkAutoTUnref and SkAutoTDelete from public includes. by bungeman · 8 years ago
  18. dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
  19. 982eb7f Add new SkSourceGammaTreatment enum, used in situations like mipmap construction, where we need to know if we should respect (vs. ignore) the gamma encoding of sRGB tagged images. Plumb that extensively. by brianosman · 8 years ago
  20. e6f0d6e GMs: fail gracefully for null surface by scroggo · 8 years ago
  21. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 9 years ago
  22. e8f3062 switch surface to sk_sp by reed · 9 years ago
  23. ca2622b return pictures as sk_sp by reed · 9 years ago
  24. 9ce9d67 update callsites for Make image factories by reed · 9 years ago
  25. 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
  26. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  27. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 9 years ago
  28. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
  29. 5f5527f Remove params from Cacherator_GrTextureMaker by bsalomon · 9 years ago
  30. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  31. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  32. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  33. c4a83e2 support colortables in cacherator by reed · 9 years ago
  34. a32cc95 widen gm to show entire image, add place-holder for no context by reed · 9 years ago
  35. 935d6cf Add subsets to SkImageGenerator and SkImageCacherator by reed · 9 years ago
  36. 8f4fe37 some catchup CL revisions by reed · 9 years ago
  37. 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
  38. d5b7563 add SkImage::NewFromPicture and a GM to test it by reed · 9 years ago