index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrRecordReplaceDraw.cpp
Commit message (
Expand
)
Author
Age
*
Refactor to use GrWrapTextureInBitmap more
robertphillips
2016-01-14
*
Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going a...
reed
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
*
Revert of stop using drawSprite (at least w/ no filters) as it is going away ...
robertphillips
2015-11-03
*
stop using drawSprite (at least w/ no filters) as it is going away
reed
2015-11-02
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
flag to use const& instead of const* for src-rect
reed
2015-08-06
*
add src-rect-constraint to drawImageRect
reed
2015-07-14
*
Sketch splitting SkPicture into an interface and SkBigPicture.
mtklein
2015-05-19
*
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...
mtklein
2015-05-18
*
Sketch splitting SkPicture into an interface and SkBigPicture.
mtklein
2015-05-18
*
Revert of Sketch splitting SkPicture into an interface and SkBigPicture. (pat...
reed
2015-05-07
*
Sketch splitting SkPicture into an interface and SkBigPicture.
mtklein
2015-05-07
*
Switch to a more complete method of filtering hoisted layers
robertphillips
2015-01-14
*
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
*
Fuse GrReplacements and GrLayerCache
robertphillips
2014-12-03
*
Force SkMatrix type while recording too.
mtklein
2014-12-01
*
Use variable length key (rather than accumulated matrix) as save layer hoisti...
robertphillips
2014-12-01
*
option to return drawable from recording
reed
2014-11-24
*
Add support for hoisting layers in pictures drawn with a matrix
robertphillips
2014-11-24
*
wip for drawables
reed
2014-11-18
*
Add return value on GrRecordReplaceDraw
robertphillips
2014-10-30
*
BBHs: void* data -> unsigned data
mtklein
2014-10-02
*
Update GrRecordReplaceDraw to use SkTDynamicHash & add ReplaceDraw
robertphillips
2014-10-01
*
Update RecordReplaceDrawTest to generate and pass pictures
robertphillips
2014-09-29
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-24
*
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canv...
borenet
2014-09-24
*
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
piotaixr
2014-09-23
*
Copy layer-hoisting related SkPaints
robertphillips
2014-09-18
*
Fix two SkRecord-backed layer hoisting bugs
robertphillips
2014-09-08
*
Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of ht...
robertphillips
2014-09-08
*
Fix two SkRecord-backed layer hoisting bugs
robertphillips
2014-09-08
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Switch Layer Hoisting over to SkRecord backend
robertphillips
2014-09-04
*
Replace SkPictureReplacementPlayback with GrRecordReplaceDraw
robertphillips
2014-09-03