aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/codec/SkMaskSwizzler.cpp
Commit message (Expand)AuthorAge
* make most of SkColorPriv.h privateGravatar Cary Clark2017-09-15
* Support the non-native (RGBA/BGRA) swizzleGravatar msarett2016-04-22
* Fix bugs in SkBmpCodecGravatar msarett2016-02-03
* Support decoding opaque to *premulGravatar scroggo2016-02-03
* Delete reallyHasAlpha() from SkCodecGravatar msarett2016-01-11
* Create an SkAndroidCodec API separate from SkCodecGravatar msarett2015-10-21
* Fix SkSwizzler bugGravatar msarett2015-10-16
* Add subsetting to SkScanlineDecoderGravatar msarett2015-10-13
* Move all knowledge of X sampling into SkScaledCodecGravatar scroggo2015-10-02
* Scanline decoding for bmpGravatar msarett2015-08-31
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* Support more swizzles to 565 in SkCodecGravatar scroggo2015-08-14
* Pass the destination pointer to next() in SkSwizzlerGravatar msarett2015-07-27
* ***Disables swizzles to 565.Gravatar msarett2015-04-09
* Adding swizzles for bmp:Gravatar msarett2015-03-18
* Revert "Revert of fix for invalid for loop syntax broke build (patchset #1 id...Gravatar msarett2015-03-16
* Revert "Implementation of image decoding for bmp files, in accordance with th...Gravatar msarett2015-03-16
* Implementation of image decoding for bmp files, in accordance with the new API.Gravatar msarett2015-03-16