index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPictureFlat.h
Commit message (
Expand
)
Author
Age
*
use SkTRefArray to share readonly data between pictures
reed@google.com
2012-07-23
*
Use SkFlatDictionary in SkGPipe to take advantage of its new features.
scroggo@google.com
2012-07-17
*
check a hashtable before using a bsearch
reed@google.com
2012-07-12
*
Change SkFlatData to have a sentinel value, allowing the Compare function to
reed@google.com
2012-07-10
*
bug fix: take the fAllocSize into account when we perform the compare, otherwise
reed@google.com
2012-07-10
*
restore 4478 w/ fixed assert (no long need 8-byte alignment)
reed@google.com
2012-07-09
*
revert 4478
reed@google.com
2012-07-09
*
switch callers to SkChecksum::Compute (no 32/64 preference)
reed@google.com
2012-07-09
*
Adding checksum to SkFlatData to accelerate SkPicture recording.
junov@chromium.org
2012-06-27
*
Adding option to serialize mutable bitmaps in SkPicture
junov@chromium.org
2012-06-01
*
Refactor dictionaries for use by entities other than just SkPicture
djsollen@google.com
2012-05-30
*
Fixing a reader size overflow with SkOrderedReadBuffer, when unflattening lar...
junov@chromium.org
2012-05-29
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
extend fastbounds impls to include maskfilters and drawloopers. This allows
reed@google.com
2012-01-30
*
record doAA param for clipRect and clipPath in pictures
reed@google.com
2011-11-11
*
add drawBitmapNine to canvas
reed@google.com
2011-09-07
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
remove drawShape from canvas api
reed@google.com
2011-06-27
*
balance the call to matrix::flatten from r1414. Formerly both of these were
reed@google.com
2011-05-26
*
rename SkPtrRecorder and related wrappers to SkPtrSet, since that is the pattern
mike@reedtribe.org
2011-04-29
*
add SkCanvas::clear(SkColor color) to call the new virtual clear on device.
reed@google.com
2011-04-14
*
add drawData() to canvas, to record data blobs
reed@android.com
2009-12-04
*
remove unneeded (empty) virtual destructor
reed@android.com
2009-08-12
*
fixes wacky build on android. no other explanation received
reed@android.com
2009-08-11
*
add shape recording to pictuures (sans serialization)
reed@android.com
2009-06-26
*
build with -Wall
reed@android.com
2009-03-20
*
remove defines for strcasecmp (issue #5)
reed@android.com
2009-01-06
*
grab from latest android
reed@android.com
2008-12-17