1. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years ago
  2. 3872c98 Move convexity enum out of public by Mike Reed · 4 years ago
  3. 6052c0b Only expose isConvex on path publicly. by Mike Reed · 4 years ago
  4. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years ago
  5. 60fc650 Lower cubic stroke recursion limit to 24 by Tyler Denniston · 4 years ago
  6. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 3 months ago
  7. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 3 months ago
  8. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 3 months ago
  9. 116b33e Remove SkMaxScalar and SkMinScalar by Brian Osman · 4 years, 6 months ago
  10. 30bc527 Revert "Reland "Revert "Use flat version of path-direction enum""" by Mike Reed · 4 years, 9 months ago
  11. 7cda6f3 Reland "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 9 months ago
  12. 1792b19 Revert "Revert "Use flat version of path-direction enum"" by Mike Reed · 4 years, 9 months ago
  13. 0dacc6b Revert "Use flat version of path-direction enum" by Mike Reed · 4 years, 9 months ago
  14. e0fbe94 Use flat version of path-direction enum by Mike Reed · 4 years, 9 months ago
  15. 4241f5e Revert "add guard to switch to SkPathTypes" by Mike Reed · 5 years ago
  16. e1af444 add guard to switch to SkPathTypes by Mike Reed · 5 years ago
  17. 92b3335 more rect api simplifications by Mike Reed · 5 years ago
  18. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  19. 646107f add bench to time relative gain for convexity by Mike Reed · 6 years ago
  20. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  21. d29f0e7 Do not divide loops in PathBench by Yuqian Li · 7 years ago
  22. 9d5dcda We should draw at least once for benchmark by Yuqian Li · 7 years ago
  23. fafe135 SkSize can be aggregate-initialized by Hal Canary · 7 years ago
  24. df85c38 stop using SkScalarMul by Mike Reed · 7 years ago
  25. 8d3196b expose new tight-bounds method on SkPath by Mike Reed · 8 years ago
  26. 0d7dac8 experimental tight-bounds by Mike Reed · 8 years ago
  27. 8eedbfc Revert "Revert "Improve quad edges' smoothness in non-AA cases"" by Yuqian Li · 8 years ago
  28. 1e74cad Revert "Improve quad edges' smoothness in non-AA cases" by Mike Klein · 8 years ago
  29. d4ed326 Improve quad edges' smoothness in non-AA cases by Yuqian Li · 8 years ago
  30. 131c1fb Add GMs and benchs for concave Analytic AA by Yuqian Li · 8 years ago
  31. a27f669 Benchmark rotated rect with AA/noAA by liyuqian · 8 years ago
  32. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  33. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  34. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  35. d3ebb48 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  36. 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
  37. 7403d87 IWYU: 'core' target, files starting A-C. by bungeman · 9 years ago
  38. f059900 Fix up -Winconsistent-missing-override by mtklein · 9 years ago
  39. 1d24b8d Add matrix constructing helpers to SkMatrix by robertphillips · 9 years ago
  40. 5501103 use new faster/vector impl for chopping conics by reed · 9 years ago
  41. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  42. b640203 use Sk2s for conics by reed · 9 years ago
  43. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  44. 3f376a5 (temporarily?) disable no-oped benches by Mike Klein · 10 years ago
  45. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  46. 683e906 Remove SkBenchmark::postDraw. by mtklein · 10 years ago
  47. 8f88117 Cap memory usage in path_create bench. by commit-bot@chromium.org · 11 years ago
  48. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  49. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  50. a1a097e increase coverage of SkPath.cpp, remove unused code by commit-bot@chromium.org · 11 years ago
  51. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  52. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  53. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  54. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  55. 277c3f8 bump picture version since SkPath has changed (conics) by reed@google.com · 11 years ago
  56. fa2f2a4 Revert "add asserts to point<-->verb helpers" by reed@google.com · 11 years ago
  57. 7950a9e add asserts to point<-->verb helpers by reed@google.com · 11 years ago
  58. 8152113 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  59. af5c506 add routines to compute error between conic and quad by mike@reedtribe.org · 11 years ago
  60. 28552e1 rename SkRationalQuad to SkConic by mike@reedtribe.org · 11 years ago
  61. ab38e56 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  62. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 11 years ago
  63. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  64. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 11 years ago
  65. 0cf7b82 use DEF_BENCH macro by mike@reedtribe.org · 12 years ago
  66. 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
  67. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  68. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  69. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  70. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  71. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
  72. 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
  73. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
  74. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  75. f6fc3fc Add new bench to exercise SkPath::arcTo (arbroundrect) by robertphillips@google.com · 12 years ago
  76. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  77. 83187a2 Make all random path benchs non-rendering by robertphillips@google.com · 12 years ago
  78. 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
  79. 17bb458 Add fast path in arcTo and addArc for 0==sweep && 0|360==sweepAngle by robertphillips@google.com · 12 years ago
  80. b5e4703 Reduce number of paths created by benchs by bsalomon@google.com · 12 years ago
  81. 6d552ee Reduce allocations in RandomPathBench by bsalomon@google.com · 12 years ago
  82. 62e4190 Reduce path_copy iteration count, hopefully allows nexus s bot to complete without OOM. by bsalomon@google.com · 12 years ago
  83. 30e6d2c Adds a bunch of benchmarks around creating, transforming, testing path equality, by bsalomon@google.com · 12 years ago
  84. 1647a19 add circle benchmark by bsalomon@google.com · 12 years ago
  85. e50f736 Add a wide stroked line path benchmark to bench. It uses the same stroke width by senorblanco@chromium.org · 13 years ago
  86. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  87. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  88. 6e8d335 New benchmark to create many random quadratic paths. by tomhudson@google.com · 13 years ago
  89. d34658a add benchmark for path filling by reed@google.com · 13 years ago