1. e5ceea9 update to emphasis the culling aspect of the test (making the line much longer, by reed@google.com · 12 years ago
  2. 996f64f add bench for giant dashed lines, to test future optimizations for culling by reed@google.com · 12 years ago
  3. a8f23c7 use DEF_BENCH for clarity by reed@google.com · 12 years ago
  4. 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
  5. 7fa58ac Changes per-tile bench values to use the average of repetitions from new bench log output. by bensong@google.com · 12 years ago
  6. 194bf82 Reverse sense of convex-quad-fix compiler flag by robertphillips@google.com · 12 years ago
  7. eebdd96 add rand10 bench for sort, which makes 10% of the entries repeats by reed@google.com · 12 years ago
  8. a3f1c8e add bench for sorting by mike@reedtribe.org · 12 years ago
  9. 1e30523 Fix bug in 1xN SkBitmapProcShader optimization by robertphillips@google.com · 12 years ago
  10. 46d3d39 Add GPU support for axis-aligned ovals: by jvanverth@google.com · 12 years ago
  11. 15dd300 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  12. 8e679fe Added new bench to test out 1xN BitmapProcShaders by robertphillips@google.com · 12 years ago
  13. 7cfb9c7 Revert r7241, which broke tests on most platforms. by tomhudson@google.com · 12 years ago
  14. 21e4322 Add SSE2 multiplication for SkMatrix44 on some platforms. by tomhudson@google.com · 12 years ago
  15. 20bd04e Turn on the kUsePathBoundsForClip_RecordingFlag in bench, gm and tools that use class PictureRenderer by junov@chromium.org · 12 years ago
  16. 4e23068 Re-enable inst counting in debug builds. by bsalomon@google.com · 12 years ago
  17. 9318231 add benches for drawBitmapRectToRect with slight scale/translate by reed@google.com · 12 years ago
  18. 33cdbde Fix leaks in blurrect benchs and gm. by bsalomon@google.com · 12 years ago
  19. 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
  20. 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
  21. cb88d32 fix warnings (float to int), and convert to skia-style by reed@google.com · 12 years ago
  22. 05af1af eliminate all warnings in non-thirdparty code on mac by humper@google.com · 12 years ago
  23. 8ae714b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  24. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  25. 90533be add matrixbench for invert_translate by reed@google.com · 12 years ago
  26. 82bf8bb use DEF_BENCH to simplify registration by reed@google.com · 12 years ago
  27. d3fd98f Parses per-tile benches and returns the sum as overall skp bench. by bensong@google.com · 12 years ago
  28. a7aedfe Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  29. 12310e4 Add new "aarects" bench to establish baseline for aa rect drawing by robertphillips@google.com · 12 years ago
  30. 61b05dc Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  31. 9973a8a Matrix inversion optimizations and benchmark; originally by whunt@google.com. by tomhudson@google.com · 12 years ago
  32. ca47aae Minor cleanup by robertphillips@google.com · 12 years ago
  33. dbfac8a Defining new color constat for transparent color by junov@google.com · 12 years ago
  34. 0264fb4 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  35. 935ad02 Add drawPoints dash bench by robertphillips@google.com · 12 years ago
  36. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  37. 93f0332 Fixed remaining clang compiler warnings by robertphillips@google.com · 12 years ago
  38. cd63fb5 Adds BENCH_ALLOWED_NOISE to widen expected bench ranges. by bensong@google.com · 12 years ago
  39. 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
  40. 661aeee Update bench_expectations.txt with new codes in issue 6842112. by bensong@google.com · 12 years ago
  41. 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
  42. fa1d4ea add skp bench expectations and watch for alerts. by bensong@google.com · 12 years ago
  43. 884e60b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  44. 0561a3c need this for prev. cl by reed@google.com · 12 years ago
  45. 2d078b6 add bench for srcmode by reed@google.com · 12 years ago
  46. 60712f3 use DEF_BENCH() macro to clean up factory registrations -- no other change by reed@google.com · 12 years ago
  47. 9bee33a Add a conservativelyContainsRect function to SkPath. by bsalomon@google.com · 12 years ago
  48. 6849279 Adds a file for revision annotations on dashboard. by bensong@google.com · 12 years ago
  49. fc5100a use DEF_BENCH to simplify lots of registrations by reed@google.com · 12 years ago
  50. 7158e6a Improve NaCl support by borenet@google.com · 12 years ago
  51. 16e3dde Platform/Engine -> Backend createPlatform -> wrapBackend by bsalomon@google.com · 12 years ago
  52. 1ca015b add bench for hairlines by reed@google.com · 12 years ago
  53. 1e34ff7 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  54. 158618e Removed degenerate quads from zero radius Chrome-style round rects by robertphillips@google.com · 12 years ago
  55. 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
  56. b95eaa8 Altered arcTo's canonical points to (usually) be convex by robertphillips@google.com · 12 years ago
  57. 989a95e Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  58. f6fc3fc Add new bench to exercise SkPath::arcTo (arbroundrect) by robertphillips@google.com · 12 years ago
  59. 420f9e9 add opaque/alpha variants by reed@google.com · 12 years ago
  60. b8b92ea add DEF_BENCH marco to make it easy to register new benches by reed@google.com · 12 years ago
  61. f57c01b Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  62. 3d407a1 add bench for drawBitmapRectToRect by reed@google.com · 12 years ago
  63. 43859d5 Adds a script to help analyze bench ranges to add/change in bench/bench_expectations.txt by bensong@google.com · 12 years ago
  64. 7cc7f49 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  65. 9243526 Added bench to replicate Google spreadsheet-style table drawing by robertphillips@google.com · 12 years ago
  66. 5987f58 build iOS with 'make all' by caryclark@google.com · 12 years ago
  67. 373ebc6 Suppress some warnings on linux. by bsalomon@google.com · 12 years ago
  68. 8640d50 This patch adds support for optional processing of the alpha channel in by senorblanco@chromium.org · 12 years ago
  69. 4c5ea44 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  70. fb10389 Adding a silent playback option to SkGPipeRead by junov@chromium.org · 12 years ago
  71. c5e1ed8 Prevent LinearRegression from dividing by zero so the GenerateBenchGraphs step doesn't blow up if the data is all zeroes. by senorblanco@chromium.org · 12 years ago
  72. dc12b62 Update bench_expectations by borenet@google.com · 12 years ago
  73. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  74. 31f8f73 Fixed valgrind complaint in MatrixBench by robertphillips@google.com · 12 years ago
  75. bf3ef28 Fixed memory leak in deferred_canvas_record bench by robertphillips@google.com · 12 years ago
  76. 433ce5e Made more benchs non-rendering by robertphillips@google.com · 12 years ago
  77. 37711e1 Update expected bench results for picture_playback_drawText_GPU_c by epoger@google.com · 12 years ago
  78. ad0c5d2 Adds bench expectation file and mechanism for triggering bench-out-of-range alerts from bench_graph_svg. by bensong@google.com · 12 years ago
  79. 83187a2 Make all random path benchs non-rendering by robertphillips@google.com · 12 years ago
  80. 9dc2713 Let SkBenchmark classes specify that they do no rendering. by tomhudson@google.com · 12 years ago
  81. fc15722 Turn down repeat count on ref counting and memory pool benches. by tomhudson@google.com · 12 years ago
  82. 9d59420 Added GPU resource cache stats printing to bench & removed some noise from inst counting information by robertphillips@google.com · 12 years ago
  83. 752acc7 Provide labels for variant settings in bench graph. by bungeman@google.com · 12 years ago
  84. 4cea9f4 Use double dashes for bench options to be consistent. by scroggo@google.com · 12 years ago
  85. 4813458 Make BBoxHierarchy ref-counted, fix leak in RTreeTest. by rileya@google.com · 12 years ago
  86. 07a05d5 Fixed memory leak in RTreeBench by robertphillips@google.com · 12 years ago
  87. d62f1b0 Fix for Windows build. by scroggo@google.com · 12 years ago
  88. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  89. 61348d1 Fix rtree bench name bug. Unreviewed. by rileya@google.com · 12 years ago
  90. 6c77816 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  91. 981b33a Add R-Tree bench. Review URL: https://codereview.appspot.com/6497086 by rileya@google.com · 12 years ago
  92. 73bb3be Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  93. 5125d84 add more cases to dashline: circle-vs-square, 0,1,2 stroke_width by reed@google.com · 12 years ago
  94. 31e9d64 add bench for drawline + dashing by reed@google.com · 12 years ago
  95. 6806bda Added bench to test multiple readPixels case by robertphillips@google.com · 12 years ago
  96. b78765e Reverting r5364 (Update ARM and NEON optimizations for S32A_Opaque_BlitRow32) by robertphillips@google.com · 12 years ago
  97. dc1a3ba Update ARM and NEON optimizations for S32A_Opaque_BlitRow32. by djsollen@google.com · 12 years ago
  98. 7426743 Records bench graph scale information so we can calculate back the bench values. by bensong@google.com · 12 years ago
  99. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  100. 91ee3a1 Added second "truncated" cpu/wall timer to bench by robertphillips@google.com · 12 years ago