aboutsummaryrefslogtreecommitdiffhomepage
path: root/samplecode/SampleVertices.cpp
Commit message (Expand)AuthorAge
* IWYU -- SkShader.hGravatar Mike Reed2018-01-23
* Delete even more unused views codeGravatar Brian Osman2017-11-29
* hide lockpixels api behind flagGravatar Mike Reed2017-04-17
* move vertex-mode enum into SkVerticesGravatar Mike Reed2017-04-03
* Revert "Revert "make it illegal to include SkXfermode.h""Gravatar Mike Reed2016-11-23
* Revert "make it illegal to include SkXfermode.h"Gravatar Greg Daniel2016-11-23
* make it illegal to include SkXfermode.hGravatar Mike Reed2016-11-23
* remove xfermode from public apiGravatar Mike Reed2016-10-28
* Style bikeshed - remove extraneous whitespaceGravatar halcanary2016-03-29
* Remove uses of SkImageDecoder from samplecodeGravatar msarett2016-03-18
* use Make instead of Create to return a shared shaderGravatar reed2016-03-08
* Style Change: NULL->nullptrGravatar halcanary2015-08-27
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}Gravatar mtklein2015-03-25
* SkPaint::FilterLevel -> SkFilterQualityGravatar reed2015-03-16
* Fix up all the easy virtual ... SK_OVERRIDE cases.Gravatar mtklein2015-01-09
* Cleanup: More override fixes - another round.Gravatar tfarina2015-01-05
* 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
* use SkColorType instead of SkBitmap::Config in samplecodeGravatar commit-bot@chromium.org2014-02-17
* Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, si...Gravatar reed@google.com2013-10-31
* Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it t...Gravatar reed@google.com2013-10-31
* add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers ...Gravatar reed@google.com2013-10-31
* Change old PRG to be SkLCGRandom; change new one to SkRandomGravatar commit-bot@chromium.org2013-09-09
* Switch out random number generator for tests, benches, samples.Gravatar commit-bot@chromium.org2013-09-06
* Fixing some warnings on LinuxGravatar sugoi@google.com2013-03-07
* Sanitizing source files in Skia_Periodic_House_KeepingGravatar skia.committer@gmail.com2013-01-26
* samplecode: Avoid temporary variables of SkString type.Gravatar tfarina@chromium.org2012-09-30
* Result of running tools/sanitize_source_files.py (which was added in https://...Gravatar rmistry@google.com2012-08-23
* use drawBitmapNine instead of SkNinePatch utilsGravatar reed@google.com2011-09-07
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* 4x4 SSAA with improvements in determination of when to apply. Still disabled ...Gravatar bsalomon@google.com2011-05-02
* migrate some samples over to SampleView, for FPS measurementsGravatar reed@google.com2011-04-22
* remove SkRefCnt safeRef() and safeUnref(), and replace the call-sites withGravatar reed@google.com2011-02-07
* merge with changes for GPU backendGravatar reed@android.com2010-12-20
* remove remaining references to porterduffGravatar reed@android.com2009-06-23
* call notifyPixelsChanged() when the pages are flipped in pageflippixelrefGravatar reed@android.com2009-05-30
* Change (correct) SkImageRef's ownership rule for streams to the skia standardGravatar reed@android.com2009-03-16
* update more sample code to new compose shader headerGravatar reed@android.com2008-12-23
* grab from latest androidGravatar reed@android.com2008-12-17