aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleVertices.cpp
AgeCommit message (Expand)Author
2015-08-27Style Change: NULL->nullptrhalcanary
2015-03-25C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein
2015-03-16SkPaint::FilterLevel -> SkFilterQualityreed
2015-01-09Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein
2015-01-05Cleanup: More override fixes - another round.tfarina
2014-05-22Remove unused (by clients) SkUnitMappercommit-bot@chromium.org
2014-05-22Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org
2014-05-21Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...commit-bot@chromium.org
2014-05-16Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org
2014-05-16remove unused (by clients) SkUnitMappercommit-bot@chromium.org
2014-02-17use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org
2013-10-31Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com
2013-10-31Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com
2013-10-31add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-03-07Fixing some warnings on Linuxsugoi@google.com
2013-01-26Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-09-30samplecode: Avoid temporary variables of SkString type.tfarina@chromium.org
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2011-09-07use drawBitmapNine instead of SkNinePatch utilsreed@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-05-19The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org
2011-05-024x4 SSAA with improvements in determination of when to apply. Still disabled ...bsalomon@google.com
2011-04-22migrate some samples over to SampleView, for FPS measurementsreed@google.com
2011-02-07remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com
2010-12-20merge with changes for GPU backendreed@android.com
2009-06-23remove remaining references to porterduffreed@android.com
2009-05-30call notifyPixelsChanged() when the pages are flipped in pageflippixelrefreed@android.com
2009-03-16Change (correct) SkImageRef's ownership rule for streams to the skia standardreed@android.com
2008-12-23update more sample code to new compose shader headerreed@android.com
2008-12-17grab from latest androidreed@android.com