index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gm
/
aarectmodes.cpp
Commit message (
Expand
)
Author
Age
*
Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"
reed
2016-10-05
*
Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-05
*
Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-04
*
Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...
Mike Reed
2016-10-03
*
Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""
Mike Reed
2016-10-03
*
Revert "replace SkXfermode obj with SkBlendMode enum in paints"
Mike Reed
2016-10-03
*
replace SkXfermode obj with SkBlendMode enum in paints
Mike Reed
2016-10-03
*
Replace a lot of 'static const' with 'constexpr' or 'const'.
mtklein
2016-09-01
*
switch xfermodes over to sk_sp
reed
2016-03-29
*
partial switch over to sp usage of shaders
reed
2016-03-09
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
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
*
make tests portable by using 565 compatible colors
caryclark
2015-07-29
*
Add matrix constructing helpers to SkMatrix
robertphillips
2015-03-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
*
Cleanup: More override fixes - another round.
tfarina
2015-01-05
*
Cleanup: Get rid of make_isize() function from gm.h.
tfarina
2014-06-09
*
Turn on quilt mode in DM.
commit-bot@chromium.org
2014-04-30
*
Move SkShader::fLocalMatrix into SkShader constructor.
commit-bot@chromium.org
2014-04-28
*
add legacy/helper allocN32Pixels, and convert gm to use it
reed@google.com
2014-01-25
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Enable gm/aarectmodes with pdf config. Does not crash in mac (nor windows) ac...
edisonn@google.com
2012-10-19
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
fix warnings on Mac in gm
caryclark@google.com
2012-06-06
*
Fix warnings
bsalomon@google.com
2011-11-23
*
add test for bad scanconversion (disabled)
reed@google.com
2011-11-14
*
Import all GMs as Samples.
bsalomon@google.com
2011-10-31
*
Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...
bsalomon@google.com
2011-10-10