1. 6e33e23 Skip all .skps in 565. by mtklein · 10 years ago
  2. 9200758 SKPs-as-benches in nanobench by mtklein · 10 years ago
  3. e714e75 nanobench: support GMs-as-benches by mtklein · 10 years ago
  4. 3342ed5 Add rotated rects benchmarks by bsalomon · 10 years ago
  5. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  6. 2354f84 Test abandoning GL context in dm/nanobench. by bsalomon · 10 years ago
  7. d6aeb6d Fix thread unsafe mutex initialization. by bungeman · 10 years ago
  8. 6d3fe02 Rename GrGpuObject to GrGpuResource by bsalomon · 10 years ago
  9. 570c392 Fix the other microbench schema by kelvinly · 10 years ago
  10. c44be0e Merge GrGpuObject and GrCacheable. by bsalomon · 10 years ago
  11. c255337 Make nanobench setup configs outside of loop over benchmarks by bsalomon · 10 years ago
  12. 17f0b6d share dm and command flags by caryclark · 10 years ago
  13. 02cafcc Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  14. 05c4560 Fix GLubyte to GrGLubyte. by jcgregorio · 10 years ago
  15. bf5e523 Change JSON output of nanobench. by jcgregorio · 10 years ago
  16. 04d53a5 Revert of nanobench: --veryVerbose for more Win7 debugging (https://codereview.chromium.org/401663002/) by mtklein · 10 years ago
  17. e57452d nanobench: --veryVerbose for more Win7 debugging by Mike Klein · 10 years ago
  18. 55b0ffc nanobench: Protect more against infinite loops. by mtklein · 10 years ago
  19. 805ef15 Set maximum output size for scaled-image-cache images by halcanary · 10 years ago
  20. 3f376a5 (temporarily?) disable no-oped benches by Mike Klein · 10 years ago
  21. 9129477 Use __rdtsc on Windows. by Mike Klein · 10 years ago
  22. e363136 Try to debug Windows infinite loops in nanobench. by Mike Klein · 10 years ago
  23. 3944a1d destroyContexts after each bench instead of before by Mike Klein · 10 years ago
  24. 6238688 Give windows boring bars and use 'us' for microseconds. by mtklein · 10 years ago
  25. 1e319f7 Add --resetGpuContext to both DM and nanobench. by mtklein · 10 years ago
  26. a189ccd nanobench: add --runOnce. by mtklein · 10 years ago
  27. 60317d0f nanobench: support --outResultsFile by mtklein · 10 years ago
  28. 5d9d10e nanobench: add a cute bar chart by mtklein · 10 years ago
  29. fa04776 Use unpremul for premul_and_unpremul_alpha_ bench. by scroggo · 10 years ago
  30. c855ca0 Revert of Remove gpu shader optimatization for solid white or trans black colors (https://codereview.chromium.org/375823005/) by egdaniel · 10 years ago
  31. 5f78d22 Remove gpu shader optimatization for solid white or trans black colors by egdaniel · 10 years ago
  32. 00a8fae Add support for 64bit atomic inc/dec/cas by bsalomon · 10 years ago
  33. 67a3271 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  34. 1feac79 Revert of Slim Skia down to just one murmur3 implementation. (https://codereview.chromium.org/376183004/) by mtklein · 10 years ago
  35. 762c718 Remove useless options from bench by kelvinly · 10 years ago
  36. 6ac0037 Slim Skia down to just one murmur3 implementation. by mtklein · 10 years ago
  37. 40b32be nanobench: add median and --cpu/--gpu by mtklein · 10 years ago
  38. 6945618 gpu and cpu flags for gm and bench. by bsalomon · 10 years ago
  39. c846f4a Cleanup usage of GetResourcePath() after commit bcbc1788b478b1e54079318ad073e8490aa66fae. by tfarina · 10 years ago
  40. 9bc86ed Hey, maybe we should _call_ glFinish. by mtklein · 10 years ago
  41. bb6a028 draft gpu support in nanobench by mtklein · 10 years ago
  42. 170e00d Have Clang builders build in C++11 mode. by mtklein · 10 years ago
  43. 52d9ac6 stop calling SkCanvas::getDevice by reed · 10 years ago
  44. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  45. bae704b add rowbytes option to allocPixels by reed · 10 years ago
  46. 8c0c7b0 remove unnecessary bitmapdevice references by reed · 10 years ago
  47. f836415 Fix scale type in JSON format by kelvinly · 10 years ago
  48. 4d1a364 Make SKP bench JSON ouput better by kelvinly · 10 years ago
  49. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  50. f372321 Add nanobench, a fresh look at our microbenchmark harness. by mtklein · 10 years ago
  51. 474cef4 Disable bogus _scaled benches until we can figure out why they're bogus. by mtklein · 10 years ago
  52. 32492e8 delete disabled bench by mtklein · 10 years ago
  53. 332600f Bench: Change default maxMs from 4s to 1s. by borenet · 10 years ago
  54. b0203e5 Add schemas to Skia repo by kelvinly · 10 years ago
  55. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  56. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  57. bbf3e89 optimize circularclips to act as a bench, fix null-check bug in etcbench by reed · 10 years ago
  58. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  59. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  60. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  61. f461a8f Simple GPU based dithering: by krajcevski · 10 years ago
  62. f168b86 Remove Sk prefix from some bench classes. by tfarina · 10 years ago
  63. bcbc178 Refactor how we handle resources path in Tests. by tfarina · 10 years ago
  64. 30e6e2a Add basic stacktrace handler using libunwind. by mtklein · 10 years ago
  65. f01a6c3 In Android framework, make tools depend on jsoncpp by scroggo · 10 years ago
  66. 683e906 Remove SkBenchmark::postDraw. by mtklein · 10 years ago
  67. 4c07b6b BenchSysTimer_mach drops all sub-ms precision. Fix that! by mtklein · 10 years ago
  68. 90c471e Refine bench_record and bench_playback: by mtklein · 10 years ago
  69. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  70. fa1eaaa Added in framework to get more bench data by kelvinly · 10 years ago
  71. e8433c3 Really revert bench trigger changes. by bensong · 10 years ago
  72. 6079532 Revert trigger changes by kelvinly · 10 years ago
  73. 1acb8df Narrowed expectation margins noticeably by kelvinly · 10 years ago
  74. 5a220a1 Fix what I just broke by kelvinly · 10 years ago
  75. 10dc56c Fix broken rebaseline code by kelvinly · 10 years ago
  76. b6f4316 Try 1 at rebaseline by kelvinly · 10 years ago
  77. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  78. 880914c Reland "Clean up Test's resourcePath code." by tfarina · 10 years ago
  79. 9f1c241 Remove SkPicture::kUsePathBoundsForClip_RecordingFlag by robertphillips · 10 years ago
  80. 91359be Revert of Clean up Test's resourcePath code. (https://codereview.chromium.org/319473003/) by mtklein · 10 years ago
  81. 52e4f41 Clean up resourcePath code. by tfarina · 10 years ago
  82. c2fce56 Add bench for rectanizers by robertphillips · 10 years ago
  83. 9a3cdbb Two new benches for ETC1 bitmaps. by krajcevski · 10 years ago
  84. 05bb6f1 Add bench to measure drawing a dashed grid by egdaniel · 10 years ago
  85. cf44feb Clean up another silly race in benches when run concurrently. by mtklein · 10 years ago
  86. 80f709a TSAN caught us racing in ScalarBench.cpp by mtklein · 10 years ago
  87. 3dd6368 Revert of TSAN caught us racing in ScalarBench.cpp (https://codereview.chromium.org/305033002/) by commit-bot@chromium.org · 10 years ago
  88. ee982ed TSAN caught us racing in ScalarBench.cpp by commit-bot@chromium.org · 10 years ago
  89. 9681eeb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  90. 37c772a Reland https://codereview.chromium.org/286903025 by commit-bot@chromium.org · 10 years ago
  91. dcba993 Add sk_memcpy32 to Memcpy bench. by commit-bot@chromium.org · 10 years ago
  92. 293a4b3 Revert of PictureBenchmark JSON logging (https://codereview.chromium.org/286903025/) by commit-bot@chromium.org · 10 years ago
  93. 3089004 Add JSON logging support to bench_pictures by adding a PictureResultsWriter class (in tools/PictureResultsWriter.h) to process logging information, using a very similar style as bench/ResultsWriter.h by commit-bot@chromium.org · 10 years ago
  94. 5f640a3 Adds angle to bench expectation configs. by commit-bot@chromium.org · 10 years ago
  95. 0be2d83 Fix memcpy32_sse2_unalign. by commit-bot@chromium.org · 10 years ago
  96. 4885d50 Disable bench that's crashing on ChromeOS/Alex perf bot. by commit-bot@chromium.org · 10 years ago
  97. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  98. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  99. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  100. 29de433 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago