aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/RecordReplaceDrawTest.cpp
Commit message (Expand)AuthorAge
* Make more unit tests run on VulkanGravatar bsalomon2016-04-12
* Make existing unit tests only run on GL contextsGravatar bsalomon2016-04-06
* One signature for creating unit tests that run on premade GrContextsGravatar bsalomon2016-04-05
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* return pictures as sk_spGravatar reed2016-03-18
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...Gravatar bsalomon2016-02-25
* Move Budgeted enum out of SkSurface, use in GrTextureProviderGravatar bsalomon2016-02-25
* Generate list of GPU contexts outside testsGravatar kkinnunen2015-12-01
* Update Layer Hoisting to store its atlas texture in the resource cacheGravatar robertphillips2015-11-09
* Revert of Update Layer Hoisting to store its atlas texture in the resource ca...Gravatar robertphillips2015-11-06
* Update Layer Hoisting to store its atlas texture in the resource cacheGravatar robertphillips2015-11-06
* Update RecordReplaceDraw unit testGravatar robertphillips2015-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
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* unsigned -> int for counts and indices in picture-related codeGravatar mtklein2015-08-19
* This replaces the texture creation/caching functions on GrContext with a GrTe...Gravatar bsalomon2015-04-30
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* One createTexture function, attempt to recycle scratch in createTexture.Gravatar bsalomon2015-02-06
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* 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
* update test after I added a clip call, making the count oddGravatar reed2014-12-11
* Defer saves() until they're neededGravatar reed2014-12-11
* Fix up RecordReplaceDrawTest memory leak.Gravatar mtklein2014-12-04
* Fuse GrReplacements and GrLayerCacheGravatar robertphillips2014-12-03
* Use variable length key (rather than accumulated matrix) as save layer hoisti...Gravatar robertphillips2014-12-01
* Cut down SkBBH API more.Gravatar mtklein2014-10-27
* Override SkCanvas::drawImage() in SkRecorder.Gravatar piotaixr2014-10-16
* Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDrawGravatar robertphillips2014-10-01
* Update RecordReplaceDrawTest to generate and pass picturesGravatar robertphillips2014-09-29
* Copy layer-hoisting related SkPaintsGravatar robertphillips2014-09-18
* Fix two SkRecord-backed layer hoisting bugsGravatar robertphillips2014-09-08
* Hide fields in SkImageInfoGravatar reed2014-09-03
* Replace SkPictureReplacementPlayback with GrRecordReplaceDrawGravatar robertphillips2014-09-03