index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRecorder.cpp
Commit message (
Expand
)
Author
Age
*
Add option to skip rects to drawImageLattice()
msarett
2016-09-02
*
Add drawRegion() API to SkCanvas
msarett
2016-08-25
*
Made shadows blurry (thru implementing variance mapping)
vjiaoblack
2016-08-25
*
Plumb drawArc to SkDevice.
bsalomon
2016-08-19
*
Fast path translate() in SkCanvas and SkLiteDL.
mtklein
2016-08-19
*
Add onDrawBitmapLattice(), avoid unnecessary bitmap->image copy
msarett
2016-08-16
*
Add drawImageLattice() and drawBitmapLattice() APIs
msarett
2016-08-02
*
Replace old SkRecords RefBox with sk_sp.
mtklein
2016-08-01
*
turn bitmaps into images during recording
reed
2016-07-28
*
don't specialize drawBitmapRect for minirecorder; no longer called by blink
reed
2016-07-26
*
Creating framework for drawShadowedPicture
vjiaoblack
2016-07-21
*
Revert of Creating framework for drawShadowedPicture (patchset #14 id:260001 ...
vjiaoblack
2016-07-21
*
Creating framework for drawShadowedPicture
vjiaoblack
2016-07-21
*
Added the framework for having canvas/recorder/picture record depth_set's.
vjiaoblack
2016-07-13
*
Revert "Added the framework for having canvas/recorder/picture record depth_s...
mtklein
2016-07-13
*
Added the framework for having canvas/recorder/picture record depth_set's.
vjiaoblack
2016-07-13
*
Revert "Added the framework for having canvas/recorder/picture record depth_s...
mtklein
2016-07-12
*
Added the framework for having canvas/recorder/picture record depth_set's.
vjiaoblack
2016-07-12
*
drawTextRSXform
reed
2016-07-07
*
switch surface to sk_sp
reed
2016-03-23
*
detach -> release
mtklein
2016-03-16
*
Move annotations to canvas virtual (patchset #8 id:140001 of https://coderevi...
reed
2016-03-04
*
Revert of move annotations to canvas virtual (patchset #8 id:140001 of https:...
reed
2016-03-03
*
move annotations to canvas virtual
reed
2016-03-03
*
Revert[2] of "add backdrop option to SaveLayerRec"
reed
2016-01-07
*
Revert of add backdrop option to SaveLayerRec (patchset #14 id:260001 of http...
reed
2016-01-07
*
add backdrop option to SaveLayerRec
reed
2016-01-07
*
change signature for virtual related to saveLayer, passing SaveLayerRec
reed
2015-12-18
*
Reland of move drawSprite from canvas (patchset #1 id:1 of https://codereview...
reed
2015-12-16
*
Revert of remove drawSprite from canvas (patchset #4 id:60001 of https://code...
reed
2015-12-16
*
remove drawSprite from canvas
reed
2015-12-16
*
Record concat as Concat.
mtklein
2015-11-19
*
Respect SkPictureRecorder::kPlaybackDrawPicture_RecordFlag for SkDrawables
djsollen
2015-11-17
*
simplify code in SkRecords.h
mtklein
2015-09-28
*
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
*
remove all guards for changes to drawBitmapRect / drawImageRect
reed
2015-07-28
*
add src-rect-constraint to drawImageRect
reed
2015-07-14
*
add matrix options to drawDrawable
reed
2015-07-07
*
add SkImage::NewFromBitmap
reed
2015-07-07
*
Add support for drawBitmapRect() to SkMiniRecorder.
mtklein
2015-07-01
*
Thread through a flag to force SkPicture::playback() when recording subpictures.
mtklein
2015-07-01
*
Pass arguments to SkRecords structs by const&.
mtklein
2015-06-30
*
add drawImageNine
reed
2015-06-25
*
add SkCanvas::drawAtlas
reed
2015-06-24
*
Remove the SkCanvas comment API
fmalita
2015-06-15
*
More efficient SkRecorder::flushMiniRecorder()
mtklein
2015-05-20
*
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
[next]