index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
RecordReplaceDrawTest.cpp
Commit message (
Expand
)
Author
Age
*
return pictures as sk_sp
reed
2016-03-18
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patc...
bsalomon
2016-02-25
*
Move Budgeted enum out of SkSurface, use in GrTextureProvider
bsalomon
2016-02-25
*
Generate list of GPU contexts outside tests
kkinnunen
2015-12-01
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-09
*
Revert of Update Layer Hoisting to store its atlas texture in the resource ca...
robertphillips
2015-11-06
*
Update Layer Hoisting to store its atlas texture in the resource cache
robertphillips
2015-11-06
*
Update RecordReplaceDraw unit test
robertphillips
2015-11-04
*
Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it ...
reed
2015-11-03
*
Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going a...
reed
2015-11-03
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
This replaces the texture creation/caching functions on GrContext with a GrTe...
bsalomon
2015-04-30
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
One createTexture function, attempt to recycle scratch in createTexture.
bsalomon
2015-02-06
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-07
*
Revert of Rename SkDrawPictureCallback to SkPicture::AbortCallback (patchset ...
reed
2015-01-06
*
Rename SkDrawPictureCallback to SkPicture::AbortCallback
robertphillips
2015-01-06
*
Fix layer hoisting image filter corner cases
robertphillips
2014-12-16
*
Revert of Fix layer hoisting image filter corner cases (patchset #3 id:40001 ...
robertphillips
2014-12-16
*
Fix layer hoisting image filter corner cases
robertphillips
2014-12-16
*
update test after I added a clip call, making the count odd
reed
2014-12-11
*
Defer saves() until they're needed
reed
2014-12-11
*
Fix up RecordReplaceDrawTest memory leak.
mtklein
2014-12-04
*
Fuse GrReplacements and GrLayerCache
robertphillips
2014-12-03
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
Cut down SkBBH API more.
mtklein
2014-10-27
*
Override SkCanvas::drawImage() in SkRecorder.
piotaixr
2014-10-16
*
Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw
robertphillips
2014-10-01
*
Update RecordReplaceDrawTest to generate and pass pictures
robertphillips
2014-09-29
*
Copy layer-hoisting related SkPaints
robertphillips
2014-09-18
*
Fix two SkRecord-backed layer hoisting bugs
robertphillips
2014-09-08
*
Hide fields in SkImageInfo
reed
2014-09-03
*
Replace SkPictureReplacementPlayback with GrRecordReplaceDraw
robertphillips
2014-09-03