index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
patch.cpp
Commit message (
Expand
)
Author
Age
*
remove xfermode from public api
Mike Reed
2016-10-28
*
Fix lazy coding in ViaSingletonPictures.
mtklein
2016-04-06
*
switch xfermodes over to sk_sp
reed
2016-03-29
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...
reed
2016-03-13
*
Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...
reed
2016-03-13
*
more shader-->sp conversions
reed
2016-03-13
*
GM: replace boilerplate with macros
halcanary
2015-09-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Style Change: SkNEW->new; SkDELETE->delete
halcanary
2015-08-26
*
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
mtklein
2015-03-25
*
remove unused GM flags
mtklein
2015-01-23
*
Fix up all the easy virtual ... SK_OVERRIDE cases.
mtklein
2015-01-09
*
Proposal for the mesh gradient interface. Implemented as a grid of
dandov
2014-08-12
*
SkCanvas::drawPatch param SkPoint[12]
dandov
2014-08-12
*
Stopped skipping tests in dm of SkPatch by implementing the
dandov
2014-08-07
*
SkCanvas interface for drawing a patch.
dandov
2014-08-04
*
Added classes SkPatch and SkPatchMesh which help encapsulate and generalize t...
dandov
2014-07-25