1. da2e67a Add GrProtected parameter to all createBackendTexture variants by Robert Phillips · 5 years ago
  2. 9c31047 Reland "DM: Add a per-sink MemoryCache to all GPU sinks" by Brian Osman · 5 years ago
  3. e4c88bb Prevent caching path-rendering programs by Brian Osman · 5 years ago
  4. 1958fbb Revert "DM: Add a per-sink MemoryCache to all GPU sinks" by Brian Osman · 5 years ago
  5. a7b224d DM: Add a per-sink MemoryCache to all GPU sinks by Brian Osman · 5 years ago
  6. b3c9745 Remove "nvpr" configs by Chris Dalton · 5 years ago
  7. 1c1208e Install runtime check error handler in RTC builds by Brian Osman · 5 years ago
  8. 9c71e7b Remove all global mutexes by Herb Derby · 5 years ago
  9. 4bdd36f Make color initialization version of createBackendTexture public by Robert Phillips · 5 years ago
  10. 8062679 Switch all internel uses of GrContext::createBackendTexture over to initialized versions by Robert Phillips · 5 years ago
  11. 8a9a371 Reland "Added AutoreleasePool for managing pool memory in testing apps." by Jim Van Verth · 5 years ago
  12. c4fec06 Revert "Added AutoreleasePool for managing pool memory in testing apps." by Kevin Lubick · 5 years ago
  13. a36e089 Added AutoreleasePool for managing pool memory in testing apps. by Jim Van Verth · 5 years ago
  14. be67a17 add SkNamedTransferFn::kRec2020 by Hal Canary · 5 years ago
  15. ab6eefe Move SkLeanWindows.h to src. by Ben Wagner · 5 years ago
  16. 5c7a25b Move explicit backend object allocation API to GrContext by Robert Phillips · 5 years ago
  17. 9b16f81 Switch over to using new direct allocation API in our tests (as much as possible at least) by Robert Phillips · 5 years ago
  18. b3c0bf6 Revert "manually register codecs in DM" by Mike Klein · 5 years ago
  19. 4bf6fd6 Revert "add runtime registration for encoders" by Mike Klein · 5 years ago
  20. c9deffa Revert "skip runtime registration on iOS" by Mike Klein · 5 years ago
  21. 017126f skip runtime registration on iOS by Mike Klein · 5 years ago
  22. 940c3f1 add runtime registration for encoders by Mike Klein · 5 years ago
  23. 9b2633e manually register codecs in DM by Mike Klein · 5 years ago
  24. a705cb9 remove SkLiteDL by Mike Klein · 5 years ago
  25. 9dbcdcc Alter createTestingOnlyBackendTexture methods by Robert Phillips · 5 years ago
  26. a1b7be6 Add thread safety annotations. by Herb Derby · 5 years ago
  27. ea236bf Move skcms.h to include/third_party/skcms by Brian Osman · 5 years ago
  28. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 5 years ago
  29. c318630 Add skcms directory to public includes by Brian Osman · 5 years ago
  30. 9816878 extract ToolUtils::colortype_depth() by Mike Klein · 5 years ago
  31. de8362c remove DMJsonWriter::AddTestFailure by Mike Klein · 5 years ago
  32. f71b070 Fix the GLSL persistent cache (and add a config to test it) by Brian Osman · 5 years ago
  33. 0f2f522 SkMD5 returns digest by Hal Canary · 5 years ago
  34. fbe2406 Reland "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  35. 16b1efb allow GMs to fail in DM by Mike Klein · 5 years ago
  36. 215da62 Revert "Remove the NullGL interface (and associated test context)" by Brian Osman · 5 years ago
  37. de206c7 Remove the NullGL interface (and associated test context) by Brian Osman · 5 years ago
  38. 735c7ba FM, a dumber new testing tool by Mike Klein · 5 years ago
  39. 7c59774 Convert some unit tests from NullGL to Mock context by Brian Osman · 5 years ago
  40. c6142d8 de-common the rest of the flags by Mike Klein · 5 years ago
  41. 19cc0f6 create a wrapper to manage --nativeFonts and --gdi by Mike Klein · 5 years ago
  42. 629f5fc de-common another batch of flags by Mike Klein · 5 years ago
  43. d0f321b de-common --veryVerbose by Mike Klein · 5 years ago
  44. 03fa5d4 factor out SetAnalyticAAFromCommonFlags() by Mike Klein · 5 years ago
  45. 4932a5e Fold CommonFlagsGpu into CommonFlags by Mike Klein · 5 years ago
  46. e5acd75 delete DAA by Mike Klein · 5 years ago
  47. 19fb397 de-common some flags by Mike Klein · 5 years ago
  48. 5b3f343 DEFINE_int32 + DEFINE_uint32 -> DEFINE_int by Mike Klein · 5 years ago
  49. f9666f5 Remove SkColorSpaceXformCanvas, and supporting code: by Brian Osman · 5 years ago
  50. 84836b7 moar static flags by Mike Klein · 5 years ago
  51. eb678fc de-Sk tools/trace by Mike Klein · 5 years ago
  52. 8f4e224 de-Sk tools/debugger by Mike Klein · 5 years ago
  53. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 5 years ago
  54. 0cffcbf9 de-Sk tools/font, and git clang-format by Mike Klein · 5 years ago
  55. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 5 years ago
  56. 805c4e8 Make ios actually fail by Kevin Lubick · 5 years ago
  57. ca8087f rework --ignoreSigInt by Mike Klein · 5 years ago
  58. f34d0c7 re-hash images once more artificially by Mike Klein · 5 years ago
  59. e127170 hash and encode rework, wip by Mike Klein · 5 years ago
  60. b73e607 Change --checkF16 behavior to just print - it's easier to see all failures by Brian Osman · 5 years ago
  61. cdf3174 Include test name in error messages for failing tests by Brian Osman · 5 years ago
  62. 582f686 Add flag to check that F16Norm pixels are clamped properly by Brian Osman · 5 years ago
  63. 82020c2 add color_depth field in DM/Gold by Mike Klein · 5 years ago
  64. 612d5c2 encode F16Norm as rec2020 by Mike Klein · 5 years ago
  65. 0d5d142 rework colorImage testing by Mike Klein · 5 years ago
  66. 0abbaca also tag DM results with color and alpha type by Mike Klein · 5 years ago
  67. 9882dae Reduce usage of SkCanvas::flush by Robert Phillips · 5 years ago
  68. b70990e add kRGBA_F16Norm_SkColorType by Mike Klein · 5 years ago
  69. 7d88f31 Remove support for SkDeferredDisplayListRecorder::DelayReleaseCallback::kNo. by Brian Salomon · 5 years ago
  70. c7a0916 add gbr --config by Mike Klein · 5 years ago
  71. 562017b [SVGCanvas] Clean up public factories by Florin Malita · 5 years ago
  72. 66f09a7 replace gamma_correct with gamut/transfer_fn in DM by Mike Klein · 5 years ago
  73. 50e24d7 Add a mechanism for GMs to silently exclude themselves from Gold by Chris Dalton · 5 years ago
  74. 9da87e0 Rename GrContext::contextPriv to priv by Robert Phillips · 5 years ago
  75. f55e8d5 Add option to skip intermediate release/fulfill calls for promise images. by Brian Salomon · 5 years ago
  76. d8a90f9 Converting more debug code to SkJSONWriter by Brian Osman · 5 years ago
  77. fad5c77 Convert DM's -r JSON parsing to SkJSON by Brian Osman · 5 years ago
  78. 57796b3 Revert "Remove --readPath/-r from DM" by Brian Osman · 5 years ago
  79. c5245fc Remove --readPath/-r from DM by Brian Osman · 5 years ago
  80. aae6388 Switch DM JSON output to use SkJSONWriter by Brian Osman · 5 years ago
  81. 3026d4b SkDocument: use `auto` for MakeDocument(). by Hal Canary · 6 years ago
  82. 1bf0ed8 Make GrTexture caching for SkPromiseImageTexture work when same texture by Brian Salomon · 6 years ago
  83. 2111d5f SkPDF: elimate old IMAGE_STATS, de-dupe image code. by Hal Canary · 6 years ago
  84. 72b91cb DM: distinguish between reading and parsing in error messages by Hal Canary · 6 years ago
  85. cdd8a0a Revert "Revert "Reuse GrTexture instances when the same GrBackendTexture is used to"" by Brian Salomon · 6 years ago
  86. 426ba46 Revert "Reuse GrTexture instances when the same GrBackendTexture is used to" by Brian Salomon · 6 years ago
  87. 559c617 Reuse GrTexture instances when the same GrBackendTexture is used to by Brian Salomon · 6 years ago
  88. 97c7cf1 remove --undefok by Mike Klein · 6 years ago
  89. a870b46 Add ability to write out VkPipelineCache to gpu PersistentCache. by Greg Daniel · 6 years ago
  90. 82ebe04 Reland "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  91. d4c7458 Revert "Add SkColorSpace factory from 3x3 row-major gamut and transfer function" by Brian Osman · 6 years ago
  92. a9549ab Add SkColorSpace factory from 3x3 row-major gamut and transfer function by Brian Osman · 6 years ago
  93. 8d23a58 In ddl2 via clear to transparent between runs. by Brian Salomon · 6 years ago
  94. f34131a SkPDF: even more PDFIndirectRefs by Hal Canary · 6 years ago
  95. 9a3f554 SkPDF: refactor streams, experimental threading by Hal Canary · 6 years ago
  96. 5790420 Add new DM via, "ddl2" which records/draws DDLs for each test twice. by Brian Salomon · 6 years ago
  97. 2335644 Fix occurrences of "-Wextra-semi-stmt" by Brian Salomon · 6 years ago
  98. a831655 [skottie] Make animated image support generally available by Florin Malita · 6 years ago
  99. b11ab57 remove src/jumper by Mike Klein · 6 years ago
  100. 36528e9 clean up SkPipe by Mike Klein · 6 years ago