aboutsummaryrefslogtreecommitdiff
path: root/samplecode/SampleShaderText.cpp
Commit message (Expand)AuthorAgeFilesLines
* IWYU -- SkShader.hMike Reed2018-01-231-0/+1
* use Make instead of Create to return a shared shaderreed2016-03-081-17/+17
* Style Change: NULL->nullptrhalcanary2015-08-271-3/+3
* IWYU: 'core' target, files starting A-C.bungeman2015-08-051-1/+2
* Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h...reed2015-08-041-2/+1
* IWYU: 'core' target, files starting A-C.bungeman2015-08-041-1/+2
* remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConicalreed2015-05-041-3/+3
* remove unneeded invalreed2014-06-021-3/+0
* Remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-221-27/+13
* Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-221-13/+27
* Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...commit-bot@chromium.org2014-05-211-27/+13
* Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...commit-bot@chromium.org2014-05-161-13/+27
* remove unused (by clients) SkUnitMappercommit-bot@chromium.org2014-05-161-27/+13
* use SkColorType instead of SkBitmap::Config in samplecodecommit-bot@chromium.org2014-02-171-4/+3
* fix more 64bit warningsreed@google.com2014-01-271-1/+1
* Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com2013-01-261-1/+0
* Defining new color constat for transparent colorjunov@google.com2012-12-061-1/+1
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-3/+3
* fix warnings on Mac in ssamplecodecaryclark@google.com2012-06-061-1/+1
* Automatic update of all copyright notices to reflect new license terms.epoger@google.com2011-07-281-0/+7
* Update baselines for linux-fixed. Make shader text sample/GM work with scalar...bsalomon@google.com2011-06-141-2/+4
* Fix text-as-path with skshader on gpubsalomon@google.com2011-06-131-3/+15
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onsenorblanco@chromium.org2011-05-191-1/+1
* Plug a leak in SampleShaderTest.senorblanco@chromium.org2011-05-191-1/+1
* migrate some samples over to SampleView, for FPS measurementsreed@google.com2011-04-221-10/+6
* fix warningsreed@google.com2011-04-141-2/+2
* Add shaded text sample and gm test.bsalomon@google.com2011-01-251-0/+199