aboutsummaryrefslogtreecommitdiff
path: root/tests/GradientTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* add decal tilemode to shadersMike Reed2018-02-161-1/+5
* Remove SkLinearGradient::kForce4fContext_PrivateFlagFlorin Malita2017-06-071-6/+14
* Fix SkATan2_255 fuzzer crashFlorin Malita2017-04-191-0/+46
* hide lockpixels api behind flagMike Reed2017-04-171-1/+0
* Fix int64 overflow in SkClampRange::init()Florin Malita2017-02-091-8/+40
* [4fGradient] Relax interval checks for SkGradientShaderBase alsoFlorin Malita2017-02-091-9/+36
* [4fGradient] Relax interval checksFlorin Malita2017-02-091-2/+61
* LinearGradientContext::shade4_clamp: fix div by 0James Zern2016-11-161-0/+13
* tests: s/SkAutoTUnref/sk_sp/Hal Canary2016-11-041-1/+1
* Add a gradient edge optimization testfmalita2016-08-221-32/+117
* Prevent degenerate linear gradient instantiationfmalita2016-08-101-0/+17
* Fix int32 overflow in LinearGradientContext::shade4_dx_clampfmalita2016-05-261-0/+20
* Style bikeshed - remove extraneous whitespacehalcanary2016-03-291-1/+1
* switch surface to sk_spreed2016-03-231-3/+3
* Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...reed2016-03-131-47/+25
* Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...reed2016-03-131-25/+47
* more shader-->sp conversionsreed2016-03-131-47/+25
* [Reland] Fix SkTwoPointConicalGradient zero-radius handlingfmalita2016-03-031-0/+24
* Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:...fmalita2016-03-021-24/+0
* Fix SkTwoPointConicalGradient zero-radius handlingfmalita2016-03-011-0/+24
* fix linear gradient assert, by explicitly clampingreed2016-01-051-0/+22
* Fix nearly-vertical gradient assertfmalita2015-11-191-0/+17
* Style Change: NULL->nullptrhalcanary2015-08-271-4/+4
* remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConicalreed2015-05-041-17/+0
* add more checks for computing clamp counts, remove dead codereed2015-01-281-0/+25
* move SkChecksum and SkEmptyShader to privatereed2014-07-031-2/+1
* remove unnecessary bitmapdevice referencesreed2014-06-271-1/+1
* replace setConfig+allocPixels with single callmike@reedtribe.org2014-02-131-4/+2
* Cleanup: Sanitize the order of includes under tests/tfarina@chromium.org2014-01-241-1/+1
* Move macros from TestClassDef.h to Test.hcommit-bot@chromium.org2014-01-141-1/+0
* Use DEFINE_TESTCLASS_SHORT macro in tests.tfarina@chromium.org2013-12-121-4/+3
* Split SkDevice into SkBaseDevice and SkBitmapDevicerobertphillips@google.com2013-08-291-4/+4
* Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...robertphillips@google.com2013-08-201-1/+1
* Split SkDevice out of SkBitmapDevicerobertphillips@google.com2013-08-201-1/+1
* Revert of r9902 (Consider conical shader opaque if it coversrobertphillips@google.com2013-07-091-30/+0
* Consider conical shader opaque if it covers entire plane.commit-bot@chromium.org2013-07-041-0/+30
* Removed unused parameterssugoi@google.com2013-03-111-2/+2
* Address some valgrind issuesrobertphillips@google.com2013-03-041-0/+1
* Adding a new unit test that demonstrates that dithering affects constant grad...junov@chromium.org2013-01-301-1/+36
* Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com2012-08-231-6/+6
* extend asAGradient for Conical type (to be implemented by PDF and XPS)reed@google.com2012-06-071-0/+164