aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleAll.cpp
Commit message (Expand)AuthorAge
...
* change all factories to return their base-classGravatar reed2015-12-20
* Revert[4] of "stop using drawSprite (at least w/ no filters) as it is going a...Gravatar reed2015-11-04
* Revert of Revert[2] of "stop using drawSprite (at least w/ no filters) as it ...Gravatar reed2015-11-03
* Revert[2] of "stop using drawSprite (at least w/ no filters) as it is going a...Gravatar reed2015-11-03
* Revert of stop using drawSprite (at least w/ no filters) as it is going away ...Gravatar robertphillips2015-11-03
* stop using drawSprite (at least w/ no filters) as it is going awayGravatar reed2015-11-02
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* delete (unused) TransparentShaderGravatar reed2015-06-05
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* Reland "remove unused SkAvoidXfermode"Gravatar scroggo2015-01-30
* Revert of remove unused SkAvoidXfermode (patchset #2 id:20001 of https://code...Gravatar scroggo2015-01-20
* remove unused SkAvoidXfermodeGravatar reed2015-01-18
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Revert of Remove SK_SUPPORT_LEGACY_DEEPFLATTENING. (patchset #1 id:1 of https...Gravatar mtklein2014-12-01
* Remove SK_SUPPORT_LEGACY_DEEPFLATTENING.Gravatar mtklein2014-12-01
* Change SkPicture::draw to playbackGravatar robertphillips2014-09-04
* Simplify flattening to just write enough to call the factory/public-construct...Gravatar reed2014-08-21
* Remove unused (by clients) SkUnitMapperGravatar commit-bot@chromium.org2014-05-22
* Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...Gravatar commit-bot@chromium.org2014-05-22
* Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...Gravatar commit-bot@chromium.org2014-05-21
* Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...Gravatar commit-bot@chromium.org2014-05-16
* remove unused (by clients) SkUnitMapperGravatar commit-bot@chromium.org2014-05-16
* remove code behind SK_SUPPORT_LEGACY_PROCXFERMODEGravatar reed@google.com2014-05-01
* move common blur types into central headerGravatar commit-bot@chromium.org2014-04-28
* Staging for cleanup of SkPicture-related headersGravatar robertphillips@google.com2014-04-18
* Staged removal of SkPicture-derived classesGravatar commit-bot@chromium.org2014-04-17
* split SkPictureRecorder out of SkPictureGravatar robertphillips@google.com2014-04-13
* Builder class for SkLayerRasterizer.Gravatar commit-bot@chromium.org2014-02-26
* Factory methods for heap-allocated SkMaskFilter objects.Gravatar commit-bot@chromium.org2014-02-21
* Factory methods for heap-allocated SkPathEffect and SkXfermode objects.Gravatar commit-bot@chromium.org2014-02-20
* Refactor read and write buffers.Gravatar commit-bot@chromium.org2014-01-30
* fix more 64bit warningsGravatar reed@google.com2014-01-27
* deprecate SkScalarRound (and its ilk), use SkScalarRound[ToInt,ToScalar]. #de...Gravatar reed@google.com2013-12-17
* remove SkFloatToScalar macroGravatar commit-bot@chromium.org2013-11-25
* Push sigma-based blur interface into our GMs/benches/tests/samplecodeGravatar robertphillips@google.com2013-09-06
* Sanitizing source files in Housekeeper-NightlyGravatar skia.committer@gmail.com2013-08-28
* Blur refactoringGravatar robertphillips@google.com2013-08-27
* stop using bitmap-filter flags outside of paint itself, as a step towards rea...Gravatar reed@google.com2013-07-22
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* pass modifier keys to click events (e.g. control | shift etc.)Gravatar reed@google.com2013-01-08
* fix warnings related to constness in overrides of SkColorFilterGravatar mike@reedtribe.org2012-12-24
* Make texteffects gm work through serialization and pipe.Gravatar scroggo@google.com2012-09-12
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* Update SkFlattenable buffers to be more modular.Gravatar djsollen@google.com2012-08-07
* Register some flattenable factories.Gravatar scroggo@google.com2012-06-25
* fix warnings on Mac in ssamplecodeGravatar caryclark@google.com2012-06-06
* Change patheffect to take a (new) StrokeRec object, which encapsulates the fillGravatar reed@google.com2012-05-25
* revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some...Gravatar reed@google.com2012-05-24