index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tools
/
debugger
/
SkDebugCanvas.h
Commit message (
Expand
)
Author
Age
*
Solidify Model/View split
Robert Phillips
2017-09-06
*
Remove translateZ and lights from SkCanvas
Jim Van Verth
2017-05-02
*
Remove EXPERIMENTAL_SHADOWING, Part 1
Jim Van Verth
2017-05-02
*
Mark overridden destructors with 'override' and remove 'virtual'
Brian Salomon
2017-03-22
*
remove legacy virtual for vertices, only support object form
Mike Reed
2017-03-17
*
Revert[2] "More SkVertices implementation work""
Mike Reed
2017-03-17
*
Revert "More SkVertices implementation work"
Mike Reed
2017-03-17
*
More SkVertices implementation work
Mike Reed
2017-03-17
*
Add refcnt'ed immutable vertices class for SkCanvas::drawVertices.
Brian Salomon
2017-02-06
*
rename virtuals for clipbounds, and deprecate older bool/var-arg pattern
Mike Reed
2017-01-23
*
Add support for drawImageLattice in SKIA debugger
Stan Iliev
2017-01-12
*
Rename batch->op in skiaserve
Brian Salomon
2016-12-20
*
Revert[2] "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
Revert "remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS"
Mike Reed
2016-12-09
*
remove SK_SUPPORT_LEGACY_CLIP_REGIONOPS
Mike Reed
2016-12-08
*
remove unused code around SK_SUPPORT_LEGACY_XFERMODE_PARAM
Mike Reed
2016-11-03
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Re-enable overdraw mode in debugger.
Ben Wagner
2016-10-17
*
GN: windows compiles locally.
Mike Klein
2016-10-11
*
abstract name of clipping ops, to transtion to a more restricted set
reed
2016-09-20
*
Made shadows blurry (thru implementing variance mapping)
vjiaoblack
2016-08-25
*
Plumb drawArc to SkDevice.
bsalomon
2016-08-19
*
Creating framework for drawShadowedPicture
vjiaoblack
2016-07-22
*
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
*
add annotations to debugger
reed
2016-06-28
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Fix some bugs and performance issues with skiaserve
joshualitt
2016-03-10
*
add /img/n/m endpoint to skiaserve
joshualitt
2016-03-02
*
fix minor bug drawing batch bounds by default
joshualitt
2016-02-29
*
Render batch bounds as stroke rects
joshualitt
2016-02-29
*
Add batch information to json
joshualitt
2016-02-17
*
added clip visualization to skiaserve
ethannicholas
2016-02-12
*
fixed off-by-one error in skiaserve /cmd
ethannicholas
2016-02-11
*
wire up new json code in skiaserve
joshualitt
2016-02-11
*
added SkDebugCanvas::toJSON
ethannicholas
2016-02-10
*
moved debugger support files from src/utils/debugger to tools/debugger
ethannicholas
2016-02-09