index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
beziers.cpp
Commit message (
Expand
)
Author
Age
*
chmod -x *.cpp *.h
Hal Canary
2016-10-27
*
beziers: I missed an unsequenced moveTo() pair.
mtklein
2016-09-26
*
These calls to SkRandom are not sequenced.
mtklein
2016-09-26
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
Use DEF_GM everywhere
scroggo
2015-12-10
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-05
*
Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...
reed
2015-08-04
*
IWYU: 'core' target, files starting A-C.
bungeman
2015-08-04
*
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
*
Cleanup: More override fixes - another round.
tfarina
2015-01-05
*
There can be only one (SkRandom)!
scroggo
2014-12-15
*
Turn SkCanvasStateUtils into a class with static functions.
tfarina
2014-10-10
*
Draw more accurate thick-stroked Beziers (disabled)
caryclark
2014-10-09