index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPicturePlayback.cpp
Commit message (
Expand
)
Author
Age
...
*
Add NOOP "command" to picture format
robertphillips@google.com
2013-02-15
*
Now store chunk size in skp file format
robertphillips@google.com
2013-02-15
*
Only support SkPicture abort for Android due to the fragility of the existing...
djsollen@google.com
2013-02-01
*
Fixing crash in cloning empty SkPicture object
junov@chromium.org
2013-01-28
*
Switch debugger profiling stubs over to being guarded by SK_DEVELOPER
robertphillips@google.com
2013-01-17
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
revert 6766, thereby re-landing 6762-6763 now that the bots are ready
reed@google.com
2012-12-12
*
revert 6762-6763, since those require new skps to be generated, and we can't
reed@google.com
2012-12-12
*
make RRect and Oval first-class drawing primitives in SkCanvas.
reed@google.com
2012-12-12
*
When cloning picture, use a bitmap heap to avoid flattening bitmaps.
scroggo@google.com
2012-12-10
*
optimize for paints that don't require deep copy during clone
reed@google.com
2012-12-10
*
Make debugger profiling honor deleted commands
robertphillips@google.com
2012-12-07
*
mark bitmaps as immutable as we deserialize them into picture-playback
reed@google.com
2012-12-07
*
Added profiling stubs to SkPicturePlayback
robertphillips@google.com
2012-11-13
*
Add the ability to provide function pointers to SkPicture serialization
scroggo@google.com
2012-10-04
*
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
*
For a picture playback with nothing written, use an empty SkData.
scroggo@google.com
2012-09-14
*
Fix some nits from http://codereview.appspot.com/6506103/
rileya@google.com
2012-09-14
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-09-14
*
Add R-Tree record flag to SkPicture, plus some cleanup/fixes in associated cl...
rileya@google.com
2012-09-13
*
Record the initial matrix when we begin picture-playback, and concat with
reed@google.com
2012-09-05
*
Sanitizing source files in Skia_Nightly_House_Keeping
skia.committer@gmail.com
2012-08-30
*
Implement multi-threaded picture playback via cloning.
djsollen@google.com
2012-08-29
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
remove EdgeType enum. Unimportant distinction, and removing speeds up quickRe...
reed@google.com
2012-08-16
*
Refactor Bitmap Storage for SkPicture using SkPipe's design.
djsollen@google.com
2012-08-07
*
Update SkFlattenable buffers to be more modular.
djsollen@google.com
2012-08-07
*
Store more behavior of SkFlatDictionary in SkFlatController.
scroggo@google.com
2012-08-02
*
use SkTRefArray to share readonly data between pictures
reed@google.com
2012-07-23
*
use SkData to share between record and playback
reed@google.com
2012-07-21
*
Adding bracketing save/restore calls to SkPicture at record time and
junov@chromium.org
2012-07-16
*
Adding sanity checks on restore offsets in SkPicturePlayback::draw
junov@chromium.org
2012-07-09
*
export flags on the state of the world when a picture was serialized.
reed@google.com
2012-06-25
*
Expand header in serialized pictures
reed@google.com
2012-06-22
*
add PictInfo chunk to serialized pictures
reed@google.com
2012-06-22
*
Refactor dictionaries for use by entities other than just SkPicture
djsollen@google.com
2012-05-30
*
Remove unecessary virtual calls by having SkPicture use SkReader32 directly.
djsollen@google.com
2012-04-18
*
Decouple the SkFlattenable from SkReader32/SkWriter32.
djsollen@google.com
2012-04-12
*
Clean up more Visual Studio warnings, including apparent bug in Arithmetic mode.
tomhudson@google.com
2012-04-10
*
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
*
Update files to use SK_BUILD_FOR_ANDROID.
djsollen@google.com
2011-11-08
*
use templated skipT() for skipping structs within a reader
reed@google.com
2011-09-07
*
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
[prev]
[next]