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