index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPictureRecord.cpp
Commit message (
Expand
)
Author
Age
*
can't perform fast top_bottom cull if the text is vertical
reed@google.com
2012-04-12
*
Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...
junov@chromium.org
2012-02-24
*
reverting r3257 because of gm failure.
junov@chromium.org
2012-02-24
*
Modify SkDeferredCanvas so that it uses its inherited SkCanvas to track matri...
junov@chromium.org
2012-02-24
*
Adding API and unit testing for deferred canvas clearing/purging
junov@chromium.org
2012-02-13
*
extend fastbounds impls to include maskfilters and drawloopers. This allows
reed@google.com
2012-01-30
*
Formatting cleanup: remove extra whitespace
vandebo@chromium.org
2012-01-28
*
Add SkDEBUGFAIL to clean up use of SkASSERT(!"text");
tomhudson@google.com
2011-12-28
*
record doAA param for clipRect and clipPath in pictures
reed@google.com
2011-11-11
*
add bool argument to canvas' clipRect and clipPath for antialiasing
reed@google.com
2011-10-12
*
add drawBitmapNine to canvas
reed@google.com
2011-09-07
*
fix pictures to not skip-over clip ops that might expand the clip
reed@google.com
2011-08-29
*
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
*
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
*
remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with
reed@google.com
2011-02-07
*
add drawData() to canvas, to record data blobs
reed@android.com
2009-12-04
*
oops, restore previous fix to saveLayer calling through to save()
reed@android.com
2009-10-02
*
move factory for 565 into its own file
reed@android.com
2009-10-02
*
don't call through to the inherited saveLayer, but just call save during record
reed@android.com
2009-10-01
*
make a deep copy in CreateCGImageRef if we're 565, but first upscale to 32bit.
reed@android.com
2009-07-10
*
check for underflow in restore() during picture record, and ignore it
reed@android.com
2009-07-09
*
more checks for null shapes in pictures
reed@android.com
2009-07-03
*
add shape flatten so they work properly in pictures
reed@android.com
2009-06-29
*
add shape recording to pictuures (sans serialization)
reed@android.com
2009-06-26
*
API change: SkPath computeBounds -> getBounds
reed@android.com
2009-04-01
*
Add SkChunkAlloc::unalloc() to undo the last allocation, useful if the caller...
reed@android.com
2009-03-30
*
add picture-record option to speedup complex clips
reed@android.com
2009-02-13
*
remove defines for strcasecmp (issue #5)
reed@android.com
2009-01-06
*
grab from latest android
reed@android.com
2008-12-17