aboutsummaryrefslogtreecommitdiffstats
path: root/gm/alphagradients.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace a lot of 'static const' with 'constexpr' or 'const'.mtklein2016-09-011-1/+1
* use Make instead of Create to return a shared shaderreed2016-03-081-3/+2
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* Style Change: SkNEW->new; SkDELETE->deletehalcanary2015-08-261-1/+1
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-3/+3
* remove unused GM flagsmtklein2015-01-231-2/+0
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* Cleanup: More override fixes - another round.tfarina2015-01-051-1/+1
* Remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-221-2/+1
* Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-221-1/+2
* Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...commit-bot@chromium.org2014-05-211-2/+1
* Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-161-1/+2
* remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-161-2/+1
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-1/+1
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-05-251-3/+3
* Add flag to gradients to interpolate colors in premul space. Experimental API...reed@google.com2013-05-241-0/+82