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
*
Simple Build fix. Unreviewed.
junov@chromium.org
2013-01-22
*
Fixing invalid text clipping on SkPicture playback
junov@chromium.org
2013-01-22
*
Don't die when there are no fonts available.
bungeman@google.com
2013-01-17
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-12-13
*
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
*
don't convert clipPath -> clipRect if the path is inverse-filled
reed@google.com
2012-12-10
*
cache fontmetrics in picture-record
reed@google.com
2012-12-07
*
Handle recording a bitmap if copy fails.
scroggo@google.com
2012-12-04
*
remove legacy build-guards, now that webkit has rebaselined these.
reed@google.com
2012-11-26
*
Convert clipPaths to clipRects where possible in pictureRecord
robertphillips@google.com
2012-11-07
*
catch empty stack in restorefixup called by clipRect
reed@google.com
2012-10-02
*
reenable peephole optimization for save/clip/restore, with build flag
reed@google.com
2012-10-02
*
remove call to setBitmapDevice (deprecated).
reed@google.com
2012-09-27
*
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
*
speculative fix for crbug.com/147406 -- disabling save/clip/restore peephole
reed@google.com
2012-09-14
*
Address warnings from clang build bot
robertphillips@google.com
2012-09-13
*
Add SkBBoxRecord subclass that builds up a BBoxHierarchy and PictureStateTree.
rileya@google.com
2012-09-11
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-08-31
*
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
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
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
*
check a hashtable before using a bsearch
reed@google.com
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
*
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
[next]