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
*
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