aboutsummaryrefslogtreecommitdiffstats
path: root/gm/bitmapshader.cpp
Commit message (Expand)AuthorAgeFilesLines
* gm: use DEF_GM macro consistantlyHal Canary2019-01-241-2/+1
* don't adapt any gray colors to 565Mike Klein2018-08-161-2/+1
* Remove SK_SUPPORT_GPU checks in tool-only codeBrian Osman2018-05-311-4/+0
* Make GrCaps and GrShaderCaps private.Brian Salomon2018-05-111-2/+9
* Add a GM to test the fix in 73200Yuqian Li2017-11-301-0/+29
* GM: some header cleanupMike Klein2017-03-221-0/+1
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+0
* use Make instead of Create to return a shared shaderreed2016-03-081-9/+4
* Style Change: NULL->nullptrhalcanary2015-08-271-1/+1
* make pixelsnap textblob* etc gm portablecaryclark2015-07-281-1/+1
* Fix up -Winconsistent-missing-overridemtklein2015-07-131-3/+3
* C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}mtklein2015-03-251-1/+1
* fuzzer fixescaryclark2015-02-251-3/+2
* Add always-threaded SkRecord quilt tests.mtklein2014-07-071-4/+0
* Turn on quilt mode in DM.commit-bot@chromium.org2014-04-301-0/+4
* Move SkShader::fLocalMatrix into SkShader constructor.commit-bot@chromium.org2014-04-281-4/+3
* Fix 10.6 build: double -> float.commit-bot@chromium.org2014-03-241-1/+1
* update bitmapshader to avoid potential rendering error for kA8_Configcommit-bot@chromium.org2014-03-241-17/+38
* update comment on setShader to clarify alpha-bitmap behavior in bitmapshaderscommit-bot@chromium.org2014-03-181-20/+18
* replace SkBitmap::Config with SkColorType in gmscommit-bot@chromium.org2014-02-171-1/+1
* add legacy/helper allocN32Pixels, and convert gm to use itreed@google.com2014-01-251-4/+2
* Sanitizing source files in Housekeeper-Nightlyskia.committer@gmail.com2013-12-071-44/+44
* Add GM to test bitmap shaders with basic geometry and bitmap masks.commit-bot@chromium.org2013-12-061-0/+103