aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkWbmpCodec.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "SkTypes: extract SkTo""Gravatar Hal Canary2018-06-14
* Revert "SkTypes: extract SkTo"Gravatar Hal Canary2018-06-13
* SkTypes: extract SkToGravatar Hal Canary2018-06-12
* non-linear blending first stepsGravatar Mike Klein2018-05-10
* Reland "Hide SkEncodedInfo"Gravatar Leon Scroggins III2017-12-05
* Revert "Hide SkEncodedInfo"Gravatar Leon Scroggins2017-12-05
* Hide SkEncodedInfoGravatar Leon Scroggins III2017-12-05
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Move calls to conversion_possible to SkCodecGravatar Leon Scroggins III2017-08-17
* use unique_ptr for codec factoriesGravatar Mike Reed2017-07-25
* Index8 is dead, remove guarded codeGravatar Mike Reed2017-07-17
* Report error on failure to create SkCodecGravatar Leon Scroggins III2017-07-14
* Guard to remove kIndex_8_SkColorTypeGravatar Mike Reed2017-07-13
* Reland "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-11
* Revert "Remove support for decoding to kIndex_8"Gravatar Leon Scroggins2017-07-10
* Remove support for decoding to kIndex_8Gravatar Leon Scroggins III2017-07-10
* Simplify SkCodecs' call to SkColorSpaceXform::applyGravatar Leon Scroggins III2017-06-05
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* Revert "SkColorSpace: remove named API, add gamut API"Gravatar Matt Sarett2017-02-07
* SkColorSpace: remove named API, add gamut APIGravatar Matt Sarett2017-02-07
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-23
* Revert 248ff023 & 2cb6cb72Gravatar Hal Canary2016-11-22
* SkImageEncoder: simplify APIGravatar Hal Canary2016-11-22
* Finish color space support for SkCodecGravatar Matt Sarett2016-11-07
* Remove SkAutoTDelete.Gravatar Ben Wagner2016-11-03
* Tag images as sRGB by default in SkCodecGravatar Matt Sarett2016-10-31
* Move off SK_SUPPORT_LEGACY_DATA_FACTORIES.Gravatar bungeman2016-08-02
* Finish supporting decoding opaque to non-opaqueGravatar scroggo2016-05-20
* Support the non-native (RGBA/BGRA) swizzleGravatar msarett2016-04-22
* Use SkEncodedInfo in place of SkSwizzler::SrcConfigGravatar msarett2016-04-22
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-20
* Revert of Add SkEncodedInfo to report properties of encoded image data (patch...Gravatar robertphillips2016-04-19
* Add SkEncodedInfo to report properties of encoded image dataGravatar msarett2016-04-18
* detach -> releaseGravatar mtklein2016-03-16
* Fix colorType/alphaType checks in SkCodecGravatar msarett2016-02-15
* Revert of Fix colorType/alphaType checks in SkCodec (patchset #5 id:80001 of ...Gravatar msarett2016-02-12
* Fix colorType/alphaType checks in SkCodecGravatar msarett2016-02-12
* Implement onSkipScanlines() for bmp and wbmpGravatar msarett2016-02-11
* Rename SkGifCodec, SkIcoCodec, SkWbmpCodecGravatar msarett2016-01-07