index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
codec
/
SkSwizzler.cpp
Commit message (
Expand
)
Author
Age
*
move a bunch of helpers from SkImageInfo.h into priv
Mike Reed
2018-02-09
*
encode kAlpha_8 as grayalpha with sigbits for gray==1
Mike Reed
2017-11-30
*
Remove static initializers in SkCodec
Leon Scroggins III
2017-10-03
*
make most of SkColorPriv.h private
Cary Clark
2017-09-15
*
Index8 is dead, remove guarded code
Mike Reed
2017-07-17
*
Guard to remove kIndex_8_SkColorType
Mike Reed
2017-07-13
*
Reland "Respect full precision for RGB16 PNGs" (part 3)
Matt Sarett
2017-01-20
*
Revert "Respect full precision for RGB16 PNGs"
Matt Sarett
2017-01-18
*
Respect full precision for RGB16 PNGs
Matt Sarett
2017-01-18
*
Use RasterPipeline to support full precision on 16-bit RGBA pngs
Matt Sarett
2017-01-13
*
Revert "Use RasterPipeline to support full precision on 16-bit RGBA pngs"
Matt Sarett
2017-01-12
*
Use RasterPipeline to support full precision on 16-bit RGBA pngs
Matt Sarett
2017-01-12
*
SkPngCodec: Add support for 16-bit pngs (step 1)
Matt Sarett
2016-12-14
*
Fix double CMYK->RGBA conversion on swizzled jpeg decodes
Matt Sarett
2016-12-13
*
Finish color space support for SkCodec
Matt Sarett
2016-11-07
*
Remove SkEncodedInfo kPreSwizzled_Color from public API
msarett
2016-04-25
*
Support the non-native (RGBA/BGRA) swizzle
msarett
2016-04-22
*
Use SkEncodedInfo in place of SkSwizzler::SrcConfig
msarett
2016-04-22
*
Clean up comments in SkSwizzler
msarett
2016-02-10
*
Optimize CMYK->RGBA (BGRA) transform for jpeg decodes
msarett
2016-02-08
*
NEON optimizations for GrayAlpha -> RGBA/BGRA Premul/Unpremul
msarett
2016-02-03
*
Handle gray alpha conversions in SkSwizzler
msarett
2016-02-03
*
NEON optimizations for gray -> RGBA (or BGRA) conversions
msarett
2016-02-02
*
Use NEON optimizations for RGB -> RGB(FF) or BGR(FF) in SkSwizzler
msarett
2016-01-22
*
Refactor swizzle names and types.
mtklein
2016-01-22
*
Use fActualProc to choose fFastProc or fSlowProc in SkSwizzler
msarett
2016-01-21
*
Clean up unused or overly complex modes in SkSwizzler
msarett
2016-01-19
*
Add NEON swap opts and use opts in SkSwizzler
msarett
2016-01-15
*
Use SkOpts routines in SkSwizzler
msarett
2016-01-12
*
SkSwizzler: Factor skipping zeros out into a helper function.
mtklein
2016-01-11
*
Delete reallyHasAlpha() from SkCodec
msarett
2016-01-11
*
Might as well inline these premultiplies.
mtklein
2016-01-11
*
Make SkAndroidCodec support gif
msarett
2015-11-17
*
Use SkSwizzler to convert from CMYK
scroggo
2015-10-23
*
Revert of Use SkSwizzler to convert from CMYK (patchset #4 id:60001 of https:...
scroggo
2015-10-23
*
Use SkSwizzler to convert from CMYK
scroggo
2015-10-23
*
Create an SkAndroidCodec API separate from SkCodec
msarett
2015-10-21
*
Fix SkSwizzler bug
msarett
2015-10-16
*
Reenable warnings in src/codec
msarett
2015-10-15
*
Add subsetting to SkScanlineDecoder
msarett
2015-10-13
*
Fill incomplete images in SkCodec parent class
msarett
2015-10-09
*
Move all knowledge of X sampling into SkScaledCodec
scroggo
2015-10-02
*
Scanline decoding for bmp
msarett
2015-08-31
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
Support more swizzles to 565 in SkCodec
scroggo
2015-08-14
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.c...
egdaniel
2015-08-14
*
SkScaledCodec class
emmaleer
2015-08-14
*
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.c...
emmaleer
2015-08-13
[next]