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
...
*
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
*
Move the code over using the same template type approach previously used for ...
tomhudson
2014-08-20
*
Revert "Move the code over using the same template type approach previously u...
Mike Klein
2014-08-18
*
Move the code over using the same template type approach previously used for ...
tomhudson
2014-08-18
*
Counterproposal for skirting the BBH when the query fully contains the picture.
mtklein
2014-08-18
*
Expose API for whether an SkPicture contains text
ajuma
2014-08-18
*
int SkPicture::approximateOpCount()
mtklein
2014-08-14
*
Cleaning up SkPicture-related classes
robertphillips
2014-08-11
*
Plumbing for using a BBH in SkRecordDraw.
mtklein
2014-08-11
*
SkPicture: try to no-op away clone().
mtklein
2014-08-06
*
Add auto purging for SkPicture-related Ganesh resources (esp. layers)
robertphillips
2014-07-22
*
Remove Skia's use of the default SkPicture constructor and multi-clone
Robert Phillips
2014-07-13
*
Remove SkPicture copy constructor
robertphillips
2014-07-13
*
Revert of Add alternate SkPicture::clone (https://codereview.chromium.org/381...
robertphillips
2014-07-11
*
Add alternate SkPicture::clone
robertphillips
2014-07-10
*
Cleanup SkPicture* classes a bit
robertphillips
2014-07-10
*
Clean up a bit after SkPictureData/SkPicturePlayback split
robertphillips
2014-07-08
*
Split SkPicturePlayback out of SkPictureData
robertphillips
2014-07-07
*
Linear-time implementation of willPlaybackBitmaps(), computed & cached
tomhudson
2014-07-05
*
Rename SkPicturePlayback to SkPictureData
robertphillips
2014-07-01
*
Deprecate SkPicture::clone().
mtklein
2014-06-27
*
Support serialization in SkRecord-backed SkPictures.
mtklein
2014-06-24
*
Prune some dead code from SkPicture.cpp.
mtklein
2014-06-24
*
Tick off some TODOs:
Mike Klein
2014-06-24
*
No one uses SkPicture::swap.
Mike Klein
2014-06-23
*
Enable basic drawing with SkRecord-based pictures.
Mike Klein
2014-06-23
*
Remove SkPicture pointer from SkPicturePlayback
robertphillips
2014-06-12
*
Remove picture pre-allocation from SkPictureRecorder
robertphillips
2014-06-11
[prev]
[next]