aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkConfig8888.cpp
Commit message (Expand)AuthorAge
* Revert "Revert "clamp to premul when reading premul sRGB""Gravatar Mike Klein2016-12-14
* Revert "clamp to premul when reading premul sRGB"Gravatar Mike Klein2016-12-14
* clamp to premul when reading premul sRGBGravatar Mike Klein2016-12-13
* don't support converting from alpha to non-alphaGravatar Mike Reed2016-11-29
* Consistent naming.Gravatar Mike Klein2016-11-29
* use raster-pipeline in readPixelsGravatar Mike Reed2016-11-28
* simplify SkConfig8888 logic: just fall-through if memcpy case isn't supportedGravatar Mike Reed2016-11-28
* Revert[2] "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Mike Reed2016-11-13
* Revert "Change SkCanvas to *not* inherit from SkRefCnt"Gravatar Heather Miller2016-11-10
* Change SkCanvas to *not* inherit from SkRefCntGravatar Mike Reed2016-11-09
* src/core: s/SkAutoTUnref/sk_sp/gGravatar Hal Canary2016-11-07
* implement A8 destination fast-path for SkPixelInfo::CopyPixelsGravatar lsalzman2016-10-11
* Add minimal support for readPixels in raster F16Gravatar brianosman2016-09-07
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* misc fixes to make float buffers work a little betterGravatar reed2016-02-17
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Move rect_memcopy from helper to global static.Gravatar egdaniel2015-06-19
* add kGray_8_SkColorTypeGravatar reed2015-03-17
* Revert of Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (pa...Gravatar reed2015-02-27
* Revert of replace kIgnore_SkAlphaType with kUnknown_SkAlphaType (patchset #3 ...Gravatar scroggo2015-02-27
* replace kIgnore_SkAlphaType with kUnknown_SkAlphaTypeGravatar reed2015-02-27
* SkColorTable locking serves no purpose anymore.Gravatar mtklein2014-12-02
* Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixelsGravatar reed2014-07-13
* Revert of Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::rea...Gravatar reed2014-07-12
* Add SkBitmap::readPixels() and reimplement copyTo and SkCanvas::readPixelsGravatar reed2014-07-12
* Revert of add readPixels() to SkBitmap (https://codereview.chromium.org/37730...Gravatar jcgregorio2014-07-11
* add readPixels() to SkBitmapGravatar reed2014-07-10
* Revert "Revert of implement readPixels and writePixels natively, w/o using th...Gravatar reed@google.com2014-03-25
* Revert of implement readPixels and writePixels natively, w/o using the (depre...Gravatar commit-bot@chromium.org2014-03-25
* implement readPixels and writePixels natively, w/o using the (deprecated)Gravatar reed@google.com2014-03-25
* Revert "hide Config8888 entirely". Broke a bunch of builds.Gravatar bsalomon@google.com2014-03-20
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2014-03-20
* hide Config8888 entirelyGravatar commit-bot@chromium.org2014-03-19
* Improve the performance of SkConvertConfig8888Pixels using Array lookupGravatar commit-bot@chromium.org2013-06-14
* Privatization:Gravatar reed@google.com2012-08-07
* GPU device preserves pixel values across read/write/read of unpremul pixel va...Gravatar bsalomon@google.com2012-02-23
* Use nested template expansions to implement Config8888 conversions.Gravatar bsalomon@google.com2012-02-22