aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPicture.cpp
Commit message (Expand)AuthorAge
...
* SkPicture::SnapshotArray doesn't really stand to benefit from refcounting.Gravatar mtklein2014-11-21
* SkData -> SkPicture::SnapshotArrayGravatar mtklein2014-11-21
* simplify uniqueID code in pictureGravatar reed2014-11-21
* Allow pictures to have a full boundsGravatar reed2014-11-19
* Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...Gravatar reed2014-11-19
* allow pictures to have a full boundsGravatar reed2014-11-19
* wip for drawablesGravatar reed2014-11-18
* More SkPicture cleanupGravatar mtklein2014-11-17
* Change where layer hoisting data is gatheredGravatar robertphillips2014-11-11
* Enable distance field path rendering in Chrome.Gravatar jvanverth2014-11-04
* Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...Gravatar robertphillips2014-11-03
* Remove DEPRECATED_beginRecording().Gravatar mtklein2014-10-01
* Strip old backend recording down to essentialsGravatar mtklein2014-09-30
* Clean up SK_PICTURE_USE_SK_RECORD and SK_PICTURE_OPTIMIZE_SK_RECORD.Gravatar mtklein2014-09-30
* Remove support for SkPicture::clone().Gravatar mtklein2014-09-30
* SkPicture::PathCounter is O(N^2) for pictures nested N deep. Fix that.Gravatar mtklein2014-09-15
* Add flag to call SkRecordOptimize on new pictures.Gravatar mtklein2014-09-15
* Delay any SkRecordOptimize until after SkRecord has stuck.Gravatar mtklein2014-09-10
* Turn on the save-layer optimization.Gravatar mtklein2014-09-08
* Turn on all pixel-perfect SkRecord optimizations.Gravatar mtklein2014-09-08
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Remove use of EXPERIMENTAL_getActiveOps from layer hoisting codeGravatar robertphillips2014-09-03
* Remove legacy (and also broken) SkPicture constructor.Gravatar djsollen2014-09-02
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* Revert of Revert back to SkPictureData pictures. Huge perf regression. (patc...Gravatar mtklein2014-08-21
* Install a hook to swap between SkPicture backends with a single define.Gravatar mtklein2014-08-21
* Our SkPicture::Analysis visitors should recurse into nested pictures.Gravatar mtklein2014-08-21
* Revert back to SkPictureData pictures. Huge perf regression.Gravatar mtklein2014-08-20
* Always read .skp files and other serialized pictures into SkRecord.Gravatar mtklein2014-08-20
* Always read .skp files and other serialized pictures into SkRecord.Gravatar mtklein2014-08-20
* Implement SkPicture::hasText() for SkRecord backend.Gravatar mtklein2014-08-20
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-20
* Revert "Move the code over using the same template type approach previously u...Gravatar Mike Klein2014-08-18
* Move the code over using the same template type approach previously used for ...Gravatar tomhudson2014-08-18
* Counterproposal for skirting the BBH when the query fully contains the picture.Gravatar mtklein2014-08-18
* Expose API for whether an SkPicture contains textGravatar ajuma2014-08-18
* int SkPicture::approximateOpCount()Gravatar mtklein2014-08-14
* Cleaning up SkPicture-related classesGravatar robertphillips2014-08-11
* Plumbing for using a BBH in SkRecordDraw.Gravatar mtklein2014-08-11
* SkPicture: try to no-op away clone().Gravatar mtklein2014-08-06
* Add auto purging for SkPicture-related Ganesh resources (esp. layers)Gravatar robertphillips2014-07-22
* Remove Skia's use of the default SkPicture constructor and multi-cloneGravatar Robert Phillips2014-07-13
* Remove SkPicture copy constructorGravatar robertphillips2014-07-13
* Revert of Add alternate SkPicture::clone (https://codereview.chromium.org/381...Gravatar robertphillips2014-07-11
* Add alternate SkPicture::cloneGravatar robertphillips2014-07-10
* Cleanup SkPicture* classes a bitGravatar robertphillips2014-07-10
* Clean up a bit after SkPictureData/SkPicturePlayback splitGravatar robertphillips2014-07-08
* Split SkPicturePlayback out of SkPictureDataGravatar robertphillips2014-07-07