index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
core
/
SkRecords.h
Commit message (
Expand
)
Author
Age
*
Implement a fast path for solid color lattice rectangle
Stan Iliev
2017-12-11
*
Record SkCanvas::flush().
Mike Klein
2017-08-14
*
Compute correct bounds for DrawShadowRec.
Jim Van Verth
2017-07-31
*
SkPath -> PreCachedPath
Mike Klein
2017-05-18
*
move shadows to device virtual
Mike Reed
2017-05-17
*
move files out of private, and fix up callers to IWYU
Mike Reed
2017-05-16
*
Move the last headers. Cross your fingers.
mtklein
2015-07-29
*
Move non-trivial constructors out-of-line.
mtklein
2015-07-29
*
Revert "Move headers with no dependencies."
Mike Klein
2015-07-29
*
Move headers with no dependencies.
mtklein
2015-07-29
*
Revert "Move the rest of src headers used by include to include/private."
Mike Klein
2015-07-28
*
Move the rest of src headers used by include to include/private.
mtklein
2015-07-28
*
add src-rect-constraint to drawImageRect
reed
2015-07-14
*
add matrix options to drawDrawable
reed
2015-07-07
*
Add support for drawBitmapRect() to SkMiniRecorder.
mtklein
2015-07-01
*
Revert "Move headers used by headers in include/ to include/private."
Mike Klein
2015-07-01
*
Move headers used by headers in include/ to include/private.
mtklein
2015-07-01
*
Revert "Move headers used by headers in include/ to include/private."
jvanverth
2015-07-01
*
Move headers used by headers in include/ to include/private.
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
*
Disable direction pre-caching to suss out TSAN failures.
mtklein
2015-06-15
*
SkPath::Direction serves two masters:
reed
2015-06-10
*
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
*
Pre-cache fDirection and fConvexity for recorded SkPaths too.
mtklein
2015-01-20
*
Clean up dead clear() code in SkRecord.
mtklein
2015-01-05
*
remove unused drawData
reed
2015-01-02
*
Cull pushCull and popCull from Skia.
mtklein
2014-12-12
*
Enforce thread-safety of bitmaps in pictures via the type.
mtklein
2014-12-11
*
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
*
All the small packing tweaks mentioned in the bug.
mtklein
2014-11-21
*
SkRecord: Pack SkRegion::Op and AA bit together.
mtklein
2014-11-20
*
wip for drawables
reed
2014-11-18
*
Override SkCanvas::drawImage() in SkRecorder.
piotaixr
2014-10-16
*
Simplify a little in SkRecords.h:
mtklein
2014-09-18
*
Implement all SkCanvas overrides that SkPictureRecord does.
mtklein
2014-09-04
*
Can't hurt to make this SkNoncopyable.
mtklein
2014-08-27
[next]