- c77085d Remove content area from GrTextureAdjuster. by Greg Daniel · 7 years ago
- c5eb97d add helper to check for overflow by Mike Reed · 7 years ago
- 384f0a7 Revert "change computeByteSize to return max_size_t on overflow" by Mike Reed · 7 years ago
- 2429546 change computeByteSize to return max_size_t on overflow by Mike Reed · 7 years ago
- f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 7 years ago
- 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 7 years ago
- cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 7 years ago
- 4faa040 Remove unused outOffset param in GrTextureAdjuster by Greg Daniel · 7 years ago
- 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 7 years ago
- 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
- f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 7 years ago
- 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 7 years ago
- 2bbdcc4 Rework GrSamplerParams to be more compact and use its own wrap mode enum. by Brian Salomon · 7 years ago
- 4df0092 Revert "Remove "content" rect from GrTextureAdjuster." by Brian Salomon · 7 years ago
- 6e4bbbe Remove "content" rect from GrTextureAdjuster. by Brian Salomon · 7 years ago
- 7314093 Support color space and other color types in SkImage_Raster::onMakeSubset by Brian Osman · 7 years ago
- 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
- 262b319 Index8 is dead, remove guarded code by Mike Reed · 7 years ago
- 5805013 Guard to remove kIndex_8_SkColorType by Mike Reed · 7 years ago
- a920d36 remove unneeded code for index8 imagse by Mike Reed · 7 years ago
- 0401c0d hide index8 support by Mike Reed · 7 years ago
- e531207 Add SkCopyPixelsMode argument to SkMakeImageInColorSpace by Brian Osman · 7 years ago
- b6759dd Revert "Revert "Disable F16-nullptr sources"" by Matt Sarett · 7 years ago
- 69d1469 Revert "Disable F16-nullptr sources" by Matt Sarett · 7 years ago
- dc79270 Draw time color xform API for Android by Matt Sarett · 7 years ago
- d21fd4b Disable F16-nullptr sources by Matt Sarett · 7 years ago
- d3df9ec SkImage::makeColorSpace(): Fix nullptr->sRGB bug with picture images by Matt Sarett · 7 years ago
- 5bbd076 SkImage::isValid by Brian Osman · 7 years ago
- 9f3dcb3 Reland "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 8 years ago
- b59a9da Revert "Add SkImage::makeColorSpace() with correct transfer fn behavior" by Matt Sarett · 8 years ago
- 9ad0531 Add SkImage::makeColorSpace() with correct transfer fn behavior by Matt Sarett · 8 years ago
- a6e976a Only store width and height on SkPixelRef (part 1) by Matt Sarett · 8 years ago
- 2fcd4a4 Revert "Only store width and height on SkPixelRef" by Ben Wagner · 8 years ago
- 2cbb666 Only store width and height on SkPixelRef by Matt Sarett · 8 years ago
- 4edb5d2 hide lockpixels api behind flag by Mike Reed · 8 years ago
- 921ebe5 clean ups in SkPixelRef by Mike Reed · 8 years ago
- 5b1dba8 Support parametric transfer functions in SkImage_Raster::onMakeColorSpace() by Matt Sarett · 8 years ago
- d2adc66 Use SkTransferFunctionBehavior for raster pixel conversions by Matt Sarett · 8 years ago
- 3798c86 Remove GrFragmentProcessor-derived class' GrTexture-based ctors by Robert Phillips · 8 years ago
- 7807580 Make SkGr.h GrTexture-free by Robert Phillips · 8 years ago
- d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 8 years ago
- 30a38ff Remove SkImage_Base::asTextureRef (in favor of asTextureProxyRef) by Robert Phillips · 8 years ago
- 73879eb Improve color type handling in SkImage_Base::makeColorSpace() by Matt Sarett · 8 years ago
- 0887c70 SkImage_Raster: Keep tmp in scope while it is in use by Matt Sarett · 8 years ago
- 480951f Fix discardable memory bot by calling lockPixels() by Matt Sarett · 8 years ago
- 919cc45 Revert "Revert "Add color spin test for SkColorSpaceXformCanvas"" by Mike Klein · 8 years ago
- 73e21af Revert "Add color spin test for SkColorSpaceXformCanvas" by Eric Boren · 8 years ago
- 0c984a0 More pre-emptive proxification by Robert Phillips · 8 years ago
- cb01aec Add color spin test for SkColorSpaceXformCanvas by Matt Sarett · 8 years ago
- 6de1310 Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 8 years ago
- 8f7d9b9 Revert "Begin implementation of SkImage_Base::makeColorSpace" by Mike Reed · 8 years ago
- 98629ef Begin implementation of SkImage_Base::makeColorSpace by Matt Sarett · 8 years ago
- b726d58 Partially defer SkImage_Gpu by Robert Phillips · 8 years ago
- 3b65598 Make SkGr.h private and remove unused functions by Brian Osman · 8 years ago
- 8572d85 Make raster pipeline support all pixel conversions by Matt Sarett · 8 years ago
- bfdc87a Revert "Revert "Always make SkImageShaders in heap."" by Herb Derby · 8 years ago
- 07f665e Revert "Always make SkImageShaders in heap." by Herb Derby · 8 years ago
- ff590a1 Always make SkImageShaders in heap. by Herb Derby · 8 years ago
- 67c18d6 Continue making Ganesh use absolute texture coordinates - take 2 by Robert Phillips · 8 years ago
- ac1f09d Delete SkMakeImageFromPixelRef by Matt Sarett · 8 years ago
- 1b3387b SkBitmap::setPixelRef(): less reference churn by Hal Canary · 8 years ago
- 61624f0 Plumb dst color space in many places, rather than "mode" by Brian Osman · 8 years ago
- e8e5458 GrTextureProducer cleanup, phase two: Producer, Adjuster, Maker by Brian Osman · 8 years ago
- 3b66ab6 GrTextureProducer cleanup, phase one: Bitmap and Image makers by Brian Osman · 8 years ago
- e8eed32 remove SkPixelRef::refEncodedData() by Hal Canary · 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
- 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
- 5814b8a Add alpha type to texture producer by brianosman · 8 years ago
- 69c166d Add alphaType() to SkImage by brianosman · 8 years ago
- 0e7bddf fix no-gpu build by reed · 8 years ago
- 2d5b714 pin as texture api by reed · 8 years ago
- 4c1abdc use tmp allocator for images in temp shaders by reed · 8 years ago
- 1ec04d9 rename FoceCopyMode to SkCopyPixelMode by reed · 8 years ago
- 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
- f1ac182 implement isABitmap for imageshader, return localmatrix for bitmap's impl by reed · 8 years ago
- 2dad769 make an image from a mutable bitmap by reed · 8 years ago
- c7ec7c9 remove/deprecate SkBitmap::getTexture, as it now always returns false by reed · 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
- 8d3ad5a images with offset bitmap don't share genid by halcanary · 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
- db7dc09 Remove SkImageMinRowBytes by scroggo · 9 years ago
- 0955303 scaling API on SkPixmap by reed · 9 years ago
- 045802d Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
- bc0bcc0 Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster by Brian Salomon · 9 years ago
- 1a197ea Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 9 years ago
- 9195794 Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ ) by egdaniel · 9 years ago
- fcffaf2 Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done. by bsalomon · 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