aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleVertices.cpp
Commit message (Expand)AuthorAgeFilesLines
* IWYU -- SkShader.hMike Reed2018-01-231-0/+1
* Delete even more unused views codeBrian Osman2017-11-291-1/+0
* hide lockpixels api behind flagMike Reed2017-04-171-2/+0
* move vertex-mode enum into SkVerticesMike Reed2017-04-031-13/+11
* Revert "Revert "make it illegal to include SkXfermode.h""Mike Reed2016-11-231-1/+0
* Revert "make it illegal to include SkXfermode.h"Greg Daniel2016-11-231-0/+1
* make it illegal to include SkXfermode.hMike Reed2016-11-231-1/+0
* remove xfermode from public apiMike Reed2016-10-281-3/+3
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* Remove uses of SkImageDecoder from samplecodemsarett2016-03-181-1/+0
* use Make instead of Create to return a shared shaderreed2016-03-081-12/+6
* Style Change: NULL->nullptrhalcanary2015-08-271-7/+7
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-4/+4
* SkPaint::FilterLevel -> SkFilterQualityreed2015-03-161-1/+1
* Fix up all the easy virtual ... SK_OVERRIDE cases.mtklein2015-01-091-4/+4
* Cleanup: More override fixes - another round.tfarina2015-01-051-3/+3
* Remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-221-1/+1
* Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-221-1/+1
* Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...commit-bot@chromium.org2014-05-211-1/+1
* Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-161-1/+1
* remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-161-1/+1
* use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org2014-02-171-2/+1
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...reed@google.com2013-10-311-1/+1
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...reed@google.com2013-10-311-1/+1
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...reed@google.com2013-10-311-1/+1
* Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org2013-09-091-1/+1
* Switch out random number generator for tests, benches, samples.commit-bot@chromium.org2013-09-061-1/+1
* Fixing some warnings on Linuxsugoi@google.com2013-03-071-1/+1
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* samplecode: Avoid temporary variables of SkString type.tfarina@chromium.org2012-09-301-4/+2
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-1/+1
* use drawBitmapNine instead of SkNinePatch utilsreed@google.com2011-09-071-1/+0
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org2011-05-191-2/+3
* 4x4 SSAA with improvements in determination of when to apply. Still disabled ...bsalomon@google.com2011-05-021-5/+14
* migrate some samples over to SampleView, for FPS measurementsreed@google.com2011-04-221-9/+5
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withreed@google.com2011-02-071-36/+36
* merge with changes for GPU backendreed@android.com2010-12-201-1/+1
* remove remaining references to porterduffreed@android.com2009-06-231-1/+0
* call notifyPixelsChanged() when the pages are flipped in pageflippixelrefreed@android.com2009-05-301-52/+0
* Change (correct) SkImageRef's ownership rule for streams to the skia standardreed@android.com2009-03-161-1/+0
* update more sample code to new compose shader headerreed@android.com2008-12-231-1/+0
* grab from latest androidreed@android.com2008-12-171-0/+279