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
*
Add the ability to provide function pointers to SkPicture serialization
scroggo@google.com
2012-10-04
*
Make flattenables no longer depend on global static initializers.
scroggo@google.com
2012-09-21
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
remove duplicate definition of SkAlign8()
reed@google.com
2012-06-27
*
Expanded distribution of instance counting
robertphillips@google.com
2012-06-21
*
fix warnings on Mac in src/images
caryclark@google.com
2012-06-06
*
Mutexes in pixelrefs were done very sloppily initially. The code (a) assumes all
reed@google.com
2012-05-17
*
Remove unused android code in JPEG decoder.
djsollen@google.com
2012-04-05
*
Cleanup code related to SkFlattenable::flatten()
djsollen@google.com
2012-03-29
*
Consolidate PixelRef flattables with the standard impl
djsollen@google.com
2012-03-28
*
Fix a bunch of Coverity defects - class members not initialized in the constr...
vandebo@chromium.org
2012-03-28
*
Remove unused classes from the build.
djsollen@google.com
2012-03-28
*
Improved codec link-forcing system by adding Encoder/Decoder creation entry p...
robertphillips@google.com
2012-03-23
*
Adding CMYK jpeg changes w/o .gyp alterations
robertphillips@google.com
2012-03-20
*
reverting to 3437
robertphillips@google.com
2012-03-20
*
Fix for CMYK jpeg decoding issue (69 - unable to read some jpeg files on andr...
robertphillips@google.com
2012-03-20
*
Restore SkImageDecoder_libjpeg, which may still be used by the Android build.
tomhudson@google.com
2012-03-02
*
Remove libjpeg image decoder, since we've never built it since we changed
tomhudson@google.com
2012-03-02
*
Lazily allocate our global pool for imagerefs
reed@google.com
2012-02-16
*
posix: Avoid static initializers in static/global mutexes
digit@google.com
2012-01-26
*
Change remaining ANDROID ifdefs to SK_BUILD_FOR_ANDROID
djsollen@google.com
2012-01-09
*
Fix return value from SkImageDecoder::DecodeFile(): false even in case of
tomhudson@google.com
2012-01-03
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
add optional manual global initialization
caryclark@google.com
2011-12-15
*
ignore alphaBit (and mask) for 32bit images, 'cause that seems to break this
reed@google.com
2011-08-05
*
Break onEncode() into two functions to avoid clobbering variables with
tomhudson@google.com
2011-07-28
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
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
[next]