1. 9d1cff1 use SkAutoTDelete instead of SkTScopedPtr by reed@google.com · 11 years ago
  2. 4314f1b Rebaseline Nexus7 cuteoverload performance trigger by robertphillips@google.com · 11 years ago
  3. cbbdab5 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  4. a213899 Build fix by junov@chromium.org · 11 years ago
  5. 4775cba Perlin noise adjustments by sugoi@google.com · 11 years ago
  6. d61ba6e Benchmark to measure SkSurface copy on write performance by junov@chromium.org · 11 years ago
  7. ab38e56 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  8. 8d55101 add special-case for chopping at exactly half for rational-quads (2-3x faster) by mike@reedtribe.org · 11 years ago
  9. 44f00b1 Rebaseline Nexus-7 performance triggers by robertphillips@google.com · 11 years ago
  10. e80114d Remove MacMini 10.8 performance triggers because they keep flip flopping by robertphillips@google.com · 11 years ago
  11. c2532dd Partial reapply of r5364 minus the non-neon code path. by djsollen@google.com · 11 years ago
  12. ae6f47e Switches to a Skia-specific appengine entry point that uses condensed data and taskqueue writes (SkipBuildbotRuns). by bensong@google.com · 11 years ago
  13. 7731ead Fix more clang errors. by tfarina@chromium.org · 11 years ago
  14. 97f57a6 Rebaseline Ubuntu performance trigger by robertphillips@google.com · 11 years ago
  15. eb6a41d Increases batch size for sending bench data to appengine to 66. by bensong@google.com · 11 years ago
  16. 3e1ba9f Re-enabling Mac 10.8 performance triggers removed in r8472 by robertphillips@google.com · 11 years ago
  17. 86b83fb Rebaseline Nexus7 performance triggers by robertphillips@google.com · 11 years ago
  18. 05a2ee0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  19. 01f010c Remove MacMini_10_8 performance triggers by robertphillips@google.com · 11 years ago
  20. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 11 years ago
  21. 51c8112 Convert #warning to comment to get iOS compiling by robertphillips@google.com · 11 years ago
  22. 6864cb8 Rebaseline Mac 10.8 performance flakes by robertphillips@google.com · 11 years ago
  23. 44b85fe Rebaselining performance flake by robertphillips@google.com · 11 years ago
  24. 4d3751d Rebaselining performance flakes by robertphillips@google.com · 11 years ago
  25. 72657e0 Rebaseline for Mac 10.9 performance trigger flakes by robertphillips@google.com · 11 years ago
  26. 28795f5 Widen the range on some performance trigger flakes by robertphillips@google.com · 11 years ago
  27. b2ef708 Remove Ubuntu gpu performance triggers by robertphillips@google.com · 11 years ago
  28. fb4038a Performance trigger rebaselines by robertphillips@google.com · 11 years ago
  29. 4f25baa Adjust performance triggers by robertphillips@google.com · 11 years ago
  30. 6a2ea69 More performance rebaselines by robertphillips@google.com · 11 years ago
  31. 8a70eef Add MSAA configs to bench. Review URL: https://codereview.chromium.org/12607013 by bsalomon@google.com · 11 years ago
  32. 25ba671 More Mac 10.8 performance rebaselines by robertphillips@google.com · 11 years ago
  33. 79dca3e Another Mac 10.8 performance rebaseline by robertphillips@google.com · 11 years ago
  34. 795181d Perfrormance rebaseline for Mac 10.8 by robertphillips@google.com · 11 years ago
  35. fbf66e8 Yet another performance trigger rebaseline by robertphillips@google.com · 11 years ago
  36. 48d94b80 More performance trigger rebaselines by robertphillips@google.com · 11 years ago
  37. ba66694 Rebaseline some more performance triggers (Mac 10.8 & Ubuntu) by robertphillips@google.com · 11 years ago
  38. d4be5dd Rebaselining Nexus7 performance triggers after r8171 by robertphillips@google.com · 11 years ago
  39. 8abc037 Rebaseline Ubuntu, Windows and Mac 10.8 performance triggers after r8171 by robertphillips@google.com · 11 years ago
  40. 604a56a Run non-rendering benches in their own config. by bsalomon@google.com · 11 years ago
  41. 23f785d Update performance triggers for new skps (also remove all _multi_* triggers) by robertphillips@google.com · 11 years ago
  42. d66fe09 Adjust Win7 performance trigger for outliers by robertphillips@google.com · 11 years ago
  43. a9a1967 Cut data point upload batch size to 25. by bensong@google.com · 11 years ago
  44. bb51fab Update bench_expectations & add triggers for N7, Mac 10.8 and Ubuntu by robertphillips@google.com · 11 years ago
  45. 632b9cc Disable all multi_*_threads triggers (see issue 1160) by robertphillips@google.com · 11 years ago
  46. 5dc0678 Make graph output optional in bench_graphs_svg by borenet@google.com · 11 years ago
  47. e3613ce Fix sign/unsigned warnings in benchmain.cpp and gmmain.cpp by bsalomon@google.com · 11 years ago
  48. c732f25 Add --gpucache size to bench. by bsalomon@google.com · 11 years ago
  49. 9c55f80 Fixing some warnings on Linux by sugoi@google.com · 11 years ago
  50. 848fa2b Codes for writing bench data to appengine datastore. by bensong@google.com · 11 years ago
  51. 77472f0 Bench : Unused parameters cleanup by sugoi@google.com · 11 years ago
  52. 161e1ba Created my own flag parser, based off of gflags. by scroggo@google.com · 11 years ago
  53. 6177e69 Split GrGLContextInfo into GrGLContext & GrGLContextInfo by robertphillips@google.com · 12 years ago
  54. 1744f97 Use glGetStringi to get extensions when available. by bsalomon@google.com · 12 years ago
  55. 5c90e29 Fix signed/unsigned comparison warnings in benchmain.cpp by bsalomon@google.com · 12 years ago
  56. 4180993 Fix GPU-less build of bench. by bsalomon@google.com · 12 years ago
  57. cb26535 Make GPU versions of benchs use the same canvas size as raster. by bsalomon@google.com · 12 years ago
  58. cd7421b Fix ChartBench crash. by bsalomon@google.com · 12 years ago
  59. 4a71997 Add chart bench. Review URL: https://codereview.appspot.com/7368051 by bsalomon@google.com · 12 years ago
  60. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 12 years ago
  61. d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. a99a92c Complete the implementation of the faster blur; now supports all blur styles and matches the boxfilter approximation visually. Also change the interpretation of the blur radius to be sigma/2; need to add SK_IGNORE_BLUR_RADIUS_CORRECTNESS to chromium GYP to avoid immediate layout test failures over there. by humper@google.com · 12 years ago
  63. edb711b bench_graph_svg: HUGE speedup for parsing tiled bench data by epoger@google.com · 12 years ago
  64. e9b31fa bench_graph_svg: more sorting to get deterministic results by epoger@google.com · 12 years ago
  65. 2459a39 bench_graph_svg: generate output in consistently sorted order, to make diffs more useful by epoger@google.com · 12 years ago
  66. ad91d92 try precompiling regexps to speed up bench_graph_svg.py by epoger@google.com · 12 years ago
  67. ba98f95 Script to plot tile vs. viewport comparison for given platform and revision. by bensong@google.com · 12 years ago
  68. f729a71 Re-enabled performance checking on Windows by robertphillips@google.com · 12 years ago
  69. 6184c97 Removes redundant and wrong check. by bensong@google.com · 12 years ago
  70. 06ded2d Fixes indentation error. Review URL: https://codereview.appspot.com/7307077 by bensong@google.com · 12 years ago
  71. 7325818 Fixes a bug that didn't address new perfdata location. by bensong@google.com · 12 years ago
  72. c3799ad Add a bench for SkBicubicImageFilter. by senorblanco@chromium.org · 12 years ago
  73. 5990397 Address google3 compiler warning by robertphillips@google.com · 12 years ago
  74. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  75. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  76. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  77. ff388f8 Fixes a bug introduced by the new per-tile bench log format. by bensong@google.com · 12 years ago
  78. 92b0f51 Updates gen_skp_ranges.py on recent changes of bench names, storage locations, etc. by bensong@google.com · 12 years ago
  79. 0c38ed3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  80. 4e5a895 Simplify and speed up SkIntroSort. https://codereview.appspot.com/7273048/ by bungeman@google.com · 12 years ago
  81. 73349aa extend gradient_create bench to test opaque and alpha gradient ramps by reed@google.com · 12 years ago
  82. 58ba410 cleanup: use DEF_BENCH macro by reed@google.com · 12 years ago
  83. 7de18e5 Add sk_ignore_unused_variable to avoid warnings. by bungeman@google.com · 12 years ago
  84. c1f9011 add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizing by reed@google.com · 12 years ago
  85. 0cf7b82 use DEF_BENCH macro by mike@reedtribe.org · 12 years ago
  86. 29dea74 Fix warnings resulting from 7496. by bungeman@google.com · 12 years ago
  87. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  88. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  89. a3c1348 add new test for region::intersect, when one is a rect, and it wholly contains by reed@google.com · 12 years ago
  90. 7047665 bench_compare proper spacing and tab option. by bungeman@google.com · 12 years ago
  91. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  92. a53dcce reduce array size in debug builds for sortbench. This avoids a stack-overflow by reed@google.com · 12 years ago
  93. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  94. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  95. c270baf change giantdashline test to use 4 intervals, to explicitly avoid the asPoints by reed@google.com · 12 years ago
  96. e5ceea9 update to emphasis the culling aspect of the test (making the line much longer, by reed@google.com · 12 years ago
  97. 996f64f add bench for giant dashed lines, to test future optimizations for culling by reed@google.com · 12 years ago
  98. a8f23c7 use DEF_BENCH for clarity by reed@google.com · 12 years ago
  99. 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
  100. 7fa58ac Changes per-tile bench values to use the average of repetitions from new bench log output. by bensong@google.com · 12 years ago