| Commit message (Expand) | Author | Age |
* | remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical | reed | 2015-05-04 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | SkPaint::FilterLevel -> SkFilterQuality | reed | 2015-03-16 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | Cleanup: More override fixes - another round. | tfarina | 2015-01-05 |
* | Remove unused (by clients) SkUnitMapper | commit-bot@chromium.org | 2014-05-22 |
* | Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu... | commit-bot@chromium.org | 2014-05-22 |
* | Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832... | commit-bot@chromium.org | 2014-05-21 |
* | Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu... | commit-bot@chromium.org | 2014-05-16 |
* | remove unused (by clients) SkUnitMapper | commit-bot@chromium.org | 2014-05-16 |
* | move common blur types into central header | commit-bot@chromium.org | 2014-04-28 |
* | Builder class for SkLayerRasterizer. | commit-bot@chromium.org | 2014-02-26 |
* | Factory methods for heap-allocated SkPathEffect and SkXfermode objects. | commit-bot@chromium.org | 2014-02-20 |
* | use SkColorType instead of SkBitmap::Config in samplecode | commit-bot@chromium.org | 2014-02-17 |
* | Refactor read and write buffers. | commit-bot@chromium.org | 2014-01-30 |
* | fix more 64bit warnings | reed@google.com | 2014-01-27 |
* | remove SkFloatToScalar macro | commit-bot@chromium.org | 2013-11-25 |
* | Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si... | reed@google.com | 2013-10-31 |
* | Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t... | reed@google.com | 2013-10-31 |
* | add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ... | reed@google.com | 2013-10-31 |
* | Change old PRG to be SkLCGRandom; change new one to SkRandom | commit-bot@chromium.org | 2013-09-09 |
* | Switch out random number generator for tests, benches, samples. | commit-bot@chromium.org | 2013-09-06 |
* | Push sigma-based blur interface into our GMs/benches/tests/samplecode | robertphillips@google.com | 2013-09-06 |
* | Fixing some warnings on Linux | sugoi@google.com | 2013-03-07 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | Make texteffects gm work through serialization and pipe. | scroggo@google.com | 2012-09-12 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Update SkFlattenable buffers to be more modular. | djsollen@google.com | 2012-08-07 |
* | Add an SK_PRINTF_LIKE macro, which declares a function to have printf-like | senorblanco@chromium.org | 2012-07-09 |
* | fix warnings on Mac in ssamplecode | caryclark@google.com | 2012-06-06 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-25 |
* | revert 4046 -- GM:pathfill failed on one bot, maybe uninitialized memory some... | reed@google.com | 2012-05-24 |
* | Change patheffect to take a (new) StrokeRec object, which encapsulates the fill | reed@google.com | 2012-05-24 |
* | Fixed some fixed point build Windows compiler complaints | robertphillips@google.com | 2012-05-08 |
* | Cleanup code related to SkFlattenable::flatten() | djsollen@google.com | 2012-03-29 |
* | Create macro for registering classes for deserialization | djsollen@google.com | 2012-03-26 |
* | add init() method, so we don't draw in our constructor (makes debugging harder) | reed@google.com | 2012-03-12 |
* | use drawBitmapNine instead of SkNinePatch utils | reed@google.com | 2011-09-07 |
* | add serialization to SkLayerRasterizer | reed@google.com | 2011-08-09 |
* | use common subclass SkPath2DPathEffect, which can be serialized | reed@google.com | 2011-08-09 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | update to SampleView | reed@google.com | 2011-06-01 |
* | The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on | senorblanco@chromium.org | 2011-05-19 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | add sample for text rasterizer | reed@android.com | 2009-10-12 |
* | capture drawings to png | reed@android.com | 2009-10-06 |