index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
images
Commit message (
Expand
)
Author
Age
*
Increase compatibility with clang, mostly around SK_RESTRICT.
tomhudson@google.com
2011-06-15
*
delete all old (non-Gyp) buildfiles
epoger@google.com
2011-06-14
*
remove dead/abandoned file
reed@google.com
2011-06-01
*
delete unused file
reed@google.com
2011-03-04
*
Delete another unused file.
thakis@chromium.org
2011-03-04
*
Stop using deprecated APIs. Fix by twiz.
reed@google.com
2011-02-25
*
Upstreaming code from android repository.
djsollen@google.com
2011-02-24
*
merge from android tree:
djsollen@google.com
2011-02-23
*
[Committed on behalf of junov@chromium.org]
senorblanco@chromium.org
2011-02-18
*
add rlepixelref file to make, to keep it from bit-rot
reed@google.com
2011-02-07
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
replace various png_[type]_NULL defines with just NULL
reed@google.com
2010-12-31
*
Compile fix for shared library builds.
agl@chromium.org
2010-06-10
*
Minor fixes to build under Clang:
agl@chromium.org
2010-05-10
*
add SK_ENABLE_LIBPNG to force reference to PNG codec
reed@android.com
2010-04-15
*
call premultiply instead of pack32
reed@android.com
2010-04-13
*
update android specific RAM restrictions
reed@android.com
2010-03-04
*
add optional pref-config table to codecs
reed@android.com
2010-03-03
*
check for null cmap in libgif
reed@android.com
2010-02-05
*
call skip in a loop to handle the case where the backing stream may be network
reed@android.com
2010-01-21
*
refactor helper functions out of libjpeg wrapper
reed@android.com
2010-01-21
*
use imageref_globalpool in samplepicture, to test flattening bitmaps
reed@android.com
2009-11-10
*
add android-specific tweaks to vary the amount of tmp ram allocated
reed@android.com
2009-10-19
*
record dither setting so we can replay it when we (re)decode
reed@android.com
2009-09-24
*
fix warning in sampler
reed@android.com
2009-08-24
*
remove auto-upscaling from base class (breaks model for allocators) but improve
reed@android.com
2009-07-29
*
quick return if we just want the bounds
reed@android.com
2009-07-16
*
respect preferred config when png is index-based
reed@android.com
2009-07-08
*
add support for encoding Index8 bitmaps into png
reed@android.com
2009-07-07
*
use sk_bzero instead of bzero, since it isn't always available.
reed@android.com
2009-06-29
*
really fix gif movie registration
reed@android.com
2009-06-18
*
fix stupid tabs
reed@android.com
2009-06-18
*
add registrar for gif movie
reed@android.com
2009-06-18
*
add optional Format* parameter to decoder helper functions.
reed@android.com
2009-06-15
*
call notifyPixelsChanged() when the pages are flipped in pageflippixelref
reed@android.com
2009-05-30
*
Honor pref config in image decoding whenever possible.
weita@google.com
2009-05-11
*
check for 0 upem in freetype
reed@android.com
2009-05-04
*
handle interlacing
reed@android.com
2009-04-28
*
add SkSfntUtils to parse some known truetype tables
reed@android.com
2009-04-14
*
forgot to initialize fFactory in the unflatten constructor
reed@android.com
2009-03-20
*
Simplify font-chaining (fallbacks) to have fonthost just return the next
reed@android.com
2009-03-17
*
see prev. checkin (missed these files). Change ownership rule for streams to the
reed@android.com
2009-03-16
*
handle failure when creating a scalercontext
reed@android.com
2009-02-11
*
explicitly define the gHead for the codec llist
reed@android.com
2009-01-27
*
update makefile for newly moved Factories
reed@android.com
2009-01-22
*
pull from android: use registry to build up list of image codecs
reed@android.com
2009-01-22
*
oops, add images_files.mk
reed@android.com
2009-01-21
*
fix formatting issues
reed@android.com
2009-01-14
*
fix multiple warnings (e.g. hidden virtuals, unused static functions)
reed@android.com
2009-01-14
*
separate image encode and decode
reed@android.com
2009-01-06
[next]