1. 374772b Revert[8] "replace SkXfermode obj with SkBlendMode enum in paints" by reed · 8 years ago
  2. c245574 Revert[7] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  3. 2b2fc7d Revert[6] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  4. 3ed485f Revert[5] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  5. 1834242 Revert[4] "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  6. 2cbcd12 Revert "Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints""" by Mike Reed · 8 years ago
  7. 70cdb39 Revert "Revert "replace SkXfermode obj with SkBlendMode enum in paints"" by Mike Reed · 8 years ago
  8. ce02e71 Revert "replace SkXfermode obj with SkBlendMode enum in paints" by Mike Reed · 8 years ago
  9. 0591897 replace SkXfermode obj with SkBlendMode enum in paints by Mike Reed · 8 years ago
  10. afb8539 Revert of try to speed-up maprect + round2i + contains (patchset #8 id:140001 of https://codereview.chromium.org/2133413002/ ) by msarett · 8 years ago
  11. b42b785 try to speed-up maprect + round2i + contains by reed · 8 years ago
  12. cfb6bdf switch xfermodes over to sk_sp by reed · 8 years ago
  13. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  14. c6f28f7 Reland of "Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ )" by reed · 8 years ago
  15. 106e10d Revert of Finish conversion to sk_sp<SkShader> (patchset #2 id:20001 of https://codereview.chromium.org/1803763002/ ) by reed · 8 years ago
  16. 15c3a0e Finish conversion to sk_sp<SkShader> by reed · 8 years ago
  17. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  18. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  19. 57b7671 use override to make the new xcode happier by reed · 9 years ago
  20. 8db65a6 stop scaling loops and improve warmup bench by joshualitt · 9 years ago
  21. 7d4b458 Add warmup bench to visual bench by joshualitt · 9 years ago
  22. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  23. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  24. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  25. 87c35ad Remove aarects benchmark. Redundant with rotated_rects* bench and *much* slower. by bsalomon · 10 years ago
  26. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  27. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  28. 000d732 Move non-trivial work in RectBench() to onPreDraw. by commit-bot@chromium.org · 11 years ago
  29. 3361471 Simplify benchmark internal API. by commit-bot@chromium.org · 11 years ago
  30. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  31. 410e6e8 Refactoring: get rid of the SkBenchmark void* parameter. by mtklein@google.com · 11 years ago
  32. b87bf83 Add explicit double -> SkScalar conversion to fix werror on Windows. by mtklein@google.com · 11 years ago
  33. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  34. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  35. 6485b0b Switch out random number generator for tests, benches, samples. by commit-bot@chromium.org · 11 years ago
  36. ce0ce4f Add stroked oval benches. by jvanverth@google.com · 11 years ago
  37. 2fd42c4 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  38. 370d835 Add new bench for rotated rects (aarects_rotated) by robertphillips@google.com · 11 years ago
  39. 190260e Add stroked rrect benches. by jvanverth@google.com · 11 years ago
  40. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  41. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  42. 12310e4 Add new "aarects" bench to establish baseline for aa rect drawing by robertphillips@google.com · 12 years ago
  43. 884e60b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. 2d078b6 add bench for srcmode by reed@google.com · 12 years ago
  45. 60712f3 use DEF_BENCH() macro to clean up factory registrations -- no other change by reed@google.com · 12 years ago
  46. 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
  47. ca529d3 In debug builds, only run each benchmark 1 time (test for assertion-breakage, by tomhudson@google.com · 13 years ago
  48. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  49. 2ecead5 add 2 stroke tests to rects by mike@reedtribe.org · 13 years ago
  50. 981d479 http://codereview.appspot.com/3980041/ by reed@google.com · 13 years ago
  51. 1fcd51e add template macro to "safely" perform casts w/o breaking strict-aliasing by reed@google.com · 14 years ago
  52. 652807b Revert "Revert "Use hairline when line width <= 1.0, instead of < 1.0."" by agl@chromium.org · 14 years ago
  53. 6fd950c Revert "Use hairline when line width <= 1.0, instead of < 1.0." by agl@chromium.org · 14 years ago
  54. a956e4f Use hairline when line width <= 1.0, instead of < 1.0. by anatoly@google.com · 14 years ago
  55. e9d0060 add decode bench add dictionary for bench tools to see optional cmdline args by reed@android.com · 15 years ago
  56. f523e25 add BitmapBench by reed@android.com · 16 years ago
  57. a70ba36 remove duplicate SkTRegistry definition by reed@android.com · 16 years ago
  58. 4bc1983 add options to bench: -repeat N -forceOpaque -forceBlend -forceAA -forceBW by reed@android.com · 16 years ago
  59. d2c3744 add arg to make diff sized rects by reed@android.com · 16 years ago
  60. bd700c3 add benchmark framework by reed@android.com · 16 years ago