- d29f0e7 Do not divide loops in PathBench by Yuqian Li · 7 years ago
- 9d5dcda We should draw at least once for benchmark by Yuqian Li · 7 years ago
- fafe135 SkSize can be aggregate-initialized by Hal Canary · 8 years ago
- df85c38 stop using SkScalarMul by Mike Reed · 8 years ago
- 8d3196b expose new tight-bounds method on SkPath by Mike Reed · 8 years ago
- 0d7dac8 experimental tight-bounds by Mike Reed · 8 years ago
- 8eedbfc Revert "Revert "Improve quad edges' smoothness in non-AA cases"" by Yuqian Li · 8 years ago
- 1e74cad Revert "Improve quad edges' smoothness in non-AA cases" by Mike Klein · 8 years ago
- d4ed326 Improve quad edges' smoothness in non-AA cases by Yuqian Li · 8 years ago
- 131c1fb Add GMs and benchs for concave Analytic AA by Yuqian Li · 8 years ago
- a27f669 Benchmark rotated rect with AA/noAA by liyuqian · 8 years ago
- a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
- 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
- 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
- d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- fb8c1fc Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of https://codereview.chromium.org/1265033002/ ) by reed · 9 years ago
- 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
- f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
- 1d24b8d Add matrix constructing helpers to SkMatrix by robertphillips · 10 years ago
- 5501103 use new faster/vector impl for chopping conics by reed · 10 years ago
- 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 10 years ago
- b640203 use Sk2s for conics by reed · 10 years ago
- 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
- 3f376a5 (temporarily?) disable no-oped benches by Mike Klein · 10 years ago
- f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
- 683e906 Remove SkBenchmark::postDraw. by mtklein · 10 years ago
- 8f88117 Cap memory usage in path_create bench. by commit-bot@chromium.org · 11 years ago
- 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
- 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
- a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
- 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
- c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
- e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
- 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
- 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
- fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
- 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
- 8152113 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 12 years ago
- 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 12 years ago
- ab38e56 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 12 years ago
- 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 12 years ago
- dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 12 years ago
- 0cf7b82 use DEF_BENCH macro by mike@reedtribe.org · 12 years ago
- e2bfd8b The oval path bench tests used to draw a circle, but I changed them to an oval by jvanverth@google.com · 12 years ago
- 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
- 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
- 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
- 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
- c7a37c7 Place r5997 (make arcto's convex) behind a compiler flag to delay day of reckoning with Webkit baselines by robertphillips@google.com · 12 years ago
- b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
- 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
- f6fc3fc Add new bench to exercise SkPath::arcTo (arbroundrect) by robertphillips@google.com · 12 years ago
- 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
- 83187a2 Make all random path benchs non-rendering by robertphillips@google.com · 12 years ago
- fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
- 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
- b5e4703 Reduce number of paths created by benchs by bsalomon@google.com · 12 years ago
- 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 12 years ago
- 62e4190 Reduce path_copy iteration count, hopefully allows nexus s bot to complete without OOM. by bsalomon@google.com · 12 years ago
- 30e6d2c Adds a bunch of benchmarks around creating, transforming, testing path equality, by bsalomon@google.com · 12 years ago
- 1647a19 add circle benchmark by bsalomon@google.com · 13 years ago
- e50f736 Add a wide stroked line path benchmark to bench. It uses the same stroke width by senorblanco@chromium.org · 13 years ago
- ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
- ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
- 6e8d335 New benchmark to create many random quadratic paths. by tomhudson@google.com · 13 years ago
- d34658a add benchmark for path filling by reed@google.com · 14 years ago