1. 49df61f Reland "[fuzzer] Remove GL from (now-Vulkan) build" by Kevin Lubick · 2 years, 5 months ago
  2. 9a7acd4 [graphite] Make Context no longer ref counted. by Greg Daniel · 2 years, 5 months ago
  3. 1351a59 Revert "[fuzzer] Remove GL from (now-Vulkan) build" by Leon Scroggins · 2 years, 5 months ago
  4. 55a69d1 [graphite] Store ResourceProvider on Recorder instead of Gpu. by Greg Daniel · 2 years, 5 months ago
  5. 7326211 Revert "Reland "Remove skstd::optional entirely."" by Brian Osman · 2 years, 5 months ago
  6. 805acda [fuzzer] Remove GL from (now-Vulkan) build by Kevin Lubick · 2 years, 5 months ago
  7. d161e2f Reland "Remove skstd::optional entirely." by John Stiles · 2 years, 5 months ago
  8. 98e5100 Revert "Remove skstd::optional entirely." by John Stiles · 2 years, 5 months ago
  9. 17d0fc0 Remove skstd::optional entirely. by John Stiles · 2 years, 5 months ago
  10. dd9e165 [graphite] Bail on DM run when context creation fails. by Jim Van Verth · 2 years, 6 months ago
  11. b21c4af [graphite] Remove ref counting from Recorder. by Greg Daniel · 2 years, 6 months ago
  12. 106a57b [graphite] Store back pointers of Device and Recorder to each other. by Greg Daniel · 2 years, 6 months ago
  13. 4ec5259 [graphite] Run DM serially. by Greg Daniel · 2 years, 6 months ago
  14. a2e55ee [graphite] Add readPixels call that takes an skgpu::Context. by Greg Daniel · 2 years, 6 months ago
  15. 9d74c28 [graphite] Move Recorder and Recording to public include. by Greg Daniel · 2 years, 7 months ago
  16. 80ee93d Add ShaderType::kSolidColor and make Combinations work w/ PaintParams by Robert Phillips · 2 years, 8 months ago
  17. a750dfc [graphite] Rearrange internal Context/Recorder/Recording relationship by Robert Phillips · 2 years, 9 months ago
  18. 8f4e560 Use CommonFlags namespace for other flags/functions by Kevin Lubick · 2 years, 9 months ago
  19. 237dd2d Move --nativeFonts to CommonFlags file by Kevin Lubick · 2 years, 9 months ago
  20. c005895 Name Test struct's member variables consistently by Robert Phillips · 2 years, 9 months ago
  21. 297d096 [graphite] More testing infrastructure by Robert Phillips · 2 years, 9 months ago
  22. 76f61de [graphite] Initial shader combination/precompile API by Robert Phillips · 2 years, 9 months ago
  23. b23372d Fix G3 build by Robert Phillips · 2 years, 9 months ago
  24. 9fa47cc Make class members that are static constexpr also be inline. by Brian Salomon · 2 years, 9 months ago
  25. 3062759 [graphite] Set up unit testing system by Robert Phillips · 2 years, 9 months ago
  26. 091694f [graphite] Add ContextFactory by Robert Phillips · 2 years, 9 months ago
  27. d6bf374 Graphite: Improve DM/Graphite connection by Robert Phillips · 2 years, 9 months ago
  28. 755e00e Update sprint to graphite name by Robert Phillips · 2 years, 10 months ago
  29. 1a4080a More beachhead by Robert Phillips · 2 years, 10 months ago
  30. 2af13c1 Reland "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 10 months ago
  31. 44b7568 Revert "Fix compilation w/ "skia_enable_svg = false" (take 2)" by Robert Phillips · 2 years, 10 months ago
  32. 30a6b10 Fix compilation w/ "skia_enable_svg = false" (take 2) by Robert Phillips · 2 years, 10 months ago
  33. 9f1e06a Reland "Add sRGB 8888 colortype" by Brian Osman · 2 years, 11 months ago
  34. 405eb7b Revert "Add sRGB 8888 colortype" by Brian Osman · 2 years, 10 months ago
  35. 0f7c10e Add sRGB 8888 colortype by Brian Osman · 2 years, 11 months ago
  36. fcb5023 Remove old color space configs from tools by Brian Osman · 2 years, 11 months ago
  37. 54ef97c Better (orthogonal) color space support in DM by Brian Osman · 2 years, 11 months ago
  38. b7f2215 Fix cases of variable shadowing in test code. by John Stiles · 2 years, 11 months ago
  39. 65ec198 Add dm via-option `rtblend-` to test using Runtime Blends. by John Stiles · 3 years ago
  40. dfd1a70 Allow draw_to_canvas to pass through the GrDirectContext. by John Stiles · 3 years ago
  41. 94df572 Convert dmsaa to an SkSurfaceProp by Chris Dalton · 3 years, 3 months ago
  42. 0d8722c Make use of shareable promise images in tools by Robert Phillips · 3 years, 3 months ago
  43. fd70865 Reland "Add tooling support for dmsaa" by Chris Dalton · 3 years, 4 months ago
  44. 22dd57b Revert "Add tooling support for dmsaa" by Chris Dalton · 3 years, 4 months ago
  45. 188443b Add tooling support for dmsaa by Chris Dalton · 3 years, 4 months ago
  46. 180b4a1 Update tooling code to store surface flags instead of "useDIText" by Chris Dalton · 3 years, 4 months ago
  47. 55aaefe Reland "Support sharing promise images between DDLs" by Adlai Holler · 3 years, 4 months ago
  48. f0de96f Reland "Redesign program key construction" by Brian Osman · 3 years, 4 months ago
  49. acf2650 Revert "Redesign program key construction" by Brian Osman · 3 years, 4 months ago
  50. bbbf1a7 Redesign program key construction by Brian Osman · 3 years, 4 months ago
  51. 96f6d9a Add DDLTileHelper option to tile separately in x & y by Robert Phillips · 3 years, 4 months ago
  52. 1cc7d45 Remove ViaDDL by Robert Phillips · 3 years, 4 months ago
  53. 38b9a4b Revert "Support sharing promise images between DDLs" by Adlai Holler · 3 years, 4 months ago
  54. 07e11d4 Support sharing promise images between DDLs by Adlai Holler · 3 years, 4 months ago
  55. e795954 Run the Programs unit test on all rendering backends by Brian Osman · 3 years, 5 months ago
  56. 24df67d Reland "[svg] Plumb a ResourceProvider" by Florin Malita · 3 years, 5 months ago
  57. 64400d9 Revert "[svg] Plumb a ResourceProvider" by Florin Malita · 3 years, 5 months ago
  58. dd29e20 [svg] Plumb a ResourceProvider by Florin Malita · 3 years, 5 months ago
  59. 34a0c97 don't use drawBitmap by Mike Reed · 3 years, 5 months ago
  60. 844beb5 get image from skcodec by Mike Reed · 3 years, 5 months ago
  61. 607a382 drawBitmap is deprecated, use drawImage by Mike Reed · 3 years, 5 months ago
  62. 2ac6ce8 Simplify common case for recttorect by Mike Reed · 3 years, 6 months ago
  63. 627c002 support generalized HLG by Mike Klein · 3 years, 6 months ago
  64. 1340dbd Reland "SkAndroidCodec: Support decoding all frames" by Leon Scroggins · 3 years, 8 months ago
  65. 267a858 Revert "SkAndroidCodec: Support decoding all frames" by Leon Scroggins III · 3 years, 8 months ago
  66. fc4fdc5 SkAndroidCodec: Support decoding all frames by Leon Scroggins · 3 years, 8 months ago
  67. 0c08849 Update DDL testing harness to support drawing DDL w/ integer offsets by Robert Phillips · 3 years, 8 months ago
  68. 385e744 [svg] Add support for preserveAspectRatio by Florin Malita · 3 years, 9 months ago
  69. b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 3 years, 9 months ago
  70. d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 3 years, 9 months ago
  71. ede793a Increase stack trace depth from 64 to 128. by John Stiles · 3 years, 9 months ago
  72. 6fc4106 [svg] Relocate out of experimental by Florin Malita · 3 years, 9 months ago
  73. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 9 months ago
  74. 7205080 Revert "Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers.""" by Brian Salomon · 3 years, 9 months ago
  75. 4efaf5e Reland "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 3 years, 9 months ago
  76. 21f8b51 Revert "Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers."" by Brian Salomon · 3 years, 9 months ago
  77. f625e4c Revert "Use ManagedBackendTexture in place of TestUtils backend texture helpers." by Brian Salomon · 3 years, 9 months ago
  78. 5ee0556 Use ManagedBackendTexture in place of TestUtils backend texture helpers. by Brian Salomon · 3 years, 9 months ago
  79. f9b0042 Expose ManagedBackendTexture from BackendTextureImageFactory. by Brian Salomon · 3 years, 9 months ago
  80. 989f5bf refactor HashAndEncode by Mike Klein · 3 years, 9 months ago
  81. 72c7b98 Start removal of tool usage of SkSurface::MakeFromBackendTextureAsRenderTarget. by Brian Salomon · 3 years, 9 months ago
  82. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 3 years, 9 months ago
  83. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 3 years, 9 months ago
  84. c1916c3 Remove use of legacy display globals. by Ben Wagner · 3 years, 9 months ago
  85. 59c60b0 Reland "Add idea of DataType to SkYUVAPixmapInfo." by Brian Salomon · 3 years, 10 months ago
  86. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 10 months ago
  87. c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 3 years, 10 months ago
  88. ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 3 years, 10 months ago
  89. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 3 years, 11 months ago
  90. c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 3 years, 11 months ago
  91. e219c7e Require a direct context to precompile shaders in DM by Robert Phillips · 3 years, 11 months ago
  92. 326b989 Add platform image encoder for using NDK APIs by Leon Scroggins III · 4 years ago
  93. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  94. f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years ago
  95. 813e8cc add a global may-we-JIT flag by Mike Klein · 4 years ago
  96. 07438b0 Revert "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins · 4 years ago
  97. cfef980 Add an SkImageGenerator that uses NDK APIs by Leon Scroggins III · 4 years, 1 month ago
  98. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years ago
  99. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years ago
  100. 564d49e Remove subset parameter from making encoded/generator images by Mike Reed · 4 years ago