1. 8c1a4f8 update picture recording benchmarks to allow comparison with SkLiteRecorder by mtklein · 8 years ago
  2. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  3. e0d3629 Add test configs for instanced rendering by csmartdalton · 8 years ago
  4. efded51 Always supply a color space (sRGB for now) with F16 by brianosman · 8 years ago
  5. dda5445 Remove GrLayerHoister by robertphillips · 8 years ago
  6. db197a5 Fix Mac clang linker by msarett · 8 years ago
  7. 67cb666 Add --simpleCodec to nanobench flags to run a smaller set of benchmarks by msarett · 8 years ago
  8. 1a48e13 Respect color type and gamma settings in nanobench GPU configs by brianosman · 8 years ago
  9. 52ede1d More removal of SkColorProfileType... by brianosman · 8 years ago
  10. 802acec Revert of More removal of SkColorProfileType... (patchset #2 id:20001 of https://codereview.chromium.org/2071393002/ ) by egdaniel · 8 years ago
  11. 944876f More removal of SkColorProfileType... by brianosman · 8 years ago
  12. b109b8c Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  13. ab82418 Revert of Lots of progress switching to SkColorSpace rather than SkColorProfileType (patchset #10 id:180001 of https://codereview.chromium.org/2069173002/ ) by brianosman · 8 years ago
  14. 6a61a87 Lots of progress on switching to SkColorSpace rather than SkColorProfileType by brianosman · 8 years ago
  15. 4dbbd04 SkLeanWindows.h: #include "Windows.h" fewer places by halcanary · 8 years ago
  16. 2cee902 Add color correction benchmark - with comparison to qcms by msarett · 8 years ago
  17. ca1ec03 Move forceSRGB to SkCommonFlags. by herb · 8 years ago
  18. b8486f5 add --forceSRGB option to nanobench, to get all src images to be SRGB by reed · 8 years ago
  19. d1227a7 Delete SkBitmapRegionCanvas by msarett · 8 years ago
  20. 9837740 Simplify GrSWMaskHelper by robertphillips · 8 years ago
  21. c869932 Nanobench running on Vulkan by bsalomon · 8 years ago
  22. 8b7451a Turn ContextInfos returned by GrContextFactory into structs. by bsalomon · 8 years ago
  23. 69deca8 Add ColorCodecSrc for testing/comparison on color corrected decodes by msarett · 8 years ago
  24. 85b4b53 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  25. b4b4cf3 Revert of Rename enums in GrContextFactory to remove "GL" (patchset #4 id:60001 of https://codereview.chromium.org/1845923004/ ) by bsalomon · 8 years ago
  26. 2d9c6f8 Rename enums in GrContextFactory to remove "GL" by bsalomon · 8 years ago
  27. 273c0f5 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  28. 3e4616f Revert of rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext (patchset #5 id:80001 of https://codereview.chromium.org/1849463002/ ) by bsalomon · 8 years ago
  29. 4c7f0a1 rename sk_gpu_test::GLContext to sk_gpu_test::GLTestContext by bsalomon · 8 years ago
  30. 3724e57 Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  31. 6f70d43 Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ ) by robertphillips · 8 years ago
  32. fe3456c Move SkGLContext and some GrGLInterface implementations to skgputest module by bsalomon · 8 years ago
  33. e8f3062 switch surface to sk_sp by reed · 8 years ago
  34. 6ae6dc7 nanobench: Stop reporting median_ms, it's no better than min_ms. by jcgregorio · 8 years ago
  35. ca2622b return pictures as sk_sp by reed · 8 years ago
  36. 18300a3 detach -> release by mtklein · 8 years ago
  37. bb6c41b add f16 and srgb --configs to nanobench by mtklein · 8 years ago
  38. d4e1c35 nanobench: Use device independent font flag for GPU configs by kkinnunen · 8 years ago
  39. 5ec26ae Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  40. bd500f0 Revert of Move Budgeted enum out of SkSurface, use in GrTextureProvider (patchset #6 id:100001 of https://codereview.chromium.org/1728093005/ ) by bsalomon · 8 years ago
  41. 57599fe Move Budgeted enum out of SkSurface, use in GrTextureProvider by bsalomon · 8 years ago
  42. 91e457d Fix "^" in --match flag for nanobench SKPs by cdalton · 8 years ago
  43. 8445102 Add AndroidCodecBench to time scaled decodes by msarett · 8 years ago
  44. 3ebd050 Create a thermal manager class and wire it in to nanobench behind a flag by joshualitt · 8 years ago
  45. 7a5ada8 Support --dryRun in nanobench to get a list of benchmarks. by brianosman · 8 years ago
  46. 8673714 Treat bad values passed to --images as a fatal error by scroggo · 8 years ago
  47. 65dfd2f Add --benchType and --sourceType to nanobench. by mtklein · 8 years ago
  48. ad38ed6 Revert of Treat bad values passed to --images as a fatal error (patchset #17 id:320001 of https://codereview.chromium.org/1611323004/ ) by scroggo · 8 years ago
  49. f2b340f Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 8 years ago
  50. 817c72a Fix broken Android framework builds by djsollen · 8 years ago
  51. 7579786 Treat bad values passed to --images as a fatal error by scroggo · 8 years ago
  52. c47635e Adding support for parsing extended gpu config parameters in nanobench by svaisanen · 8 years ago
  53. 0edf169 Stop testing SkImageDecoder in DM/nanobench by scroggo · 9 years ago
  54. 8d61f0d Add pre_log option to nanobench; make this option default true in nanobench_flags.py and dm_flags.py. by benjaminwagner · 9 years ago
  55. aa97a84 Revert of Consolidate SK_CRASH and sk_throw into SK_ABORT (patchset #5 id:80001 of https://codereview.chromium.org/1610823002/ ) by djsollen · 9 years ago
  56. 4c5cd7d Consolidate SK_CRASH and sk_throw into SK_ABORT by djsollen · 9 years ago
  57. 01836ad Revert to old behavior for swap buffers by joshualitt · 9 years ago
  58. 5352015 Make nanobench --outResultsFile only work with Release builds. by mtklein · 9 years ago
  59. e5cf2c6 Have nanobench report bench median sample time too. by mtklein · 9 years ago
  60. 6f0ff91 apply --match to image file names too, like we do for .skps by mtklein · 9 years ago
  61. c7796b9 Make CodecBench test kPremul and kUnpremul by msarett · 9 years ago
  62. 38ce0a7 Add missing include for sleep by scroggo · 9 years ago
  63. 3405800 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  64. 54e2ca5 Revert of Make SkGLContext lifetime more well-defined (patchset #7 id:120001 of https://codereview.chromium.org/1511773005/ ) by jcgregorio · 9 years ago
  65. 830e012 Make SkGLContext lifetime more well-defined by kkinnunen · 9 years ago
  66. c149f0e On Valgrind bots, print a message every 20 minutes by msarett · 9 years ago
  67. 3e980c3 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  68. 0f515bd Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #21 id:400001 of https://codereview.chromium.org/1490113005/ ) by rmistry · 9 years ago
  69. 9ebc3f0 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  70. 4dabf83 Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #18 id:340001 of https://codereview.chromium.org/1490113005/ ) by joshualitt · 9 years ago
  71. c8b4336 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  72. 789fd99 Remove Subset*Benches by scroggo · 9 years ago
  73. 4ff653c Revert of Add config options to run different GPU APIs to dm and nanobench (patchset #12 id:220001 of https://codereview.chromium.org/1490113005/ ) by reed · 9 years ago
  74. e13ca32 Add config options to run different GPU APIs to dm and nanobench by kkinnunen · 9 years ago
  75. 5219fd9 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  76. 9d66696 Revert of Make NVPR a GL context option instead of a GL context (patchset #9 id:160001 of https://codereview.chromium.org/1448883002/ ) by borenet · 9 years ago
  77. 64492c4 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  78. 66cfcff simplify nanobench --quiet / -q output by mtklein · 9 years ago
  79. e45c81c Began logging more gpu stats from nanobench by joshualitt · 9 years ago
  80. 9323dc6 Revert of Fix Android framework build (patchset #1 id:1 of https://codereview.chromium.org/1491563003/ ) by scroggo · 9 years ago
  81. a0a024e Revert of Make NVPR a GL context option instead of a GL context (patchset #2 id:20001 of https://codereview.chromium.org/1448883002/ ) by bsalomon · 9 years ago
  82. cb6cb21 Fix Android framework build by scroggo · 9 years ago
  83. eeebdb5 Make NVPR a GL context option instead of a GL context by kkinnunen · 9 years ago
  84. 5931922 Remove GrContextFactory::getGLContext by kkinnunen · 9 years ago
  85. 0459c94 Delete dead subset benches from nanobench by msarett · 9 years ago
  86. 6950de6 Comments Style: s/skbug.com/bug.skia.org/ by halcanary · 9 years ago
  87. 5cb4885 Rename SkBitmapRegionDecoder and Create function by msarett · 9 years ago
  88. 501b734 Combine native sampling with sampling by scroggo · 9 years ago
  89. bbba168 nanobench: fix and simplify --samplingTime by mtklein · 9 years ago
  90. 35e5d1b Refactor SkBitmapRegionDecoderInterface for Android by msarett · 9 years ago
  91. 26ad17b Implementation of SkBitmapRegionDecoder using SkAndroidCodec by msarett · 9 years ago
  92. 74deb98 Valgrind experiment by msarett · 9 years ago
  93. 4dfdbb1 nanobench: Add some Valgrind failure paranoia. by mtklein · 9 years ago
  94. 860e8a6 Renable image benchmarking by scroggo · 9 years ago
  95. fd2b067 Remove unnecessary allocation in nanobench by scroggo · 9 years ago
  96. 2da1a85 Stop benching PNG buildTileIndex by default by scroggo · 9 years ago
  97. ab12c27 Update Subset benches to support interlacing and fix bugs by scroggo · 9 years ago
  98. 303fa35 Specify bench_type & source_type for image benches by scroggo · 9 years ago
  99. a1ebeb2 Remove const from `const int loops`. by mtklein · 9 years ago
  100. 8a6697a Fix for nexus 5 crashing in GL benches by joshualitt · 9 years ago