index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
GradientTest.cpp
Commit message (
Expand
)
Author
Age
*
add decal tilemode to shaders
Mike Reed
2018-02-16
*
Remove SkLinearGradient::kForce4fContext_PrivateFlag
Florin Malita
2017-06-07
*
Fix SkATan2_255 fuzzer crash
Florin Malita
2017-04-19
*
hide lockpixels api behind flag
Mike Reed
2017-04-17
*
Fix int64 overflow in SkClampRange::init()
Florin Malita
2017-02-09
*
[4fGradient] Relax interval checks for SkGradientShaderBase also
Florin Malita
2017-02-09
*
[4fGradient] Relax interval checks
Florin Malita
2017-02-09
*
LinearGradientContext::shade4_clamp: fix div by 0
James Zern
2016-11-16
*
tests: s/SkAutoTUnref/sk_sp/
Hal Canary
2016-11-04
*
Add a gradient edge optimization test
fmalita
2016-08-22
*
Prevent degenerate linear gradient instantiation
fmalita
2016-08-10
*
Fix int32 overflow in LinearGradientContext::shade4_dx_clamp
fmalita
2016-05-26
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
switch surface to sk_sp
reed
2016-03-23
*
Reland of "more shader-->sp conversions (patchset #5 id:80001 of https://code...
reed
2016-03-13
*
Revert of more shader-->sp conversions (patchset #5 id:80001 of https://coder...
reed
2016-03-13
*
more shader-->sp conversions
reed
2016-03-13
*
[Reland] Fix SkTwoPointConicalGradient zero-radius handling
fmalita
2016-03-03
*
Revert of Fix SkTwoPointConicalGradient zero-radius handling (patchset #2 id:...
fmalita
2016-03-02
*
Fix SkTwoPointConicalGradient zero-radius handling
fmalita
2016-03-01
*
fix linear gradient assert, by explicitly clamping
reed
2016-01-05
*
Fix nearly-vertical gradient assert
fmalita
2015-11-19
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical
reed
2015-05-04
*
add more checks for computing clamp counts, remove dead code
reed
2015-01-28
*
move SkChecksum and SkEmptyShader to private
reed
2014-07-03
*
remove unnecessary bitmapdevice references
reed
2014-06-27
*
replace setConfig+allocPixels with single call
mike@reedtribe.org
2014-02-13
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Use DEFINE_TESTCLASS_SHORT macro in tests.
tfarina@chromium.org
2013-12-12
*
Split SkDevice into SkBaseDevice and SkBitmapDevice
robertphillips@google.com
2013-08-29
*
Revert r10830 (Split SkDevice out of SkRasterDevice) until we can get Chromiu...
robertphillips@google.com
2013-08-20
*
Split SkDevice out of SkBitmapDevice
robertphillips@google.com
2013-08-20
*
Revert of r9902 (Consider conical shader opaque if it covers
robertphillips@google.com
2013-07-09
*
Consider conical shader opaque if it covers entire plane.
commit-bot@chromium.org
2013-07-04
*
Removed unused parameters
sugoi@google.com
2013-03-11
*
Address some valgrind issues
robertphillips@google.com
2013-03-04
*
Adding a new unit test that demonstrates that dithering affects constant grad...
junov@chromium.org
2013-01-30
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
extend asAGradient for Conical type (to be implemented by PDF and XPS)
reed@google.com
2012-06-07