1. 87caae6 Move SkBitmapRegionCodec into client_utils/android by Leon Scroggins III · 5 years ago
  2. 684838f Mark SkStringPrintf as SK_PRINTF_LIKE by Adlai Holler · 5 years ago
  3. 273f107 Dump out path-mask generation and caching stats by Robert Phillips · 5 years ago
  4. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 5 years ago
  5. 1171d31 Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots""" by Brian Salomon · 5 years ago
  6. fb27c9a Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"" by Brian Salomon · 5 years ago
  7. 00ba5ef Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots" by Brian Salomon · 5 years ago
  8. f6784a8 Don't build GL on Metal, Vulkan, Dawn, Direct3D bots by Brian Salomon · 5 years ago
  9. 49d6bca Drain autorelease pool after each bench run. by Jim Van Verth · 5 years ago
  10. 02497d4 Update nanobench and skpbench to use flush API for gpu syncing. by Greg Daniel · 5 years ago
  11. 508fd32 make SkBBH a public interface by Mike Klein · 5 years ago
  12. 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
  13. ea4459d add new debug/profiling mechanism by Mike Klein · 6 years ago
  14. 2a57e79 add --skvm to nanobench and fm by Mike Klein · 6 years ago
  15. 5dfefa2 nanobench: option to execute directory of TextBlobTraces as benches by Hal Canary · 6 years ago
  16. 2362ae7 [minor] nanobench: use default member initializer by Hal Canary · 6 years ago
  17. 2e1381e Don't keep "outResultsFile" open in nanobench by Chris Dalton · 6 years ago
  18. 406ff50 Clean up some gm factory use. by Ben Wagner · 6 years ago
  19. edda565 gm: GMFactory returns a unique_ptr<> by Hal Canary · 6 years ago
  20. 6fa62e2 Remove use of GrColorType on GrCaps::getRenderTargetSampleCount. by Greg Daniel · 6 years ago
  21. acf98df Remove WallTimer class. by Ben Wagner · 6 years ago
  22. ac8f443 auto-tune nanobench in all builds by Mike Klein · 6 years ago
  23. fec9b90 add unit scaling mode to benchmark/nanobench by Mike Klein · 6 years ago
  24. 8a9a371 Reland "Added AutoreleasePool for managing pool memory in testing apps." by Jim Van Verth · 6 years ago
  25. c4fec06 Revert "Added AutoreleasePool for managing pool memory in testing apps." by Kevin Lubick · 6 years ago
  26. a36e089 Added AutoreleasePool for managing pool memory in testing apps. by Jim Van Verth · 6 years ago
  27. ab6eefe Move SkLeanWindows.h to src. by Ben Wagner · 6 years ago
  28. a705cb9 remove SkLiteDL by Mike Klein · 6 years ago
  29. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  30. ee25423 try purging between benches by Mike Klein · 6 years ago
  31. c6142d8 de-common the rest of the flags by Mike Klein · 6 years ago
  32. 629f5fc de-common another batch of flags by Mike Klein · 6 years ago
  33. d0f321b de-common --veryVerbose by Mike Klein · 6 years ago
  34. 03fa5d4 factor out SetAnalyticAAFromCommonFlags() by Mike Klein · 6 years ago
  35. 4932a5e Fold CommonFlagsGpu into CommonFlags by Mike Klein · 6 years ago
  36. e5acd75 delete DAA by Mike Klein · 6 years ago
  37. 19fb397 de-common some flags by Mike Klein · 6 years ago
  38. 5b3f343 DEFINE_int32 + DEFINE_uint32 -> DEFINE_int by Mike Klein · 6 years ago
  39. 84836b7 moar static flags by Mike Klein · 6 years ago
  40. eb678fc de-Sk tools/trace by Mike Klein · 6 years ago
  41. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 6 years ago
  42. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 7 years ago
  43. 8c0a1ca Switch nanobench to SkJSONWriter by Brian Osman · 7 years ago
  44. e99e8da nanobench: quiet a UBSAN failure div/by/zero by Hal Canary · 7 years ago
  45. 97c7cf1 remove --undefok by Mike Klein · 7 years ago
  46. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 7 years ago
  47. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 7 years ago
  48. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 7 years ago
  49. bdf12ad Move GrBackend enum to enum class. by Greg Daniel · 7 years ago
  50. 4429a4f re-precate SkMatrix44::SkMatrix44() by Mike Klein · 7 years ago
  51. 512a244 only build stats bar chart when it'll be printed by Mike Klein · 7 years ago
  52. 60900b5 move skpipe to experimental by Mike Klein · 7 years ago
  53. 133823d Load SVGs into memory before parsing by Brian Osman · 7 years ago
  54. 972eba3 sk_tool::Registry: make an iterator. by Hal Canary · 7 years ago
  55. 0e4041f update software DM/nanobench configs for color testing by Mike Klein · 7 years ago
  56. 6120164 remove "srgb" config from DM,nanobench by Mike Klein · 7 years ago
  57. 2b23c4b Dest color space no longer impacts mipmaps or texture sampling by Brian Osman · 7 years ago
  58. c7ad40f Remove SK_SUPPORT_GPU checks in tool-only code by Brian Osman · 7 years ago
  59. fe75169 Remove ColorCodecBench by Brian Osman · 7 years ago
  60. c7fe0f7 Make GrCaps and GrShaderCaps private. by Brian Salomon · 7 years ago
  61. 7a002c3 Revert "allow timing in release-with-assert builds" by Mike Klein · 7 years ago
  62. 97708e5 allow timing in release-with-assert builds by Mike Klein · 7 years ago
  63. 032aaae Remove legacy GrContext factories function and supporting code/types. by Brian Salomon · 7 years ago
  64. 0f66681 BUILD: build when !skia_use_expat by Hal Canary · 7 years ago
  65. f865b05 Add GM configs that test rendering to a GL backend texture and render target by Brian Salomon · 7 years ago
  66. 0c4b7b1 Move internal calls from GrContext to GrContextPriv by Robert Phillips · 7 years ago
  67. bdecacf Revert "Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""""" by Brian Salomon · 8 years ago
  68. 3a2cc2c Revert "Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""""" by Brian Salomon · 8 years ago
  69. 5bb82cb Revert "Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend."""" by Brian Salomon · 8 years ago
  70. 18c52a7 Revert "Revert "Revert "Redefine the meaning of sample counts in GPU backend.""" by Brian Salomon · 8 years ago
  71. d653cac More sample count cleanup: by Brian Salomon · 8 years ago
  72. 88d9071 Revert "hide picture virtuals (no public callers)" by Mike Klein · 8 years ago
  73. 8005bff hide picture virtuals (no public callers) by Mike Reed · 8 years ago
  74. 8f11d4d eliminate SK_BUILD_FOR_WIN32 by Mike Klein · 8 years ago
  75. 7557bbb Revert "remove approxbytes api from SkPicture" by Mike Reed · 8 years ago
  76. 0a9d728 Revert "re-add dummy printf to fix bots" by Mike Reed · 8 years ago
  77. 1395994 re-add dummy printf to fix bots by Mike Reed · 8 years ago
  78. bfc1185 remove approxbytes api from SkPicture by Mike Reed · 8 years ago
  79. 040238b Add a tools flag to suppress geometry shaders by Chris Dalton · 8 years ago
  80. bbfe515 remove ThermalManager by Mike Klein · 8 years ago
  81. e45ff46 add benchType deserial to time deserializing pictures by Mike Reed · 8 years ago
  82. 03141d2 remove SkThread, using std::thread instead by Mike Klein · 8 years ago
  83. 7a0ebfc Add a tooling flag for path mask caching by Chris Dalton · 8 years ago
  84. 0b4d8aa Add benchmark for comparing multitexturing to non-multitexturing image draws. by Brian Salomon · 8 years ago
  85. 0177698 Warmup for one extra frame in nanobench by Brian Osman · 8 years ago
  86. f0ffb89 Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Mike Reed · 8 years ago
  87. b30d113 Do not try to time kFailedLoops by Leon Scroggins III · 8 years ago
  88. 5a2e50e Revert "Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap""" by Mike Reed · 8 years ago
  89. cd284c5 Revert "Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"" by Mike Reed · 8 years ago
  90. 809cbed Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Jim Van Verth · 8 years ago
  91. 88757da guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 8 years ago
  92. f46633f Revert "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap" by Greg Daniel · 8 years ago
  93. 98a6216 guard old apis for querying byte-size of a bitmap/imageinfo/pixmap by Mike Reed · 8 years ago
  94. 3528eb3 Run the first bench for 1000ms to warm up the nanobench if FLAGS_ms < 1000. by Yuqian Li · 8 years ago
  95. 5ad87aa Copy benchmark names, which may be transient strings by Brian Osman · 8 years ago
  96. c2ce091 Fix config strings in nanobench tracing by Brian Osman · 8 years ago
  97. c3cdef5 Add top-level trace markers for each benchmark by Brian Osman · 8 years ago
  98. f981066 Threaded generation of software paths by Brian Osman · 8 years ago
  99. e6befa5 add 'a8' config for nanobench, specialize blitV for raster-pipeline by Mike Reed · 8 years ago
  100. 87ae989 Revert "Threaded generation of software paths" by Brian Salomon · 8 years ago