aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/SkPicture.cpp
Commit message (Expand)AuthorAge
...
* 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
* Linear-time implementation of willPlaybackBitmaps(), computed & cachedGravatar tomhudson2014-07-05
* Rename SkPicturePlayback to SkPictureDataGravatar robertphillips2014-07-01
* Deprecate SkPicture::clone().Gravatar mtklein2014-06-27
* Support serialization in SkRecord-backed SkPictures.Gravatar mtklein2014-06-24
* Prune some dead code from SkPicture.cpp.Gravatar mtklein2014-06-24
* Tick off some TODOs:Gravatar Mike Klein2014-06-24
* No one uses SkPicture::swap.Gravatar Mike Klein2014-06-23
* Enable basic drawing with SkRecord-based pictures.Gravatar Mike Klein2014-06-23
* Remove SkPicture pointer from SkPicturePlaybackGravatar robertphillips2014-06-12
* Remove picture pre-allocation from SkPictureRecorderGravatar robertphillips2014-06-11
* Fix error revealed by Android unit testGravatar robertphillips2014-06-10
* Remove unused 'deepCopy' parameterGravatar robertphillips2014-06-10
* First pass at splitting out SkPictureRecord from SkPictureGravatar robertphillips2014-06-08
* Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer)Gravatar robertphillips2014-06-04
* Remove legacy picture recordingGravatar robertphillips2014-06-03