| Commit message (Expand) | Author | Age |
* | Add kRGBX_8888, kRGBA_1010102, and kRGBX_1010102 color types. Unused for now. | Brian Salomon | 2018-01-30 |
* | minor imageinfo fixes | Cary Clark | 2018-01-24 |
* | remove dead code for getSize, getSafeSize, etc. | Mike Reed | 2017-10-13 |
* | remove dead flag | Mike Reed | 2017-10-12 |
* | remove dead code for returning 0 on overflow | Mike Reed | 2017-10-11 |
* | Remove trailing whitespace. | Ben Wagner | 2017-10-09 |
* | Revert "Revert "change computeByteSize to return max_size_t on overflow"" | Mike Reed | 2017-10-09 |
* | add helper to check for overflow | Mike Reed | 2017-10-09 |
* | Revert "change computeByteSize to return max_size_t on overflow" | Mike Reed | 2017-10-06 |
* | change computeByteSize to return max_size_t on overflow | Mike Reed | 2017-10-06 |
* | Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" | Mike Reed | 2017-10-03 |
* | Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/ima... | Mike Reed | 2017-10-02 |
* | Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/p... | Mike Reed | 2017-10-02 |
* | Just add new safe size apis | Mike Reed | 2017-09-29 |
* | Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" | Jim Van Verth | 2017-09-27 |
* | guard old apis for querying byte-size of a bitmap/imageinfo/pixmap | Mike Reed | 2017-09-27 |
* | Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" | Greg Daniel | 2017-09-26 |
* | guard old apis for querying byte-size of a bitmap/imageinfo/pixmap | Mike Reed | 2017-09-26 |
* | Convert NULL and 0 to nullptr. | Ben Wagner | 2017-08-28 |
* | Index8 is dead, remove guarded code | Mike Reed | 2017-07-17 |
* | Guard to remove kIndex_8_SkColorType | Mike Reed | 2017-07-13 |
* | Revert "explictly fail to draw unpremul, as this is buggy, incomplete, tricky... | Joe Gregorio | 2017-01-20 |
* | explictly fail to draw unpremul, as this is buggy, incomplete, tricky, and un... | Mike Reed | 2017-01-19 |
* | refFoo variant for getters that naturally have a sk_sp | Mike Reed | 2017-01-12 |
* | Rename SkSourceGammaTreatment to SkDestinationSurfaceColorMode | Brian Osman | 2016-11-09 |
* | Remove SkImageInfoIsGammaCorrect, etc... | Brian Osman | 2016-11-01 |
* | Avoid integer overflow in SkIcoCodec and SkImageInfo | Matt Sarett | 2016-10-17 |
* | Add SkColorSpace::Equals() API | msarett | 2016-08-01 |
* | remove SK_SUPPORT_LEGACY_COLORPROFILETYPE dead-code | reed | 2016-06-28 |
* | update callers to not use SkColorProfileType | reed | 2016-06-21 |
* | remove colorprofiletype from imageinfo | reed | 2016-06-17 |
* | Lots of progress on switching to SkColorSpace rather than SkColorProfileType | brianosman | 2016-06-16 |
* | Revert of Lots of progress switching to SkColorSpace rather than SkColorProfi... | brianosman | 2016-06-16 |
* | Lots of progress on switching to SkColorSpace rather than SkColorProfileType | brianosman | 2016-06-16 |
* | Keep SkColorSpace and SkColorProfileType in sync | msarett | 2016-06-16 |
* | Revert of Keep SkColorSpace and SkColorProfileType in sync (patchset #2 id:20... | egdaniel | 2016-06-15 |
* | Keep SkColorSpace and SkColorProfileType in sync | msarett | 2016-06-15 |
* | SkPixmap::setColorSpace | msarett | 2016-06-09 |
* | Add new SkSourceGammaTreatment enum, used in situations like mipmap construct... | brianosman | 2016-06-06 |
* | add MakeS32 helper to SkImageInfo, fix named-gamma constructor bug | reed | 2016-06-02 |
* | Add SkColorSpace to SkImageInfo | msarett | 2016-05-27 |
* | Revert of move static arrays into impl, to avoid multiple copies (patchset #3... | reed | 2016-04-16 |
* | move static arrays into impl, to avoid multiple copies | reed | 2016-04-15 |
* | spriteblitter for memcpy case (for all configs) | reed | 2016-04-15 |
* | SkSurfaceProps now has a gamma-correct ("AllowSRGBInputs") flag. That's propa... | brianosman | 2016-04-06 |
* | add kRGBA_F16_SkColorType | reed | 2016-02-05 |
* | Remove image usage type enum. Use GrTextureParams instead. | bsalomon | 2015-10-12 |
* | Use static_assert instead of SK_COMPILE_ASSERT. | bungeman | 2015-08-20 |
* | Extend SkImageGenerator to support natively generated GrTextures. As part of ... | reed | 2015-08-13 |
* | remove now-dead flags | reed | 2015-08-01 |