| Commit message (Expand) | Author | Age |
* | Delete even more unused views code | Brian Osman | 2017-11-29 |
* | move vertex-mode enum into SkVertices | Mike Reed | 2017-04-03 |
* | stop using SkScalarMul | Mike Reed | 2017-02-14 |
* | Revert "Revert "make it illegal to include SkXfermode.h"" | Mike Reed | 2016-11-23 |
* | Revert "make it illegal to include SkXfermode.h" | Greg Daniel | 2016-11-23 |
* | make it illegal to include SkXfermode.h | Mike Reed | 2016-11-23 |
* | remove xfermode from public api | Mike Reed | 2016-10-28 |
* | Remove uses of SkImageDecoder from samplecode | msarett | 2016-03-18 |
* | sk_sp versions of newWithColorFilter and newWithLocalMatrix | reed | 2016-03-10 |
* | use Make instead of Create to return a shared shader | reed | 2016-03-08 |
* | Check bounds before casting float to integer in SamplePatch.cpp and SkBlurMas... | benjaminwagner | 2016-03-01 |
* | change factory to method, to parallel pattern in imagefilters. no functionali... | reed | 2015-12-30 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | Fix up -Winconsistent-missing-override | mtklein | 2015-07-13 |
* | 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 |
* | migrate more samples over to SkAnimTImer | reed | 2015-02-05 |
* | parameterize tesselation params | reed | 2014-08-06 |
* | fix hittest in Patch sample | reed | 2014-08-06 |
* | 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 |
* | Sanitizing source files in Housekeeper-Nightly | skia.committer@gmail.com | 2014-05-08 |
* | add localmatrix-shader | commit-bot@chromium.org | 2014-05-07 |
* | fix more 64bit warnings | reed@google.com | 2014-01-27 |
* | 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 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-01-26 |
* | pass modifier keys to click events (e.g. control | shift etc.) | reed@google.com | 2013-01-08 |
* | samplecode: Avoid temporary variables of SkString type. | tfarina@chromium.org | 2012-09-30 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | fix warnings on Mac in ssamplecode | caryclark@google.com | 2012-06-06 |
* | Automatic update of all copyright notices to reflect new license terms. | epoger@google.com | 2011-07-28 |
* | The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on | senorblanco@chromium.org | 2011-05-19 |
* | switch to inheriting from SampleView | mike@reedtribe.org | 2011-05-05 |
* | remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites with | reed@google.com | 2011-02-07 |
* | merge with changes for GPU backend | reed@android.com | 2010-12-20 |
* | use sk_bzero instead of bzero, since it isn't always available. | reed@android.com | 2009-06-29 |
* | remove remaining references to porterduff | reed@android.com | 2009-06-23 |
* | add isConvex() hit to SkPath, to be used to speed up fills and opengl | reed@android.com | 2009-06-03 |
* | Change (correct) SkImageRef's ownership rule for streams to the skia standard | reed@android.com | 2009-03-16 |
* | first cut at event-based test app | reed@android.com | 2008-12-19 |
* | grab from latest android | reed@android.com | 2008-12-17 |