aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
Commit message (Expand)AuthorAge
* Rename GrAccelData to SkLayerInfo and move it to src/coreGravatar robertphillips2014-11-12
* Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cppGravatar robertphillips2014-11-12
* Small refactoring of layer discovery codeGravatar robertphillips2014-11-10
* Enable distance field path rendering in Chrome.Gravatar jvanverth2014-11-04
* Upgrade GPUOptimizeGravatar robertphillips2014-10-30
* Adding an option to render only the shadow in SkDropShadowImageFilterGravatar sugoi2014-10-23
* Remove DEPRECATED_beginRecording().Gravatar mtklein2014-10-01
* Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDrawGravatar robertphillips2014-10-01
* Strip old backend recording down to essentialsGravatar mtklein2014-09-30
* Remove support for SkPicture::clone().Gravatar mtklein2014-09-30
* remove alphatype from colortableGravatar reed2014-09-29
* Update RecordReplaceDrawTest to generate and pass picturesGravatar robertphillips2014-09-29
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Switch Layer Hoisting over to SkRecord backendGravatar 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
* Reorganize Layer Hoisting codeGravatar robertphillips2014-09-02
* Try out scalar picture sizesGravatar robertphillips2014-08-29
* Switch GPU Optimization code to SkRecordGravatar robertphillips2014-08-27
* Convert BBH APIs to use SkRect.Gravatar mtklein2014-08-27
* SkTextBlob plumbingGravatar fmalita2014-08-26
* Our SkPicture::Analysis visitors should recurse into nested pictures.Gravatar mtklein2014-08-21
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* 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
* Expose API for whether an SkPicture contains textGravatar ajuma2014-08-18
* int SkPicture::approximateOpCount()Gravatar mtklein2014-08-14
* Remove SkPaintOptionsAndroidGravatar djsollen2014-08-14
* Revert of Remove SkPaintOptionsAndroid (patchset #5 of https://codereview.chr...Gravatar bsalomon2014-08-13
* Remove SkPaintOptionsAndroidGravatar djsollen2014-08-13
* Plumbing for using a BBH in SkRecordDraw.Gravatar mtklein2014-08-11
* Revert "Remove SkPaintOptionsAndroid"Gravatar Derek Sollenberger2014-08-06
* Remove SkPaintOptionsAndroidGravatar Derek Sollenberger2014-08-06
* Implement a persistent uniqueID-based cache for SkImageFilter.Gravatar senorblanco2014-07-30
* 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
* Use SkShader's localMat for SkLocalMatrixShader.Gravatar scroggo2014-07-11
* 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
* Split SkPictureReplacementPlayback out of SkPicturePlaybackGravatar robertphillips2014-07-10
* Back off from SkPicture API hardening a bitGravatar Robert Phillips2014-07-08
* Harden SkPicture interface a bitGravatar robertphillips2014-07-08
* 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