aboutsummaryrefslogtreecommitdiff
path: root/bench/PathBench.cpp
AgeCommit message (Expand)Author
2014-07-16(temporarily?) disable no-oped benchesMike Klein
2014-06-19Remove Sk prefix from some bench classes.tfarina
2014-06-18Remove SkBenchmark::postDraw.mtklein
2014-01-06Cap memory usage in path_create bench.commit-bot@chromium.org
2013-12-03Simplify benchmark internal API.commit-bot@chromium.org
2013-11-21Implement a benchmark for GrResourceCachecommit-bot@chromium.org
2013-11-14increase coverage of SkPath.cpp, remove unused codecommit-bot@chromium.org
2013-09-13Refactoring: get rid of the SkBenchmark void* parameter.mtklein@google.com
2013-09-10Major bench refactoring.mtklein@google.com
2013-09-09Change old PRG to be SkLCGRandom; change new one to SkRandomcommit-bot@chromium.org
2013-09-06Switch out random number generator for tests, benches, samples.commit-bot@chromium.org
2013-05-31bump picture version since SkPath has changed (conics)reed@google.com
2013-05-30Revert "add asserts to point<-->verb helpers"reed@google.com
2013-05-30add asserts to point<-->verb helpersreed@google.com
2013-04-30Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-04-30add routines to compute error between conic and quadmike@reedtribe.org
2013-04-26rename SkRationalQuad to SkConicmike@reedtribe.org
2013-04-14Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2013-04-14add special-case for chopping at exactly half for rational-quads (2-3x faster)mike@reedtribe.org
2013-03-05Bench : Unused parameters cleanupsugoi@google.com
2013-02-22remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPTreed@google.com
2013-02-04use DEF_BENCH macromike@reedtribe.org
2013-01-24The oval path bench tests used to draw a circle, but I changed them to an ovaljvanverth@google.com
2013-01-23Reverse sense of convex-quad-fix compiler flagrobertphillips@google.com
2013-01-22Add GPU support for axis-aligned ovals:jvanverth@google.com
2012-11-13Add a conservativelyContainsRect function to SkPath.bsalomon@google.com
2012-10-24Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-10-23Removed degenerate quads from zero radius Chrome-style round rectsrobertphillips@google.com
2012-10-19Place r5997 (make arcto's convex) behind a compiler flag to delay day of reck...robertphillips@google.com
2012-10-18Altered arcTo's canonical points to (usually) be convexrobertphillips@google.com
2012-10-18Sanitizing source files in Skia_Periodic_House_Keepingskia.committer@gmail.com
2012-10-17Add new bench to exercise SkPath::arcTo (arbroundrect)robertphillips@google.com
2012-09-26Suppress some warnings on linux.bsalomon@google.com
2012-09-13Make all random path benchs non-renderingrobertphillips@google.com
2012-08-23Result of running tools/sanitize_source_files.py (which was added in https://...rmistry@google.com
2012-08-20Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAnglerobertphillips@google.com
2012-08-14Reduce number of paths created by benchsbsalomon@google.com
2012-08-14Reduce allocations in RandomPathBenchbsalomon@google.com
2012-08-13Reduce path_copy iteration count, hopefully allows nexus s bot to complete wi...bsalomon@google.com
2012-08-13Adds a bunch of benchmarks around creating, transforming, testing path equality,bsalomon@google.com
2012-04-11add circle benchmarkbsalomon@google.com
2012-01-12Add a wide stroked line path benchmark to bench. It uses the same stroke widthsenorblanco@chromium.org
2011-10-28In debug builds, only run each benchmark 1 time (test for assertion-breakage,tomhudson@google.com
2011-07-28Automatic update of all copyright notices to reflect new license terms.epoger@google.com
2011-06-22New benchmark to create many random quadratic paths.tomhudson@google.com
2011-04-11add benchmark for path fillingreed@google.com