C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / src / images / SkDecodingImageGenerator.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-19 reedguarded change to SkImageGenerator to make getInfo...
2015-03-17 scroggoOption for SkCodec to treat dst as all zeroes.
2015-02-20 scroggoRename onGetPixelsEnum back to onGetPixels.
2015-02-13 scroggoMake SkImageGenerator::getPixels() return an enum.
2015-01-21 scroggoMake SkStream *not* ref counted.
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-12-02 mtkleinSkColorTable locking serves no purpose anymore.
2014-10-22 scroggoQualify the return value of SkImageDecoder::decode
2014-10-16 sugoiJPEG YUV Decoding
2014-10-15 rmistryRevert of JPEG YUV Decoding (patchset #5 id:180001...
2014-10-15 sugoiJPEG YUV Decoding
2014-09-12 reeduse SkData::NewUninitialized
2014-09-11 reedSkData can allocate room for its contents in the same...
2014-09-03 reedHide fields in SkImageInfo
2014-09-02 reedmake allocPixels throw on failure
2014-07-01 scroggoAdjust the alpha type for pixelRefs.
2014-06-13 reedhide Config in SkImageDecoder -- use SkColorType instead
2014-05-29 commit-bot@chromiu... Revert "Revert of add colortable support to imagegenera...
2014-05-28 commit-bot@chromiu... Revert of add colortable support to imagegenerator...
2014-05-28 commit-bot@chromiu... add colortable support to imagegenerator
2014-04-11 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-11 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-10 commit-bot@chromiu... Revert of Revert of Rename kPMColor_SkColorType to...
2014-04-10 commit-bot@chromiu... Revert of Rename kPMColor_SkColorType to kN32_SkColorTy...
2014-04-09 commit-bot@chromiu... Rename kPMColor_SkColorType to kN32_SkColorType.
2014-04-07 commit-bot@chromiu... Add option to SkDecodingImageGenerator to require unpremul.
2014-04-04 commit-bot@chromiu... Change SkDecodingImageGenerator to hide implementation...
2014-02-24 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2014-02-23 commit-bot@chromiu... add new copyTo version to SkBitmap, which takes SkColorType
2014-02-11 commit-bot@chromiu... SkBitmap now really stores SkImageInfo -- config is...
2014-02-11 mike@reedtribe.orgRevert "SkBitmap now really stores SkImageInfo -- confi...
2014-02-11 mike@reedtribe.orgfix warnings
2014-02-11 mike@reedtribe.orgSkBitmap now really stores SkImageInfo -- config is...
2014-01-02 halcanary@google.comAdd Options to SkDecodingImageGenerator, simplify API.
2013-12-18 commit-bot@chromiu... Revert of https://codereview.chromium.org/93703004/
2013-12-18 halcanary@google.comAdd Options to SkDecodingImageGenerator, simplify API.
2013-12-10 halcanary@google.comSk_API for SkImageGenerator and SkInstallDiscardablePix...
2013-12-10 skia.committer@gma... Sanitizing source files in Housekeeper-Nightly
2013-12-09 reed@google.commake info real in SkPixelRef, and add bitmap::asImageInfo
2013-12-09 halcanary@google.comSkDecodingImageGenerator now uses SkStreamRewindable
2013-12-05 halcanary@google.comBig Cleanup: SkBitmapFactory, SkLazyPixelRef, SkImageCache
2013-11-21 halcanary@google.comAdd SkImageGenerator Interface