aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkConfig8888.h
Commit message (Expand)AuthorAge
* Rename SkConfig8888/SkPixelInfo to SkConvertPixelsGravatar Matt Sarett2017-02-15
* Make raster pipeline support all pixel conversionsGravatar Matt Sarett2017-02-14
* Refactor pixel conversion: premul and unpremulGravatar Matt Sarett2017-02-09
* SkPixelInfo::CopyPixels() refactor part 0: only one memcpy() caseGravatar Matt Sarett2017-01-24
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Move rect_memcopy from helper to global static.Gravatar egdaniel2015-06-19
* move readPixels from bitmap -> pixmapGravatar reed2015-05-23
* 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
* hide Config8888 entirelyGravatar commit-bot@chromium.org2014-03-19
* Add SkCanvas::writePixels that takes info+pixels directlyGravatar commit-bot@chromium.org2014-03-07
* eliminate all warnings in non-thirdparty code on macGravatar humper@google.com2013-01-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
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* Don't verify PMA in writePixelsGravatar bsalomon@google.com2011-12-08
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10