C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
[platform/upstream/libSkiaSharp.git] / bench / PathBench.cpp
2015-03-26 mtkleinC++11 override should now be supported by all of {bots...
2015-03-20 reeduse Sk2s for conics
2015-01-09 mtkleinFix up all the easy virtual ... SK_OVERRIDE cases.
2014-07-17 Mike Klein(temporarily?) disable no-oped benches
2014-06-19 tfarinaRemove Sk prefix from some bench classes.
2014-06-18 mtkleinRemove SkBenchmark::postDraw.
2014-01-06 commit-bot@chromiu... Cap memory usage in path_create bench.
2013-12-03 commit-bot@chromiu... Simplify benchmark internal API.
2013-11-21 commit-bot@chromiu... Implement a benchmark for GrResourceCache
2013-11-14 commit-bot@chromiu... increase coverage of SkPath.cpp, remove unused code
2013-09-13 mtklein@google.comRefactoring: get rid of the SkBenchmark void* parameter.
2013-09-10 mtklein@google.comMajor bench refactoring.
2013-09-09 commit-bot@chromiu... Change old PRG to be SkLCGRandom; change new one to...
2013-09-06 commit-bot@chromiu... Switch out random number generator for tests, benches...
2013-05-31 reed@google.combump picture version since SkPath has changed (conics)
2013-05-30 reed@google.comRevert "add asserts to point<-->verb helpers"
2013-05-30 reed@google.comadd asserts to point<-->verb helpers
2013-04-30 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-30 mike@reedtribe.orgadd routines to compute error between conic and quad
2013-04-26 mike@reedtribe.orgrename SkRationalQuad to SkConic
2013-04-14 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2013-04-14 mike@reedtribe.orgadd special-case for chopping at exactly half for ratio...
2013-03-05 sugoi@google.comBench : Unused parameters cleanup
2013-02-22 reed@google.comremove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT
2013-02-04 mike@reedtribe.orguse DEF_BENCH macro
2013-01-24 jvanverth@google.comThe oval path bench tests used to draw a circle, but...
2013-01-23 robertphillips@goo... Reverse sense of convex-quad-fix compiler flag
2013-01-22 jvanverth@google.comAdd GPU support for axis-aligned ovals:
2012-11-13 bsalomon@google.comAdd a conservativelyContainsRect function to SkPath.
2012-10-24 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-23 robertphillips@goo... Removed degenerate quads from zero radius Chrome-style...
2012-10-19 robertphillips@goo... Place r5997 (make arcto's convex) behind a compiler...
2012-10-18 robertphillips@goo... Altered arcTo's canonical points to (usually) be convex
2012-10-18 skia.committer@gma... Sanitizing source files in Skia_Periodic_House_Keeping
2012-10-17 robertphillips@goo... Add new bench to exercise SkPath::arcTo (arbroundrect)
2012-09-26 bsalomon@google.comSuppress some warnings on linux.
2012-09-13 robertphillips@goo... Make all random path benchs non-rendering
2012-08-23 rmistry@google.comResult of running tools/sanitize_source_files.py (which...
2012-08-20 robertphillips@goo... Add fast path in arcTo and addArc for 0==sweep && 0...
2012-08-14 bsalomon@google.comReduce number of paths created by benchs
2012-08-14 bsalomon@google.comReduce allocations in RandomPathBench
2012-08-13 bsalomon@google.comReduce path_copy iteration count, hopefully allows...
2012-08-13 bsalomon@google.comAdds a bunch of benchmarks around creating, transformin...
2012-04-11 bsalomon@google.comadd circle benchmark
2012-01-12 senorblanco@chromi... Add a wide stroked line path benchmark to bench. It...
2011-10-28 tomhudson@google.comIn debug builds, only run each benchmark 1 time (test...
2011-07-28 epoger@google.comupdate of all copyright notices to reflect new license...
2011-06-22 tomhudson@google.comNew benchmark to create many random quadratic paths.
2011-04-11 reed@google.comadd benchmark for path filling