index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
bench
/
GradientBench.cpp
Commit message (
Expand
)
Author
Age
*
Style bikeshed - remove extraneous whitespace
halcanary
2016-03-29
*
Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of http...
reed
2016-03-14
*
Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https...
reed
2016-03-14
*
Finish conversion to sk_sp<SkShader>
reed
2016-03-14
*
Add 4f linear gradient benches
fmalita
2016-02-24
*
Remove const from `const int loops`.
mtklein
2015-10-01
*
Style Change: NULL->nullptr
halcanary
2015-08-27
*
Revert of Revert of stop calling SkScalarDiv (patchset #1 id:1 of https://cod...
reed
2015-05-12
*
Revert of stop calling SkScalarDiv (patchset #4 id:60001 of https://coderevie...
reed
2015-05-12
*
stop calling SkScalarDiv
reed
2015-05-12
*
remove redundant/deprecated TwoPointRadial gradiet -- use TwoPointConical
reed
2015-05-04
*
remove internal repeat count from gradient benches
bsalomon
2014-08-14
*
Simple GPU based dithering:
krajcevski
2014-06-19
*
Remove Sk prefix from some bench classes.
tfarina
2014-06-19
*
Remove unused (by clients) SkUnitMapper
commit-bot@chromium.org
2014-05-22
*
Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromiu...
commit-bot@chromium.org
2014-05-22
*
Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/2832...
commit-bot@chromium.org
2014-05-21
*
Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromiu...
commit-bot@chromium.org
2014-05-16
*
remove unused (by clients) SkUnitMapper
commit-bot@chromium.org
2014-05-16
*
Add conical special cases to GradientBench
commit-bot@chromium.org
2014-04-14
*
Simplify benchmark internal API.
commit-bot@chromium.org
2013-12-03
*
Clear out SK_SCALAR_IS_FLOAT from SkRadialGradient, and merge the logic for r...
commit-bot@chromium.org
2013-10-16
*
Make all gradient benchs use the same repeat count.
commit-bot@chromium.org
2013-10-07
*
Add 3 color variant to gradient bench, include scale in name, add more benchs
commit-bot@chromium.org
2013-09-30
*
Refactoring: get rid of the SkBenchmark void* parameter.
mtklein@google.com
2013-09-13
*
Major bench refactoring.
mtklein@google.com
2013-09-10
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Added a high-color (50 colors) gradient for each gradient type.
commit-bot@chromium.org
2013-07-10
*
Added GM and Bench
commit-bot@chromium.org
2013-07-09
*
extend gradient_create bench to test opaque and alpha gradient ramps
reed@google.com
2013-02-04
*
cleanup: use DEF_BENCH macro
reed@google.com
2013-02-04
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
add bench for conical Gradient
reed@google.com
2012-06-07
*
In debug builds, only run each benchmark 1 time (test for assertion-breakage,
tomhudson@google.com
2011-10-28
*
Optimize software radial gradients (remove branches from the inner loop where
tomhudson@google.com
2011-09-26
*
Automatic update of all copyright notices to reflect new license terms.
epoger@google.com
2011-07-28
*
fix warning about SkPoint initialization
reed@google.com
2011-06-24
*
Fix Gradient2Bench colors so that Debug bench will run.
bungeman@google.com
2011-06-17
*
add gradient_create bench, just to measure the time to create a new gradient
reed@google.com
2011-06-16
*
add tilemode options
reed@google.com
2011-06-15
*
rename radial to radial1, so I can distinguish it from radial2 in my
reed@google.com
2011-04-13
*
speed up 2-point-radial gradients by 9x, using float instead of fixed
reed@google.com
2011-04-13