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