1. 4b0778e Remove dependency on src/android from dm and nanobench by msarett · 9 years ago
  2. 506e19a Move SkBitmapRegionDecoder to include/android and src/android by msarett · 9 years ago
  3. 84a8065 Reorganize BRD code in new tools directory by msarett · 9 years ago
  4. 7f69144 Add nanobench tests for BitmapRegionDecoder by msarett · 9 years ago
  5. cd1f2da add -Iinclude/private anywhere we have -Isrc/core by mtklein · 9 years ago
  6. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 10 years ago
  7. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 10 years ago
  8. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 10 years ago
  9. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 10 years ago
  10. b23e6aa Subset decoding benchmarks by msarett · 10 years ago
  11. b91f756 Experiment with find as a road to Gyp sanity. by mtklein · 10 years ago
  12. 44d43d8 Add a control benchmark. by mtklein · 10 years ago
  13. ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 10 years ago
  14. bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 10 years ago
  15. aab35d9 remove unused (by clients) SkPathUtils by reed · 10 years ago
  16. 649e045 Add a bench to measure SkPictureRecorder constant overhead. by mtklein · 10 years ago
  17. eef5b3e BUG=skia: by joshualitt · 10 years ago
  18. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 10 years ago
  19. a2f4be7 Sketch SkPMFloat by mtklein · 10 years ago
  20. 0883027 Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/) by mtklein · 10 years ago
  21. 50d2b31 Sketch SkPMFloat by mtklein · 10 years ago
  22. 95f192d Adding new benchmark to test image decoding performance. by msarett · 10 years ago
  23. 37a4736 add bench for very big paths by reed · 10 years ago
  24. 96638d1 add bench for building mipmaps by reed · 10 years ago
  25. c12b74d Collapse consecutive SkTableColorFilters by cwallez · 10 years ago
  26. e18a530 Add bench to measure blur rects performance by qiankun.miao · 10 years ago
  27. a30b2ee PictureRecordBench's benchmarks are no longer relevant with SkRecord. by mtklein · 10 years ago
  28. 1119c87 cleanup and optimize rect intersect routines by reed · 10 years ago
  29. feff7d2 Draw more accurate thick-stroked Beziers (disabled) by caryclark · 10 years ago
  30. ce68627 Adding 3D lut color filter by sugoi · 10 years ago
  31. 4416267 Nested picture nanobench by fmalita · 10 years ago
  32. 4473be8 Clean up some benches that answer questions we're no longer asking. by mtklein · 10 years ago
  33. 2a65a23 Remove SkQuadTree. by mtklein · 10 years ago
  34. 5387c83 Revert of Benchmark designed to exercise fractional image scale/translation (patchset #2 of https://codereview.chromium.org/491793003/) by djsollen · 10 years ago
  35. 5fc2266 Benchmark designed to exercise fractional image scale/translation by humper · 10 years ago
  36. 7e5598a Added bench for grid of patches. by dandov · 10 years ago
  37. b3c9d1c SkCanvas::drawPatch param SkPoint[12] by dandov · 10 years ago
  38. 3342ed5 Add rotated rects benchmarks by bsalomon · 10 years ago
  39. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 11 years ago
  40. c855ca0 Revert of Remove gpu shader optimatization for solid white or trans black colors (https://codereview.chromium.org/375823005/) by egdaniel · 11 years ago
  41. 5f78d22 Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 11 years ago
  42. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 11 years ago
  43. f372321 Add nanobench, a fresh look at our microbenchmark harness. by mtklein · 11 years ago
  44. 32492e8 delete disabled bench by mtklein · 11 years ago
  45. f168b86 Remove Sk prefix from some bench classes. by tfarina · 11 years ago
  46. c2fce56 Add bench for rectanizers by robertphillips · 11 years ago
  47. 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 11 years ago
  48. c4e416c Add Memcpy32 bench. by commit-bot@chromium.org · 11 years ago
  49. 0d64356 Add a new bench that tests a simple image filter DAG. by senorblanco@chromium.org · 11 years ago
  50. 4cd9e21 Add SkCanvas::writePixels that takes info+pixels directly by commit-bot@chromium.org · 11 years ago
  51. 4fcc3ca Add GrSet class built on top of RedBlackTree by commit-bot@chromium.org · 11 years ago
  52. 38aeb0f DM: also run benches once. by commit-bot@chromium.org · 11 years ago
  53. d6bab02 Reverting r12427 by rmistry@google.com · 11 years ago
  54. 5b39f5b Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  55. 2e86551 Fold bench source file list into bench.gyp. by commit-bot@chromium.org · 11 years ago
  56. 644629c Implement a benchmark for GrResourceCache by commit-bot@chromium.org · 11 years ago
  57. 126f7f5 Revert "Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."" by reed@google.com · 11 years ago
  58. 7b05659 Add gms and benchmarks for drawing blurry round rects. by scroggo@google.com · 11 years ago
  59. 84e922b Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values." by reed@google.com · 11 years ago
  60. ac9d306 speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values. by reed@google.com · 11 years ago
  61. 111fd11 Bench baseline for mostly 0 image. by scroggo@google.com · 11 years ago
  62. c289743 Major bench refactoring. by mtklein@google.com · 11 years ago
  63. 8f42697 This bench attempts to recreate Chromium's Canvas_putImageData performance test to track down https://code.google.com/p/chromium/issues/detail?id=270649. by commit-bot@chromium.org · 11 years ago
  64. aade2e1 Add fullscreen rect bench by bsalomon@google.com · 11 years ago
  65. 350b4d5 Remove SkBlendImageFilter, and all tests. Its functionality has been subsumed by SkXfermodeImageFilter. by senorblanco@chromium.org · 11 years ago
  66. 602a1d7 add scaledimagecache by reed@google.com · 12 years ago
  67. a308883 Add bench for hairline paths. by egdaniel@google.com · 12 years ago
  68. 523521c reenable the scale benchmark, and only bench actual canvas draw commands by humper@google.com · 12 years ago
  69. b088947 New bitmap filter checkin; this time with less build breakage by humper@google.com · 12 years ago
  70. 1a8940e Revert "More general image filter interface; tested implementation of standalone" by humper@google.com · 12 years ago
  71. 25fc6b9 More general image filter interface; tested implementation of standalone by humper@google.com · 12 years ago
  72. bcb42ae add charsToGlyphs to SkTypeface by reed@google.com · 12 years ago
  73. 064779a Adding my Bitmap2Path sample for 1on1 meeting. by commit-bot@chromium.org · 12 years ago
  74. 2bbc2c9 Add an option to create unpremultiplied bitmaps. by scroggo@google.com · 12 years ago
  75. 5f87975 Add benchmark for PremultiplyAlpha and UnpremultiplyAlpha in Skia by commit-bot@chromium.org · 12 years ago
  76. 8af0371 add bench for fontcache performance (measurement) by reed@google.com · 12 years ago
  77. c117cba add bench for sk_memset16/32 by reed@google.com · 12 years ago
  78. 1d2f631 add bench for blurred rectori case by robertphillips@google.com · 12 years ago
  79. 6670ab9 Added game-like bench marks by robertphillips@google.com · 12 years ago
  80. 5d71adf Adding new bench tests for lighting and blur by sugoi@google.com · 12 years ago
  81. 580a172 Added a few bench for some image filters by sugoi@google.com · 12 years ago
  82. 4775cba Perlin noise adjustments by sugoi@google.com · 12 years ago
  83. d61ba6e Benchmark to measure SkSurface copy on write performance by junov@chromium.org · 12 years ago
  84. d7aaf60 Add Xfermode bench. Also clear before rendering in bench (rather than after). by commit-bot@chromium.org · 12 years ago
  85. 4a71997 Add chart bench. Review URL: https://codereview.appspot.com/7368051 by bsalomon@google.com · 12 years ago
  86. c3799ad Add a bench for SkBicubicImageFilter. by senorblanco@chromium.org · 12 years ago
  87. c1f9011 add benchmark for stroked drawRect/drawOval/drawRRect, to prepare for optimizing by reed@google.com · 12 years ago
  88. 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 12 years ago
  89. a3f1c8e add bench for sorting by mike@reedtribe.org · 12 years ago
  90. 8e679fe Added new bench to test out 1xN BitmapProcShaders by robertphillips@google.com · 12 years ago
  91. 7c7292c Added a new function to directly generate a blurred rectangle analytically. by humper@google.com · 12 years ago
  92. 7d68335 add getTypes() to SkMatrix44, to cache how complex the matrix is. add bench by reed@google.com · 12 years ago
  93. 1ca015b add bench for hairlines by reed@google.com · 12 years ago
  94. 3d407a1 add bench for drawBitmapRectToRect by reed@google.com · 12 years ago
  95. 9243526 Added bench to replicate Google spreadsheet-style table drawing by robertphillips@google.com · 12 years ago
  96. cc9471c Fix premul alpha problems w/matrix convolution filter, and re-enable the bench. by senorblanco@chromium.org · 12 years ago
  97. 79723f9 Unreviewed; build fix. by senorblanco@chromium.org · 12 years ago
  98. 5faa2dc Implements a matrix convolution filter (raster path only). The filtering loop by senorblanco@chromium.org · 12 years ago
  99. 9a41252 Report data from bench_pictures in the same fashion as bench. by scroggo@google.com · 12 years ago
  100. 981b33a Add R-Tree bench. Review URL: https://codereview.appspot.com/6497086 by rileya@google.com · 12 years ago