1. 5c90e29 Fix signed/unsigned comparison warnings in benchmain.cpp by bsalomon@google.com · 12 years ago
  2. 4180993 Fix GPU-less build of bench. by bsalomon@google.com · 12 years ago
  3. cb26535 Make GPU versions of benchs use the same canvas size as raster. by bsalomon@google.com · 12 years ago
  4. cd7421b Fix ChartBench crash. by bsalomon@google.com · 12 years ago
  5. 4a71997 Add chart bench. Review URL: https://codereview.appspot.com/7368051 by bsalomon@google.com · 12 years ago
  6. dff53c2 remove obsolete build flag SK_IGNORE_CONVEX_QUAD_OPT by reed@google.com · 12 years ago
  7. d454ec1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  8. 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
  9. edb711b bench_graph_svg: HUGE speedup for parsing tiled bench data by epoger@google.com · 12 years ago
  10. e9b31fa bench_graph_svg: more sorting to get deterministic results by epoger@google.com · 12 years ago
  11. 2459a39 bench_graph_svg: generate output in consistently sorted order, to make diffs more useful by epoger@google.com · 12 years ago
  12. ad91d92 try precompiling regexps to speed up bench_graph_svg.py by epoger@google.com · 12 years ago
  13. ba98f95 Script to plot tile vs. viewport comparison for given platform and revision. by bensong@google.com · 12 years ago
  14. f729a71 Re-enabled performance checking on Windows by robertphillips@google.com · 12 years ago
  15. 6184c97 Removes redundant and wrong check. by bensong@google.com · 12 years ago
  16. 06ded2d Fixes indentation error. Review URL: https://codereview.appspot.com/7307077 by bensong@google.com · 12 years ago
  17. 7325818 Fixes a bug that didn't address new perfdata location. by bensong@google.com · 12 years ago
  18. c3799ad Add a bench for SkBicubicImageFilter. by senorblanco@chromium.org · 12 years ago
  19. 5990397 Address google3 compiler warning by robertphillips@google.com · 12 years ago
  20. fe1b536 Enhance GL error checking for non-Ganesh GL calls by robertphillips@google.com · 12 years ago
  21. efbe8e9 Fix errors when compiling with -Wall -Werror on Android. by djsollen@google.com · 12 years ago
  22. fec0bc3 Remove legacy names no longer referenced in Chrome and WebKit. by bsalomon@google.com · 12 years ago
  23. ff388f8 Fixes a bug introduced by the new per-tile bench log format. by bensong@google.com · 12 years ago
  24. 92b0f51 Updates gen_skp_ranges.py on recent changes of bench names, storage locations, etc. by bensong@google.com · 12 years ago
  25. 0c38ed3 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 4e5a895 Simplify and speed up SkIntroSort. https://codereview.appspot.com/7273048/ by bungeman@google.com · 12 years ago
  27. 73349aa extend gradient_create bench to test opaque and alpha gradient ramps by reed@google.com · 12 years ago
  28. 58ba410 cleanup: use DEF_BENCH macro by reed@google.com · 12 years ago
  29. 7de18e5 Add sk_ignore_unused_variable to avoid warnings. by bungeman@google.com · 12 years ago
  30. c1f9011 add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizing by reed@google.com · 12 years ago
  31. 0cf7b82 use DEF_BENCH macro by mike@reedtribe.org · 12 years ago
  32. 29dea74 Fix warnings resulting from 7496. by bungeman@google.com · 12 years ago
  33. 747f1ec Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  34. cfcb1be Add SHA1 and MD5 to utils. https://codereview.appspot.com/7071055/ by bungeman@google.com · 12 years ago
  35. a3c1348 add new test for region::intersect, when one is a rect, and it wholly contains by reed@google.com · 12 years ago
  36. 7047665 bench_compare proper spacing and tab option. by bungeman@google.com · 12 years ago
  37. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  38. a53dcce reduce array size in debug builds for sortbench. This avoids a stack-overflow by reed@google.com · 12 years ago
  39. 4024f32 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 4bbdeac add optional cull-rect to patheffects, so they can do less work if their results by reed@google.com · 12 years ago
  41. c270baf change giantdashline test to use 4 intervals, to explicitly avoid the asPoints by reed@google.com · 12 years ago
  42. e5ceea9 update to emphasis the culling aspect of the test (making the line much longer, by reed@google.com · 12 years ago
  43. 996f64f add bench for giant dashed lines, to test future optimizations for culling by reed@google.com · 12 years ago
  44. a8f23c7 use DEF_BENCH for clarity by reed@google.com · 12 years ago
  45. 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
  46. 7fa58ac Changes per-tile bench values to use the average of repetitions from new bench log output. by bensong@google.com · 12 years ago
  47. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  48. eebdd96 add rand10 bench for sort, which makes 10% of the entries repeats by reed@google.com · 12 years ago
  49. a3f1c8e add bench for sorting by mike@reedtribe.org · 12 years ago
  50. 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 12 years ago
  51. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  52. 15dd300 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  53. 8e679fe Added new bench to test out 1xN BitmapProcShaders by robertphillips@google.com · 12 years ago
  54. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 12 years ago
  55. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 12 years ago
  56. 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
  57. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  58. 9318231 add benches for drawBitmapRectToRect with slight scale/translate by reed@google.com · 12 years ago
  59. 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
  60. a543b60 Add clear after each image save, so that GPU images won't end up progressively compositing on top of one another. by jvanverth@google.com · 12 years ago
  61. 732fbee speculative change to speedup blurrect bench for large radius, to see if the bots are timing out by mike@reedtribe.org · 12 years ago
  62. cb88d32 fix warnings (float to int), and convert to skia-style by reed@google.com · 12 years ago
  63. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  64. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  65. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  66. 90533be add matrixbench for invert_translate by reed@google.com · 12 years ago
  67. 82bf8bb use DEF_BENCH to simplify registration by reed@google.com · 12 years ago
  68. d3fd98f Parses per-tile benches and returns the sum as overall skp bench. by bensong@google.com · 12 years ago
  69. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. 12310e4 Add new "aarects" bench to establish baseline for aa rect drawing by robertphillips@google.com · 12 years ago
  71. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  72. 9973a8a Matrix inversion optimizations and benchmark; originally by whunt@google.com. by tomhudson@google.com · 12 years ago
  73. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  74. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  75. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  76. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  77. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  78. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  79. cd63fb5 Adds BENCH_ALLOWED_NOISE to widen expected bench ranges. by bensong@google.com · 12 years ago
  80. 91f489a Modify the blur bench to add tests for high-quality blurs, and large non-integer blurs. Change the Coarse flag (which just turns on separable blurs) to an #ifdef, since separable is no longer just Coarse. (This #ifdef will hopefully be shortlived, once Chrome has switched). by senorblanco@chromium.org · 12 years ago
  81. 661aeee Update bench_expectations.txt with new codes in issue 6842112. by bensong@google.com · 12 years ago
  82. dc2dd2e update bench_expectations with wider range before further investigations and discussions; change precision of bench values to 0.001. by bensong@google.com · 12 years ago
  83. fa1d4ea add skp bench expectations and watch for alerts. by bensong@google.com · 12 years ago
  84. 884e60b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  85. 0561a3c need this for prev. cl by reed@google.com · 12 years ago
  86. 2d078b6 add bench for srcmode by reed@google.com · 12 years ago
  87. 60712f3 use DEF_BENCH() macro to clean up factory registrations -- no other change by reed@google.com · 12 years ago
  88. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  89. 6849279 Adds a file for revision annotations on dashboard. by bensong@google.com · 12 years ago
  90. fc5100a use DEF_BENCH to simplify lots of registrations by reed@google.com · 12 years ago
  91. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  92. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  93. 1ca015b add bench for hairlines by reed@google.com · 12 years ago
  94. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  95. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
  96. 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
  97. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
  98. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  99. f6fc3fc Add new bench to exercise SkPath::arcTo (arbroundrect) by robertphillips@google.com · 12 years ago
  100. 420f9e9 add opaque/alpha variants by reed@google.com · 12 years ago