aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/core/SkPicture.h
Commit message (Expand)AuthorAge
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-06
* Remove last trace of SK_LEGACY_ENCODE_BITMAPGravatar scroggo2014-12-22
* remove dead SK_LEGACY_ENCODE_BITMAP flagGravatar reed2014-12-20
* Remove legacy Picture defines.Gravatar scroggo2014-12-19
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-11
* Adding an option for pixelated rendering in SkPictureImageFilterGravatar junov2014-12-09
* Revert of Replace EncodeBitmap with an interface. (patchset #12 id:210001 of ...Gravatar scroggo2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Revert of Replace EncodeBitmap with an interface. (patchset #11 id:190001 of ...Gravatar robertphillips2014-12-09
* Replace EncodeBitmap with an interface.Gravatar scroggo2014-12-09
* Change clear() to respect the clipGravatar reed2014-12-04
* Revert "Change clear() to respect the clip"Gravatar reed2014-12-02
* Adding a PictureResolution option to SkPictureImageFilterGravatar Justin Novosad2014-12-02
* Change clear() to respect the clipGravatar reed2014-12-02
* Bump min picture version.Gravatar mtklein2014-12-01
* option to return drawable from recordingGravatar reed2014-11-24
* Remove Picture deletion listeners.Gravatar mtklein2014-11-24
* use int instead of size_t to match skia conventionGravatar reed2014-11-23
* SkPicture::SnapshotArray doesn't really stand to benefit from refcounting.Gravatar mtklein2014-11-21
* public SkNVRefCnt<SnapshotArray>Gravatar mtklein2014-11-21
* SkData -> SkPicture::SnapshotArrayGravatar mtklein2014-11-21
* simplify uniqueID code in pictureGravatar reed2014-11-21
* Add SkNVRefCnt, prune down SkPicture's sizeGravatar mtklein2014-11-20
* Implement SkPicture::bytesUsed() for SkRecord backendGravatar tomhudson2014-11-19
* 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
* 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