aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/images
Commit message (Expand)AuthorAge
* Add the ability to provide function pointers to SkPicture serializationGravatar scroggo@google.com2012-10-04
* Make flattenables no longer depend on global static initializers.Gravatar scroggo@google.com2012-09-21
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* remove duplicate definition of SkAlign8()Gravatar reed@google.com2012-06-27
* Expanded distribution of instance countingGravatar robertphillips@google.com2012-06-21
* fix warnings on Mac in src/imagesGravatar caryclark@google.com2012-06-06
* Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes allGravatar reed@google.com2012-05-17
* Remove unused android code in JPEG decoder.Gravatar djsollen@google.com2012-04-05
* Cleanup code related to SkFlattenable::flatten()Gravatar djsollen@google.com2012-03-29
* Consolidate PixelRef flattables with the standard implGravatar djsollen@google.com2012-03-28
* Fix a bunch of Coverity defects - class members not initialized in the constr...Gravatar vandebo@chromium.org2012-03-28
* Remove unused classes from the build.Gravatar djsollen@google.com2012-03-28
* Improved codec link-forcing system by adding Encoder/Decoder creation entry p...Gravatar robertphillips@google.com2012-03-23
* Adding CMYK jpeg changes w/o .gyp alterationsGravatar robertphillips@google.com2012-03-20
* reverting to 3437Gravatar robertphillips@google.com2012-03-20
* Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...Gravatar robertphillips@google.com2012-03-20
* Restore SkImageDecoder_libjpeg, which may still be used by the Android build.Gravatar tomhudson@google.com2012-03-02
* Remove libjpeg image decoder, since we've never built it since we changedGravatar tomhudson@google.com2012-03-02
* Lazily allocate our global pool for imagerefsGravatar reed@google.com2012-02-16
* posix: Avoid static initializers in static/global mutexesGravatar digit@google.com2012-01-26
* Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROIDGravatar djsollen@google.com2012-01-09
* Fix return value from SkImageDecoder::DecodeFile(): false even in case ofGravatar tomhudson@google.com2012-01-03
* Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");Gravatar tomhudson@google.com2011-12-28
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* ignore alphaBit (and mask) for 32bit images, 'cause that seems to break thisGravatar reed@google.com2011-08-05
* Break onEncode() into two functions to avoid clobbering variables withGravatar tomhudson@google.com2011-07-28
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* remove dead/abandoned fileGravatar reed@google.com2011-06-01
* delete unused fileGravatar reed@google.com2011-03-04
* Delete another unused file.Gravatar thakis@chromium.org2011-03-04
* Stop using deprecated APIs. Fix by twiz.Gravatar reed@google.com2011-02-25
* Upstreaming code from android repository.Gravatar djsollen@google.com2011-02-24
* merge from android tree:Gravatar djsollen@google.com2011-02-23
* [Committed on behalf of junov@chromium.org]Gravatar senorblanco@chromium.org2011-02-18
* add rlepixelref file to make, to keep it from bit-rotGravatar reed@google.com2011-02-07
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* replace various png_[type]_NULL defines with just NULLGravatar reed@google.com2010-12-31
* Compile fix for shared library builds.Gravatar agl@chromium.org2010-06-10
* Minor fixes to build under Clang:Gravatar agl@chromium.org2010-05-10
* add SK_ENABLE_LIBPNG to force reference to PNG codecGravatar reed@android.com2010-04-15
* call premultiply instead of pack32Gravatar reed@android.com2010-04-13
* update android specific RAM restrictionsGravatar reed@android.com2010-03-04
* add optional pref-config table to codecsGravatar reed@android.com2010-03-03
* check for null cmap in libgifGravatar reed@android.com2010-02-05
* call skip in a loop to handle the case where the backing stream may be networkGravatar reed@android.com2010-01-21
* refactor helper functions out of libjpeg wrapperGravatar reed@android.com2010-01-21
* use imageref_globalpool in samplepicture, to test flattening bitmapsGravatar reed@android.com2009-11-10