aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ports/SkImageDecoder_CG.cpp
Commit message (Expand)AuthorAge
* add new copyTo version to SkBitmap, which takes SkColorTypeGravatar commit-bot@chromium.org2014-02-23
* fix more 64bit warningsGravatar reed@google.com2014-01-27
* Factor out UnPreMultiplyPreservingByteOrderGravatar commit-bot@chromium.org2014-01-15
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* store SkAlphaType inside SkBitmap, on road to support unpremulGravatar reed@google.com2013-10-21
* Change SkImageDecoders to take an SkStreamRewindable.Gravatar scroggo@google.com2013-09-25
* Rewrite SkTRegistry to take any trivially-copyable type.Gravatar mtklein@google.com2013-09-04
* Don't require getLength on Mac.Gravatar scroggo@google.com2013-08-28
* Fixes for unpremul decode.Gravatar scroggo@google.com2013-06-14
* Updates to skimage tool to use it for testing.Gravatar scroggo@google.com2013-04-25
* Updates to images project.Gravatar scroggo@google.com2013-04-17
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* if CG fails to decode an image, check to see if it was a problem in the color...Gravatar mike@reedtribe.org2012-12-15
* Defining new color constat for transparent colorGravatar junov@google.com2012-12-06
* check to see if CGImage already knows if we're opaqueGravatar reed@google.com2012-11-07
* CG imagedecoder never sets isOpaque, so add method to SkBitmap to compute that,Gravatar reed@google.com2012-11-07
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* iOS support work in progressGravatar caryclark@google.com2012-09-24
* update gyp files to build on iOSGravatar caryclark@google.com2012-09-18
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Make SkImageEncoder_CG report more failures to its caller.Gravatar epoger@google.com2012-01-31
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Fixed include statements to correctly link mac/ios librariesGravatar yangsu@google.com2011-06-24
* Added platform specific includesGravatar yangsu@google.com2011-06-23
* Changed mac specific files to use ApplicationServices rather than CarbonGravatar yangsu@google.com2011-06-21
* change GC imagedecoder to use the same colorspace between image and context,Gravatar reed@google.com2011-06-15
* make inline helper static, so it can be included from than one .cppGravatar reed@android.com2011-01-03
* add optional pref-config table to codecsGravatar reed@android.com2010-03-03
* use genericRGB space to ensure that we decode exactly the pixels we encodeGravatar reed@android.com2009-07-08
* pull from android: use registry to build up list of image codecsGravatar reed@android.com2009-01-22
* separate image encode and decodeGravatar reed@android.com2009-01-06
* add mac image-encodingGravatar reed@android.com2008-12-23
* add CG imagedecoder (still needs encoding)Gravatar reed@android.com2008-12-23