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
*
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
*
move core files into core (were in images, but are required for core library)
reed@android.com
2008-12-18
*
grab from latest android
reed@android.com
2008-12-17