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 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
*
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
*
O(1) SkPictureUtils::ApproxBytesUsed()
mtklein
2015-04-21
*
SkCanvas::resetForNextPicture()
mtklein
2015-04-08
*
Revert of SkCanvas::resetForNextPicture() (patchset #4 id:60001 of https://co...
mtklein
2015-04-07
*
SkCanvas::resetForNextPicture()
mtklein
2015-04-07
*
Rename SkCanvasDrawable to SkDrawable, and make public
reed
2015-02-06
*
Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2...
reed
2015-02-06
*
rename SkCanvasDrawable to SkDrawable, and make public
reed
2015-02-06
*
Revert of Revert of move remaining virtual draw methods to onDraw (patchset #...
reed
2015-01-05
*
Revert of move remaining virtual draw methods to onDraw (patchset #5 id:80001...
reed
2015-01-05
*
move remaining virtual draw methods to onDraw
reed
2015-01-04
*
remove unused drawData
reed
2015-01-02
*
Remove SkCanvas::isDrawingToLayer
junov
2014-12-15
*
Cull pushCull and popCull from Skia.
mtklein
2014-12-12
*
Remove SkCanvas::drawBitmapMatrix()
Florin Malita
2014-12-10
*
Change clear() to respect the clip
reed
2014-12-04
*
Revert "Change clear() to respect the clip"
reed
2014-12-02
*
Change clear() to respect the clip
reed
2014-12-02
*
Force SkMatrix type while recording too.
mtklein
2014-12-01
*
Force path bounds in recording.
mtklein
2014-12-01
*
option to return drawable from recording
reed
2014-11-24
*
SkData -> SkPicture::SnapshotArray
mtklein
2014-11-21
*
All the small packing tweaks mentioned in the bug.
mtklein
2014-11-21
*
Add SkNVRefCnt, prune down SkPicture's size
mtklein
2014-11-20
*
SkRecord: Pack SkRegion::Op and AA bit together.
mtklein
2014-11-20
*
Allow pictures to have a full bounds
reed
2014-11-19
*
Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https...
reed
2014-11-19
*
allow pictures to have a full bounds
reed
2014-11-19
*
wip for drawables
reed
2014-11-18
*
Override SkCanvas::drawImage() in SkRecorder.
piotaixr
2014-10-16
*
Revert of Revert of allow canvas to force conservative clips (for speed) (pat...
reed
2014-09-09
*
Revert of allow canvas to force conservative clips (for speed) (patchset #7 i...
reed
2014-09-09
*
Allow SkCanvas to be initialized to force conservative rasterclips. This has ...
reed
2014-09-09
*
Implement all SkCanvas overrides that SkPictureRecord does.
mtklein
2014-09-04
*
Support comment groups in SkRecord.
mtklein
2014-08-22
*
SkTextBlob
fmalita
2014-08-21
*
Dump out more information if this assert fails.
mtklein
2014-08-20
*
Dump out more information if this assert fails.
mtklein
2014-08-20
*
Record concat as setMatrix.
mtklein
2014-08-19
*
SkRecordDraw: incorporate clip into BBH
mtklein
2014-08-15
*
Start tracking the CTM while filling the BBH in SkRecordDraw.
mtklein
2014-08-13
*
SkCanvas::drawPatch param SkPoint[12]
dandov
2014-08-12
*
add drawPicture variant that takes a matrix and paint
reed
2014-08-09
[next]