- 185130c return and take SkImageGenerator as unique_ptr by Mike Reed · 8 years ago
- 9df70bb Picture backed images must have a bit depth and color space by Matt Sarett · 8 years ago
- 696b293 Revert "Remove asTextureRef from SkSpecialImage & update effects accordingly" by Robert Phillips · 8 years ago
- e88cf6b Remove asTextureRef from SkSpecialImage & update effects accordingly by Robert Phillips · 8 years ago
- 041f7df Bring back SkImage::makeTextureImage by Brian Osman · 8 years ago
- 3390e15 Expand SkImage::getTextureHandle call by Robert Phillips · 8 years ago
- b92234a Revert "Remove SkImage::MakeTextureFromPixmap" by Brian Osman · 8 years ago
- 03dd6d5 Reland "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
- 26ecfe0 Revert "Refactor trimming logic for read/writePixels()" by Matt Sarett · 8 years ago
- 977f64c Refactor trimming logic for read/writePixels() by Matt Sarett · 8 years ago
- 8ccbbb4 Remove SkImage::MakeTextureFromPixmap by Brian Osman · 8 years ago
- 0d4ff6c Fix code that relied on readPixels not doing color space conversion by Brian Osman · 8 years ago
- 84014f0 Respect SkColorSpace in SkPNGImageEncoder by Matt Sarett · 8 years ago
- e260959 Make SkImage_Base::onReadPixels() pure virtual by Matt Sarett · 8 years ago
- f9436b8 Allow constrained and unconstrained picture-images by Matt Sarett · 8 years ago
- e94255d Specify bit depth and color space in SkImage::MakeFromPicture() by Matt Sarett · 8 years ago
- d5733c7 remove SK_SUPPORT_LEGACY_PREROLL code by Mike Reed · 8 years ago
- 138ea97 Add color space to picture image as a creation parameter by Brian Osman · 8 years ago
- 9864257 hide deprecated SkImage::preroll by Mike Reed · 8 years ago
- 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
- d263413 Remove SkImage::makeTextureImage by Brian Osman · 8 years ago
- 1fcc404 SkEncodeImage: no more link-time registration by Hal Canary · 8 years ago
- db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
- a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
- 818d8a9 Handle nullptr from asTextureRef by brianosman · 8 years ago
- 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
- 7992da3 Support decoding images to multiple formats, depending on usage by Brian Osman · 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
- d3ea9b7 Enable SkImage_pinAsTexture to signal if the operation succeeded. by Derek Sollenberger · 8 years ago
- 7b8400d Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode by Brian Osman · 8 years ago
- 294c1c4 Revert "Delete SkImage::encode(Type)" by Leon Scroggins · 8 years ago
- e48b4c5 Delete SkImage::encode(Type) by Matt Sarett · 8 years ago
- 67b39de s/SkAutoTUnref/sk_sp/ in src/ part 1 by Hal Canary · 8 years ago
- 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
- 9e2ed83 add isAlphaOnly() query by reed · 8 years ago
- 958788a remove 4 legacy flags (clients already updated) by Mike Reed · 8 years ago
- 6c15cc7 Modify deferred texture image API's handling of gamma by Brian Osman · 8 years ago
- 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
- c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
- 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
- ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
- 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
- 2a75e5d Add output format properties to SkImageFilter::Context by brianosman · 8 years ago
- 04a44d0 Add a transient image filter cache to SkImage::makeWithFilter & PDF by brianosman · 8 years ago
- 33e0cb5 Store mipmap levels in deferred texture image by cblume · 8 years ago
- 19fe41e Remove SkPixelRef::getTexture() by bsalomon · 8 years ago
- 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
- 2d5b714 pin as texture api by reed · 8 years ago
- 6b2d7ac fix memory leak, remake Imageshader to use sk_sp by reed · 8 years ago
- a9ca05c Deserialize pictures with custom image-deserializer by reed · 8 years ago
- e9d55c5 Revert of Store mipmap levels in deferred texture image (patchset #11 id:200001 of https://codereview.chromium.org/2115023002/ ) by halcanary · 8 years ago
- d611314 Store mipmap levels in deferred texture image by cblume · 8 years ago
- 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
- ffae30d Convert SkAutoTUnref<SkData> to sk_sp<SkData>. by bungeman · 8 years ago
- dddbe38 Adding an SkColorSpace to SkImage_Gpu by brianosman · 8 years ago
- 9ecaa1d Remove unused MakeFromTextureCopy API by brianosman · 8 years ago
- 634b430 Add a function to convert a texture backed SkImage to raster. by bsalomon · 8 years ago
- 6efeda4 Revert of Store mipmap levels in deferred texture image (patchset #15 id:280001 of https://codereview.chromium.org/2034933003/ ) by brianosman · 8 years ago
- b310519 Store mipmap levels in deferred texture image by cblume · 8 years ago
- be36d59 Fix SkImage::asLegacyBitmap() to respect color space info by msarett · 8 years ago
- 186d2d4 Plumbing mipmaps to the point of creation. by cblume · 8 years ago
- 5878dbd Image filters: implement SkImage::makeWithFilter(). by senorblanco · 8 years ago
- 18300a3 detach -> release by mtklein · 9 years ago
- 41b952c Add deferred texture upload API. by bsalomon · 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
- 0d99686 Restore SkImage::NewTextureFromPixmap changes. by bsalomon · 9 years ago
- 2366408 TBR=robertphillips@google.com by bsalomon · 9 years ago
- 5671c5b SkImage now has makeShader to return sk_sp by reed · 9 years ago
- 6ceeebd unify peekPixels around pixmap parameter by reed · 9 years ago
- 045afea Add SkImage::NewTextureFromPixmap by bsalomon · 9 years ago
- 84a4e5a Remove internal calls to SkImage::getTexture by bsalomon · 9 years ago
- 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- 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
- 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 9 years ago
- de3a726 Make SkImage::readYUV8Planes const by Brian Salomon · 9 years ago
- f267c1e Add ability to extract YUV planes from SkImage by bsalomon · 9 years ago
- 8e74f80 Add SkImage factory method that forces image to be resolved to a texture. by bsalomon · 9 years ago
- 22471ed remove SkImage::applyFilter() -- unused, can always re-add later 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
- f2848b6 default SkPixelSerializer by halcanary · 9 years ago
- a2e0567 Revert of default SkPixelSerializer (patchset #2 id:20001 of https://codereview.chromium.org/1507123002/ ) by halcanary · 9 years ago
- 808ce28 default SkPixelSerializer by halcanary · 9 years ago
- 290f00c Revert of default SkPixelSerializer (patchset #1 id:1 of https://codereview.chromium.org/1507123002/ ) by reed · 9 years ago
- b0bd151 default SkPixelSerializer by halcanary · 9 years ago
- 6b28017 SkPixelSerializer: support indexed pixels by halcanary · 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
- c9b5f8b tunnel down texture-size-constraint to imagefilters by reed · 9 years ago
- 88d064d add applyFilter() to SkImage by reed · 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
- c9e190d Revert of change pixel-serializer to support reencoding existing data (patchset #5 id:80001 of https://codereview.chromium.org/1373683003/ ) by reed · 9 years ago