| Commit message (Expand) | Author | Age |
* | Remove const from `const int loops`. | mtklein | 2015-10-01 |
* | Fix for nexus 5 crashing in GL benches | joshualitt | 2015-09-30 |
* | Style Change: NULL->nullptr | halcanary | 2015-08-27 |
* | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-05 |
* | Revert of IWYU: 'core' target, files starting A-C. (patchset #5 id:80001 of h... | reed | 2015-08-04 |
* | IWYU: 'core' target, files starting A-C. | bungeman | 2015-08-04 |
* | Fix up -Winconsistent-missing-override | mtklein | 2015-07-13 |
* | Add matrix constructing helpers to SkMatrix | robertphillips | 2015-03-26 |
* | use new faster/vector impl for chopping conics | reed | 2015-03-26 |
* | C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} | mtklein | 2015-03-25 |
* | use Sk2s for conics | reed | 2015-03-20 |
* | Fix up all the easy virtual ... SK_OVERRIDE cases. | mtklein | 2015-01-09 |
* | (temporarily?) disable no-oped benches | Mike Klein | 2014-07-16 |
* | Remove Sk prefix from some bench classes. | tfarina | 2014-06-19 |
* | Remove SkBenchmark::postDraw. | mtklein | 2014-06-18 |
* | Cap memory usage in path_create bench. | commit-bot@chromium.org | 2014-01-06 |
* | Simplify benchmark internal API. | commit-bot@chromium.org | 2013-12-03 |
* | Implement a benchmark for GrResourceCache | commit-bot@chromium.org | 2013-11-21 |
* | increase coverage of SkPath.cpp, remove unused code | commit-bot@chromium.org | 2013-11-14 |
* | Refactoring: get rid of the SkBenchmark void* parameter. | mtklein@google.com | 2013-09-13 |
* | Major bench refactoring. | mtklein@google.com | 2013-09-10 |
* | Change old PRG to be SkLCGRandom; change new one to SkRandom | commit-bot@chromium.org | 2013-09-09 |
* | Switch out random number generator for tests, benches, samples. | commit-bot@chromium.org | 2013-09-06 |
* | bump picture version since SkPath has changed (conics) | reed@google.com | 2013-05-31 |
* | Revert "add asserts to point<-->verb helpers" | reed@google.com | 2013-05-30 |
* | add asserts to point<-->verb helpers | reed@google.com | 2013-05-30 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-04-30 |
* | add routines to compute error between conic and quad | mike@reedtribe.org | 2013-04-30 |
* | rename SkRationalQuad to SkConic | mike@reedtribe.org | 2013-04-26 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2013-04-14 |
* | add special-case for chopping at exactly half for rational-quads (2-3x faster) | mike@reedtribe.org | 2013-04-14 |
* | Bench : Unused parameters cleanup | sugoi@google.com | 2013-03-05 |
* | remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT | reed@google.com | 2013-02-22 |
* | use DEF_BENCH macro | mike@reedtribe.org | 2013-02-04 |
* | The oval path bench tests used to draw a circle, but I changed them to an oval | jvanverth@google.com | 2013-01-24 |
* | Reverse sense of convex-quad-fix compiler flag | robertphillips@google.com | 2013-01-23 |
* | Add GPU support for axis-aligned ovals: | jvanverth@google.com | 2013-01-22 |
* | Add a conservativelyContainsRect function to SkPath. | bsalomon@google.com | 2012-11-13 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-24 |
* | Removed degenerate quads from zero radius Chrome-style round rects | robertphillips@google.com | 2012-10-23 |
* | Place r5997 (make arcto's convex) behind a compiler flag to delay day of reck... | robertphillips@google.com | 2012-10-19 |
* | Altered arcTo's canonical points to (usually) be convex | robertphillips@google.com | 2012-10-18 |
* | Sanitizing source files in Skia_Periodic_House_Keeping | skia.committer@gmail.com | 2012-10-18 |
* | Add new bench to exercise SkPath::arcTo (arbroundrect) | robertphillips@google.com | 2012-10-17 |
* | Suppress some warnings on linux. | bsalomon@google.com | 2012-09-26 |
* | Make all random path benchs non-rendering | robertphillips@google.com | 2012-09-13 |
* | Result of running tools/sanitize_source_files.py (which was added in https://... | rmistry@google.com | 2012-08-23 |
* | Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle | robertphillips@google.com | 2012-08-20 |
* | Reduce number of paths created by benchs | bsalomon@google.com | 2012-08-14 |
* | Reduce allocations in RandomPathBench | bsalomon@google.com | 2012-08-14 |