1. 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
  2. 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
  3. 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  4. 514baff Rename GrTextureParams to GrSamplerParams by Brian Salomon · 8 years ago
  5. 57ae6cf Revert "Support decoding images to multiple formats, depending on usage" by Brian Osman · 8 years ago
  6. c73a1ec Support decoding images to multiple formats, depending on usage by Brian Osman · 8 years ago
  7. 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
  8. 8bd45cd Deferred image generator subsetting by fmalita · 8 years ago
  9. 7929e3a Avoid separate allocation of SkImageCacherator by fmalita · 8 years ago
  10. 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
  11. 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
  12. a7c9d63 Add onImageInfo call to SkImage_Base. by herb · 8 years ago
  13. e8f3062 switch surface to sk_sp by reed · 8 years ago
  14. 9ce9d67 update callsites for Make image factories by reed · 8 years ago
  15. 7fb4f8b Revert "Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ )" by reed · 8 years ago
  16. e683c56 Revert of add Make variations to return SkImage by sk_sp (patchset #5 id:80001 of https://codereview.chromium.org/1778393002/ ) by robertphillips · 8 years ago
  17. bd73ffb add Make variations to return SkImage by sk_sp by reed · 8 years ago
  18. 6ceeebd unify peekPixels around pixmap parameter by reed · 8 years ago
  19. 05dd251 take gr-context parameter to refEncoded, indicating a desire for only gpu-specific formats by reed · 9 years ago
  20. 1cf6f9b Stop wrapping images backed by generators as bitmaps in SkGpuDevice (except when tiling) by bsalomon · 9 years ago
  21. 6868c3f optimize the disable-caching case for SkImage::readPixels by reed · 9 years ago
  22. 0955303 scaling API on SkPixmap by reed · 9 years ago
  23. afa95e2 Remove image usage type enum. Use GrTextureParams instead. by bsalomon · 9 years ago
  24. af3fbfc SkImage doesn't use props, so don't need to store it by reed · 9 years ago
  25. 856e9d9 Revert[4] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  26. 476506d Revert of Revert[2] of add ImageShader, sharing code with its Bitmap cousin (patchset #11 id:200001 of https://codereview.chromium.org/1352293002/ ) by reed · 9 years ago
  27. fe05707 Revert[2] of add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  28. 7b6945b remove unused (by the outside) SkImage::newSurface, and simplify newImage -> newSubset by reed · 9 years ago
  29. 106b124 Remove SkNEW and SkDELETE macros by mdempsky · 9 years ago
  30. f260851 Revert of add ImageShader, sharing code with its Bitmap cousin (patchset #10 id:180001 of https://codereview.chromium.org/1342113002/ ) by tomhudson · 9 years ago
  31. 0b93e31 add ImageShader, sharing code with its Bitmap cousin by reed · 9 years ago
  32. 3b0d532 Purge cached resources on SkImage destruction. by fmalita · 9 years ago
  33. af5bf22 share IDs between cacherator and its host-image by reed · 9 years ago
  34. 2bcab82 remove code from SK_SUPPORT_LEGACY_NEWFROMGENERATOR, eliminates caller of deprecated SkInstallDiscardablePixelRef by reed · 9 years ago
  35. 85d9178 Use SkImageCacherator in SkImages by reed · 9 years ago