1. d6bf374 Graphite: Improve DM/Graphite connection by Robert Phillips · 2 years, 11 months ago
  2. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years ago
  3. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 3 years ago
  4. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 3 years ago
  5. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  6. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 3 years ago
  7. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 3 years ago
  8. fcb5023 Remove old color space configs from tools by Brian Osman · 3 years ago
  9. 54ef97c Better (orthogonal) color space support in DM by Brian Osman · 3 years ago
  10. b7f2215 Fix cases of variable shadowing in test code. by John Stiles · 3 years ago
  11. 65ec198 Add dm via-option `rtblend-` to test using Runtime Blends. by John Stiles · 3 years, 1 month ago
  12. 1cc7d45 Remove ViaDDL by Robert Phillips · 3 years, 6 months ago
  13. 627c002 support generalized HLG by Mike Klein · 3 years, 8 months ago
  14. 1340dbd Reland "SkAndroidCodec: Support decoding all frames" by Leon Scroggins · 3 years, 10 months ago
  15. 267a858 Revert "SkAndroidCodec: Support decoding all frames" by Leon Scroggins III · 3 years, 9 months ago
  16. fc4fdc5 SkAndroidCodec: Support decoding all frames by Leon Scroggins · 3 years, 10 months ago
  17. ede793a Increase stack trace depth from 64 to 128. by John Stiles · 3 years, 10 months ago
  18. 989f5bf refactor HashAndEncode by Mike Klein · 3 years, 11 months ago
  19. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years ago
  20. c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years ago
  21. 326b989 Add platform image encoder for using NDK APIs by Leon Scroggins III · 4 years, 1 month ago
  22. f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years, 1 month ago
  23. 813e8cc add a global may-we-JIT flag by Mike Klein · 4 years, 1 month ago
  24. 07438b0 Revert "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins · 4 years, 1 month ago
  25. cfef980 Add an SkImageGenerator that uses NDK APIs by Leon Scroggins III · 4 years, 3 months ago
  26. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 1 month ago
  27. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years, 1 month ago
  28. 1ff0706 Remove more references to "master" by Leon Scroggins III · 4 years, 1 month ago
  29. a54d380 remove more blacklists by Mike Klein · 4 years, 1 month ago
  30. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 2 months ago
  31. 02616ea [skrive] Add dm source by Florin Malita · 4 years, 2 months ago
  32. 33e044f Prevent non-trivial destructors from running after exit in DM. by John Stiles · 4 years, 2 months ago
  33. 889d613 Add GM::gpuSetup step by Robert Phillips · 4 years, 2 months ago
  34. 762cb4e Add option to DDL test harness to better match OOP-R behavior by Robert Phillips · 4 years, 2 months ago
  35. 637838d Fix compiler warnings on Mac build. by John Stiles · 4 years, 2 months ago
  36. 87caae6 Move SkBitmapRegionCodec into client_utils/android by Leon Scroggins III · 4 years, 4 months ago
  37. 273f107 Dump out path-mask generation and caching stats by Robert Phillips · 4 years, 4 months ago
  38. 828a7ef [infra] Switch iOS to updated libimobiledevice. by Ben Wagner · 4 years, 6 months ago
  39. 291f340 Add new gpu sink for DDLs by Robert Phillips · 4 years, 6 months ago
  40. 45f37c3 Revert "Carve some helper functions off of GPUSink" by Robert Phillips · 4 years, 6 months ago
  41. 7b2fcfb Carve some helper functions off of GPUSink by Robert Phillips · 4 years, 6 months ago
  42. ea25fcf Replace DM:Error with DM::Result. by Ben Wagner · 4 years, 6 months ago
  43. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 4 years, 6 months ago
  44. 45f94f8 Reland: Initial checkin of GM verifier framework by Tyler Denniston · 4 years, 7 months ago
  45. 14d64af Revert "Initial checkin of GM verifier framework" by Tyler Denniston · 4 years, 7 months ago
  46. 7e36f00 Initial checkin of GM verifier framework by Tyler Denniston · 4 years, 7 months ago
  47. 055f535 pdf rasterization by Mike Klein · 4 years, 7 months ago
  48. 9ae0663 add --skvm to DM by Mike Klein · 4 years, 7 months ago
  49. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 4 years, 7 months ago
  50. 2319b80 remove unused (by clients) SkMultiPictureDraw by Mike Reed · 4 years, 9 months ago
  51. 09ee112 Reland "Fully embrace skcms types in SkColorSpace API" by Brian Osman · 4 years, 10 months ago
  52. 6af9b1c Revert "Fully embrace skcms types in SkColorSpace API" by Robert Phillips · 4 years, 10 months ago
  53. 7015227 Fully embrace skcms types in SkColorSpace API by Brian Osman · 4 years, 10 months ago
  54. 11e6aa8 Starting to hack up HDR transfer function support by Brian Osman · 4 years, 10 months ago
  55. 3fdfe28 Simplify GPUSink constructors by just passing the config object by Brian Osman · 5 years ago
  56. ed58e00 Add support for pre-compiling cached SkSL shaders by Brian Osman · 5 years ago
  57. 1c1208e Install runtime check error handler in RTC builds by Brian Osman · 5 years ago
  58. 9c71e7b Remove all global mutexes by Herb Derby · 5 years ago
  59. 8a9a371 Reland "Added AutoreleasePool for managing pool memory in testing apps." by Jim Van Verth · 5 years ago
  60. c4fec06 Revert "Added AutoreleasePool for managing pool memory in testing apps." by Kevin Lubick · 5 years ago
  61. a36e089 Added AutoreleasePool for managing pool memory in testing apps. by Jim Van Verth · 5 years ago
  62. be67a17 add SkNamedTransferFn::kRec2020 by Hal Canary · 5 years ago
  63. ab6eefe Move SkLeanWindows.h to src. by Ben Wagner · 5 years ago
  64. b3c0bf6 Revert "manually register codecs in DM" by Mike Klein · 5 years ago
  65. 4bf6fd6 Revert "add runtime registration for encoders" by Mike Klein · 5 years ago
  66. c9deffa Revert "skip runtime registration on iOS" by Mike Klein · 5 years ago
  67. 017126f skip runtime registration on iOS by Mike Klein · 5 years ago
  68. 940c3f1 add runtime registration for encoders by Mike Klein · 5 years ago
  69. 9b2633e manually register codecs in DM by Mike Klein · 5 years ago
  70. a705cb9 remove SkLiteDL by Mike Klein · 5 years ago
  71. a1b7be6 Add thread safety annotations. by Herb Derby · 5 years ago
  72. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  73. 9816878 extract ToolUtils::colortype_depth() by Mike Klein · 5 years ago
  74. de8362c remove DMJsonWriter::AddTestFailure by Mike Klein · 5 years ago
  75. f71b070 Fix the GLSL persistent cache (and add a config to test it) by Brian Osman · 5 years ago
  76. 0f2f522 SkMD5 returns digest by Hal Canary · 5 years ago
  77. 735c7ba FM, a dumber new testing tool by Mike Klein · 5 years ago
  78. c6142d8 de-common the rest of the flags by Mike Klein · 5 years ago
  79. 19cc0f6 create a wrapper to manage --nativeFonts and --gdi by Mike Klein · 5 years ago
  80. 629f5fc de-common another batch of flags by Mike Klein · 5 years ago
  81. d0f321b de-common --veryVerbose by Mike Klein · 5 years ago
  82. 03fa5d4 factor out SetAnalyticAAFromCommonFlags() by Mike Klein · 5 years ago
  83. 4932a5e Fold CommonFlagsGpu into CommonFlags by Mike Klein · 5 years ago
  84. e5acd75 delete DAA by Mike Klein · 5 years ago
  85. 19fb397 de-common some flags by Mike Klein · 5 years ago
  86. 5b3f343 DEFINE_int32 + DEFINE_uint32 -> DEFINE_int by Mike Klein · 5 years ago
  87. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  88. 84836b7 moar static flags by Mike Klein · 5 years ago
  89. eb678fc de-Sk tools/trace by Mike Klein · 5 years ago
  90. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  91. 0cffcbf9 de-Sk tools/font, and git clang-format by Mike Klein · 5 years ago
  92. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  93. 805c4e8 Make ios actually fail by Kevin Lubick · 5 years ago
  94. ca8087f rework --ignoreSigInt by Mike Klein · 5 years ago
  95. f34d0c7 re-hash images once more artificially by Mike Klein · 5 years ago
  96. e127170 hash and encode rework, wip by Mike Klein · 5 years ago
  97. b73e607 Change --checkF16 behavior to just print - it's easier to see all failures by Brian Osman · 5 years ago
  98. cdf3174 Include test name in error messages for failing tests by Brian Osman · 5 years ago
  99. 582f686 Add flag to check that F16Norm pixels are clamped properly by Brian Osman · 5 years ago
  100. 82020c2 add color_depth field in DM/Gold by Mike Klein · 5 years ago