aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/images
Commit message (Expand)AuthorAge
* 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
* add android-specific tweaks to vary the amount of tmp ram allocatedGravatar reed@android.com2009-10-19
* record dither setting so we can replay it when we (re)decodeGravatar reed@android.com2009-09-24
* fix warning in samplerGravatar reed@android.com2009-08-24
* remove auto-upscaling from base class (breaks model for allocators) but improveGravatar reed@android.com2009-07-29
* quick return if we just want the boundsGravatar reed@android.com2009-07-16
* respect preferred config when png is index-basedGravatar reed@android.com2009-07-08
* add support for encoding Index8 bitmaps into pngGravatar reed@android.com2009-07-07
* use sk_bzero instead of bzero, since it isn't always available.Gravatar reed@android.com2009-06-29
* really fix gif movie registrationGravatar reed@android.com2009-06-18
* fix stupid tabsGravatar reed@android.com2009-06-18
* add registrar for gif movieGravatar reed@android.com2009-06-18
* add optional Format* parameter to decoder helper functions.Gravatar reed@android.com2009-06-15
* call notifyPixelsChanged() when the pages are flipped in pageflippixelrefGravatar reed@android.com2009-05-30
* Honor pref config in image decoding whenever possible.Gravatar weita@google.com2009-05-11
* check for 0 upem in freetypeGravatar reed@android.com2009-05-04
* handle interlacingGravatar reed@android.com2009-04-28
* add SkSfntUtils to parse some known truetype tablesGravatar reed@android.com2009-04-14
* forgot to initialize fFactory in the unflatten constructorGravatar reed@android.com2009-03-20
* Simplify font-chaining (fallbacks) to have fonthost just return the nextGravatar reed@android.com2009-03-17
* see prev. checkin (missed these files). Change ownership rule for streams to theGravatar reed@android.com2009-03-16
* handle failure when creating a scalercontextGravatar reed@android.com2009-02-11
* explicitly define the gHead for the codec llistGravatar reed@android.com2009-01-27
* update makefile for newly moved FactoriesGravatar reed@android.com2009-01-22
* pull from android: use registry to build up list of image codecsGravatar reed@android.com2009-01-22
* oops, add images_files.mkGravatar reed@android.com2009-01-21