index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPictureRecord.h
Commit message (
Expand
)
Author
Age
*
re-re-land 5578
reed@google.com
2012-09-18
*
revert 5580
reed@google.com
2012-09-18
*
re-land 5578 w/ pipe fix
reed@google.com
2012-09-18
*
revert 5578 -- broke pipe
reed@google.com
2012-09-18
*
Change drawBitmapRect to take a float-src-rect instead of integer-src-rect. This
reed@google.com
2012-09-18
*
Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree.
rileya@google.com
2012-09-11
*
peephole optimize save/restore brackets that contain no draw calls.
reed@google.com
2012-08-30
*
Implement multi-threaded picture playback via cloning.
djsollen@google.com
2012-08-29
*
Add caching of the snapshot image form a surface
reed@google.com
2012-08-28
*
Refactor Bitmap Storage for SkPicture using SkPipe's design.
djsollen@google.com
2012-08-07
*
Store more behavior of SkFlatDictionary in SkFlatController.
scroggo@google.com
2012-08-02
*
Always store pixels of mutable bitmaps when recording a SkPicture.
djsollen@google.com
2012-07-27
*
Use SkFlatDictionary in SkGPipe to take advantage of its new features.
scroggo@google.com
2012-07-17
*
Adding bracketing save/restore calls to SkPicture at record time and
junov@chromium.org
2012-07-16
*
Cleanup restore offsets at end of SkPicture recording
junov@chromium.org
2012-07-12
*
Refactoring code in SkPictureRecord that touches fRestoreOffsetStack
junov@chromium.org
2012-07-09
*
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
*
Adding more unit testing for SkCanvas and derived classes.
junov@chromium.org
2012-02-22
*
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 bool argument to canvas' clipRect and clipPath for antialiasing
reed@google.com
2011-10-12
*
use SK_OVERRIDE
reed@google.com
2011-10-06
*
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
*
add drawData() to canvas, to record data blobs
reed@android.com
2009-12-04
*
add shape recording to pictuures (sans serialization)
reed@android.com
2009-06-26
*
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