1. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  2. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago
  3. 46c5747 Merge SkCodec with SkScanlineDecoder by scroggo · 9 years ago
  4. 7f69144 Add nanobench tests for BitmapRegionDecoder by msarett · 9 years ago
  5. eddbefb skia: Add ANGLE with GL backend to nanobench/DM by hendrikw · 9 years ago
  6. afcd7cd Rename flag from "distance field" to "device independent." by bsalomon · 9 years ago
  7. 885bf09 skia: add ability to load command_buffer_gles2 by hendrikw · 9 years ago
  8. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  9. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  10. 60e0fee Remove include of stdlib.h from SkTypes.h. by bungeman · 9 years ago
  11. 1c005e4 Create a scanline decoder without creating a codec by scroggo · 9 years ago
  12. 9b2cdbf4 Allow creating multiple scanline decoders. by scroggo · 9 years ago
  13. cc29d26 Have nanobench pay attention to --threads. by mtklein · 9 years ago
  14. eb602a5 SkCodec no longer inherits from SkImageGenerator. by scroggo · 9 years ago
  15. 63a8285 Make nanobench zoom animation time based by cdalton · 9 years ago
  16. 2c56ba5 Don't suppress nanobench output table in verbose mode by cdalton · 9 years ago
  17. 3bf9206 Fix nanobench to reset gl/gr context after every config run. by egdaniel · 9 years ago
  18. e1b8958 Add samplingTime mode to nanobench by cdalton · 9 years ago
  19. b402296 Add loopSKP flag to nanobench by cdalton · 9 years ago
  20. d416a5b Implement SkGLContext swapBuffers with fence syncs by cdalton · 9 years ago
  21. ab80e35 Improved subset benchmarks by msarett · 9 years ago
  22. c751ecb When --mpd is true, run _mpd variants first, then non-mpd. by mtklein · 9 years ago
  23. b23e6aa Subset decoding benchmarks by msarett · 9 years ago
  24. 7622863 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  25. 084d1b6 Revert of Add direct getter for GrCaps to GrContext. (patchset #4 id:60001 of https://codereview.chromium.org/1149773005/) by bsalomon · 9 years ago
  26. 9138c46 Add direct getter for GrCaps to GrContext. by bsalomon · 9 years ago
  27. 682c269 Store context options on caps. by bsalomon · 9 years ago
  28. 08bf86d Revert of Store context options on caps. (patchset #3 id:40001 of https://codereview.chromium.org/1158433006/) by bsalomon · 9 years ago
  29. f28cff7 Store context options on caps. by bsalomon · 9 years ago
  30. d75c466 DM+nanobench: print both current and max RSS. by mtklein · 9 years ago
  31. 261c3ad Change to add zoom animations to nanobench by joshualitt · 9 years ago
  32. 9d9725c Do not crash nanobench in debug mode by msarett · 9 years ago
  33. 2102799 Test SkCodec to kIndex8 in nanobench. by scroggo · 9 years ago
  34. 081a8a4 nanobench does not need to handle failed rewind. by scroggo · 9 years ago
  35. 60869a4 Add timing SkCodec to nanobench. by scroggo · 9 years ago
  36. 75a0ebb Minor cleanup in nanobench by tomhudson · 9 years ago
  37. d968a6f Android HWUI backend Nanobench by tomhudson · 9 years ago
  38. e0b19d4 small fix for nanobench segfault when not running any tests by joshualitt · 9 years ago
  39. 95553d9 DM: display current memory usage (instead of peak) when available. by mtklein · 9 years ago
  40. 95f192d Adding new benchmark to test image decoding performance. by msarett · 9 years ago
  41. 57f27bd Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 9 years ago
  42. 1b6b626 nanobench: lazily decode bitmaps in .skps. by mtklein · 9 years ago
  43. b12ea41 Add texture create/upload stats and make nanobench have explicit gpu stats flag by bsalomon · 9 years ago
  44. cf5d9c9 Spin off GM::runAsBench() from flags. by mtklein · 10 years ago
  45. 55e88b2 More natural way to serialize GPU tasks and tests. by mtklein · 10 years ago
  46. a1193e4 Make SkStream *not* ref counted. by scroggo · 10 years ago
  47. afe3005 Require budget decision when creating a RenderTarget SkSurface. by bsalomon · 10 years ago
  48. 748ca3b Sketch DM refactor. by mtklein · 10 years ago
  49. 114c3cd Revert of Sketch DM refactor. (patchset #45 id:850001 of https://codereview.chromium.org/788243008/) by mtklein · 10 years ago
  50. 709d2c3 Sketch DM refactor. by mtklein · 10 years ago
  51. 0aa5cea fix last warnings on w64 and turn on w.a.e. by bsalomon · 10 years ago
  52. e451c4d Update nanobench so the non-MPD path doesn't permit layer hoisting by robertphillips · 10 years ago
  53. 5a8fc33 Don't upload metrics we don't want to track. by mtklein · 10 years ago
  54. e109145 nanobench: upload peak memory usage as its own trace. by mtklein · 10 years ago
  55. 051e56d Upload picture byte size and op count metrics for SKP recording. by mtklein · 10 years ago
  56. 4f10844 Turn on MPD threading in nanobench. by mtklein · 10 years ago
  57. 535776e Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/) by mtklein · 10 years ago
  58. 7e225bd nanobench: lazily decode bitmaps in .skps. by mtklein · 10 years ago
  59. 5b69377 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  60. e77dadd Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/) by robertphillips · 10 years ago
  61. 0ddad31 Add MultiPictureDraw to nanobench by robertphillips · 10 years ago
  62. 3b27ade Revert of Make nanobench and dm be usable from Chromium build (patchset #5 id:80001 of https://codereview.chromium.org/657373002/) by jcgregorio · 10 years ago
  63. c092d3b Make nanobench and dm be usable from Chromium build by kkinnunen · 10 years ago
  64. 4736e14 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  65. aa30ab3 Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/) by jvanverth · 10 years ago
  66. 06ba179 Get gpudft support working in dm, gm, nanobench and bench_pictures by jvanverth · 10 years ago
  67. 527930f Detect loops overflow for gpu benches. by mtklein · 10 years ago
  68. 6838d85 Try out SkTree in nanobench. by mtklein · 10 years ago
  69. 06cddec Print GPU cache stats in nanobench/dm with veryVerbose by bsalomon · 10 years ago
  70. c7f7f46 Draw SKPs in 256x256 tiles in nanobench. by mtklein · 10 years ago
  71. e070c2b nanobench: flush after recording every Nth data point. by mtklein · 10 years ago
  72. 5324978 detect --loops is < 0 and interpret that as running forever (mostly) by reed · 10 years ago
  73. 9e61bb7 Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  74. 1080596 Revert of Make the Sk GL context class an abstract base class (patchset #4 id:60001 of https://codereview.chromium.org/630843002/) by bsalomon · 10 years ago
  75. a90ed4e Make the Sk GL context class an abstract base class by kkinnunen · 10 years ago
  76. dc5bbab Have nanobench --verbose mode always just print integer nanoseconds. by mtklein · 10 years ago
  77. 53d2562 nanobench: print max RSS in debug mode too. by mtklein · 10 years ago
  78. 963504b Revert of nanobench: lazily decode bitmaps from SKPs (patchset #1 id:1 of https://codereview.chromium.org/572933006/) by mtklein · 10 years ago
  79. d664c21 nanobench: lazily decode bitmaps from SKPs by mtklein · 10 years ago
  80. fd731ce Measure picture recording speed in nanobench. by mtklein · 10 years ago
  81. 9628905 Distinguish common and unique names for skiaperf.com. by mtklein · 10 years ago
  82. 8247ec3 Fix format of nanobench result by qiankun.miao · 10 years ago
  83. ea65bfa Update DM JSON format. by mtklein · 10 years ago
  84. 49f085d "NULL !=" = NULL by bsalomon · 10 years ago
  85. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  86. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  87. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  88. 233c295 fix numerical overflows in 565 blends by reed · 10 years ago
  89. 2084050 Add --bbh (default true) to nanobench. by mtklein · 10 years ago
  90. 1915b62 Add --properties for things like gitHash that describe the current nanobench run. by mtklein · 10 years ago
  91. 753b870 Define NDEBUG instead of SK_DEBUG/SK_RELEASE. by mtklein · 10 years ago
  92. afb4379 Print max RSS in GM and nanobench too. by mtklein · 10 years ago
  93. 94e5156 Add --options to nanobench, similar to --key but for non-identifying options. by mtklein · 10 years ago
  94. 12b3544 Add runtime flag to turn compressed alpha masks on by krajcevski · 10 years ago
  95. 69a5560 Add entry point for passing options to the GrContextFactory by krajcevski · 10 years ago
  96. b511042 Fix iOS build by centralizing --writePath. by mtklein · 10 years ago
  97. 6eb03cc Add option to dump images from nanobench. by bsalomon · 10 years ago
  98. 3b4d077 Add angle config to nanobench and make angle a default config for dm and nanobench. by bsalomon · 10 years ago
  99. 2069e22 Fix calibration loop failure condition. by mtklein · 10 years ago
  100. 6e33e23 Skip all .skps in 565. by mtklein · 10 years ago