aboutsummaryrefslogtreecommitdiffhomepage
path: root/gm/aarectmodes.cpp
Commit message (Expand)AuthorAge
* Use SkBlendMode_Name rather than one-off tablesGravatar Brian Osman2017-03-15
* Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar reed2016-10-05
* Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-05
* Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-04
* Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paint...Gravatar Mike Reed2016-10-03
* Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""Gravatar Mike Reed2016-10-03
* Revert "replace SkXfermode obj with SkBlendMode enum in paints"Gravatar Mike Reed2016-10-03
* replace SkXfermode obj with SkBlendMode enum in paintsGravatar Mike Reed2016-10-03
* Replace a lot of 'static const' with 'constexpr' or 'const'.Gravatar mtklein2016-09-01
* switch xfermodes over to sk_spGravatar reed2016-03-29
* partial switch over to sp usage of shadersGravatar reed2016-03-09
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-05
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...Gravatar reed2015-08-04
* IWYU: 'core' target, files starting A-C.Gravatar bungeman2015-08-04
* make tests portable by using 565 compatible colorsGravatar caryclark2015-07-29
* Add matrix constructing helpers to SkMatrixGravatar robertphillips2015-03-26
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* remove unused GM flagsGravatar mtklein2015-01-23
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Cleanup: More override fixes - another round.Gravatar tfarina2015-01-05
* Cleanup: Get rid of make_isize() function from gm.h.Gravatar tfarina2014-06-09
* Turn on quilt mode in DM.Gravatar commit-bot@chromium.org2014-04-30
* Move SkShader::fLocalMatrix into SkShader constructor.Gravatar commit-bot@chromium.org2014-04-28
* add legacy/helper allocN32Pixels, and convert gm to use itGravatar reed@google.com2014-01-25
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* Enable gm/aarectmodes with pdf config. Does not crash in mac (nor windows) ac...Gravatar edisonn@google.com2012-10-19
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* fix warnings on Mac in gmGravatar caryclark@google.com2012-06-06
* Fix warningsGravatar bsalomon@google.com2011-11-23
* add test for bad scanconversion (disabled)Gravatar reed@google.com2011-11-14
* Import all GMs as Samples.Gravatar bsalomon@google.com2011-10-31
* Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,...Gravatar bsalomon@google.com2011-10-10