index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRecordDraw.h
Commit message (
Expand
)
Author
Age
*
SkRecord refactor: fill bounds array instead of BBH directly
mtklein
2015-10-24
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
unsigned -> int for counts and indices in picture-related code
mtklein
2015-08-19
*
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
*
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
*
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
*
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
*
option to return drawable from recording
reed
2014-11-24
*
wip for drawables
reed
2014-11-18
*
Rename GrAccelData to SkLayerInfo and move it to src/core
robertphillips
2014-11-12
*
Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp
robertphillips
2014-11-12
*
Add comments to SkRecordDraw to help people follow.
danakj
2014-11-03
*
Shrink saveLayer device bounds when it supplies an explicit bounds and has a ...
robertphillips
2014-11-03
*
Fix bug in layer hoisting transition to SkRecord backend
robertphillips
2014-09-16
*
SkRecordPartialDraw with less code duplication
mtklein
2014-09-02
*
Plumbing for using a BBH in SkRecordDraw.
mtklein
2014-08-11
*
SkRecord: Strip out cull-skipping and y-only drawPosTextH skipping.
mtklein
2014-08-08
*
Tick off some TODOs:
Mike Klein
2014-06-24
*
Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.
mtklein
2014-06-17