aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrRecordReplaceDraw.cpp
Commit message (Expand)AuthorAge
* SkRecord: infer return type for visit() and mutate().Gravatar mtklein2016-03-22
* Refactor to use GrWrapTextureInBitmap moreGravatar robertphillips2016-01-14
* Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going a...Gravatar reed2015-11-04
* Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it ...Gravatar reed2015-11-03
* Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going a...Gravatar reed2015-11-03
* Revert of stop using drawSprite (at least w/ no filters) as it is going away ...Gravatar robertphillips2015-11-03
* stop using drawSprite (at least w/ no filters) as it is going awayGravatar reed2015-11-02
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* Style Change: SkNEW->new; SkDELETE->deleteGravatar halcanary2015-08-26
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* flag to use const& instead of const* for src-rectGravatar reed2015-08-06
* add src-rect-constraint to drawImageRectGravatar reed2015-07-14
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-19
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar mtklein2015-05-18
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-18
* Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...Gravatar reed2015-05-07
* Sketch splitting SkPicture into an interface and SkBigPicture.Gravatar mtklein2015-05-07
* Switch to a more complete method of filtering hoisted layersGravatar robertphillips2015-01-14
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-07
* Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...Gravatar reed2015-01-06
* Rename SkDrawPictureCallback to SkPicture::AbortCallbackGravatar robertphillips2015-01-06
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 ...Gravatar robertphillips2014-12-16
* Fix layer hoisting image filter corner casesGravatar robertphillips2014-12-16
* Fuse GrReplacements and GrLayerCacheGravatar robertphillips2014-12-03
* Force SkMatrix type while recording too.Gravatar mtklein2014-12-01
* Use variable length key (rather than accumulated matrix) as save layer hoisti...Gravatar robertphillips2014-12-01
* option to return drawable from recordingGravatar reed2014-11-24
* Add support for hoisting layers in pictures drawn with a matrixGravatar robertphillips2014-11-24
* wip for drawablesGravatar reed2014-11-18
* Add return value on GrRecordReplaceDrawGravatar robertphillips2014-10-30
* BBHs: void* data -> unsigned dataGravatar mtklein2014-10-02
* Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDrawGravatar robertphillips2014-10-01
* Update RecordReplaceDrawTest to generate and pass picturesGravatar robertphillips2014-09-29
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-24
* Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...Gravatar borenet2014-09-24
* SkCanvas::drawImage is the new way for drawing a SkImage to a CanvasGravatar piotaixr2014-09-23
* Copy layer-hoisting related SkPaintsGravatar robertphillips2014-09-18
* Fix two SkRecord-backed layer hoisting bugsGravatar robertphillips2014-09-08
* Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of ht...Gravatar robertphillips2014-09-08
* Fix two SkRecord-backed layer hoisting bugsGravatar robertphillips2014-09-08
* "NULL !=" = NULLGravatar bsalomon2014-09-05
* Switch Layer Hoisting over to SkRecord backendGravatar robertphillips2014-09-04
* Replace SkPictureReplacementPlayback with GrRecordReplaceDrawGravatar robertphillips2014-09-03