index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkPicture.cpp
Commit message (
Expand
)
Author
Age
*
Alter gpu veto
robertphillips
2015-01-26
*
Revert of Alter gpu veto (patchset #1 id:1 of https://codereview.chromium.org...
robertphillips
2015-01-26
*
Alter gpu veto
robertphillips
2015-01-26
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-07
*
Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...
reed
2015-01-06
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-06
*
remove dead SK_LEGACY_ENCODE_BITMAP flag
reed
2014-12-20
*
fix SK_LEGACY_ENCODE_BITMAP missing cast
reed
2014-12-19
*
add const to encodePixels pixel parameter
reed
2014-12-19
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-11
*
Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...
scroggo
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...
robertphillips
2014-12-09
*
Replace EncodeBitmap with an interface.
scroggo
2014-12-09
*
Bump min picture version.
mtklein
2014-12-01
*
option to return drawable from recording
reed
2014-11-24
*
Remove Picture deletion listeners.
mtklein
2014-11-24
*
SkPicture::SnapshotArray doesn't really stand to benefit from refcounting.
mtklein
2014-11-21
*
SkData -> SkPicture::SnapshotArray
mtklein
2014-11-21
*
simplify uniqueID code in picture
reed
2014-11-21
*
Allow pictures to have a full bounds
reed
2014-11-19
*
Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...
reed
2014-11-19
*
allow pictures to have a full bounds
reed
2014-11-19
*
wip for drawables
reed
2014-11-18
*
More SkPicture cleanup
mtklein
2014-11-17
*
Change where layer hoisting data is gathered
robertphillips
2014-11-11
*
Enable distance field path rendering in Chrome.
jvanverth
2014-11-04
*
Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...
robertphillips
2014-11-03
*
Remove DEPRECATED_beginRecording().
mtklein
2014-10-01
*
Strip old backend recording down to essentials
mtklein
2014-09-30
*
Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD.
mtklein
2014-09-30
*
Remove support for SkPicture::clone().
mtklein
2014-09-30
*
SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that.
mtklein
2014-09-15
*
Add flag to call SkRecordOptimize on new pictures.
mtklein
2014-09-15
*
Delay any SkRecordOptimize until after SkRecord has stuck.
mtklein
2014-09-10
*
Turn on the save-layer optimization.
mtklein
2014-09-08
*
Turn on all pixel-perfect SkRecord optimizations.
mtklein
2014-09-08
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Change SkPicture::draw to playback
robertphillips
2014-09-04
*
Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code
robertphillips
2014-09-03
*
Remove legacy (and also broken) SkPicture constructor.
djsollen
2014-09-02
*
Try out scalar picture sizes
robertphillips
2014-08-29
*
Convert BBH APIs to use SkRect.
mtklein
2014-08-27
*
Revert of Revert back to SkPictureData pictures. Huge perf regression. (patc...
mtklein
2014-08-21
*
Install a hook to swap between SkPicture backends with a single define.
mtklein
2014-08-21
*
Our SkPicture::Analysis visitors should recurse into nested pictures.
mtklein
2014-08-21
*
Revert back to SkPictureData pictures. Huge perf regression.
mtklein
2014-08-20
*
Always read .skp files and other serialized pictures into SkRecord.
mtklein
2014-08-20
*
Always read .skp files and other serialized pictures into SkRecord.
mtklein
2014-08-20
*
Implement SkPicture::hasText() for SkRecord backend.
mtklein
2014-08-20
[next]