1. 59c60b0 Reland "Add idea of DataType to SkYUVAPixmapInfo." by Brian Salomon · 4 years, 4 months ago
  2. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 4 years, 4 months ago
  3. c7fa895 Revert "Add idea of DataType to SkYUVAPixmapInfo." by Michael Ludwig · 4 years, 4 months ago
  4. ed63444 Add idea of DataType to SkYUVAPixmapInfo. by Brian Salomon · 4 years, 4 months ago
  5. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 5 months ago
  6. c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years, 5 months ago
  7. e219c7e Require a direct context to precompile shaders in DM by Robert Phillips · 4 years, 5 months ago
  8. 326b989 Add platform image encoder for using NDK APIs by Leon Scroggins III · 4 years, 5 months ago
  9. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 5 months ago
  10. f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years, 5 months ago
  11. 813e8cc add a global may-we-JIT flag by Mike Klein · 4 years, 5 months ago
  12. 07438b0 Revert "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins · 4 years, 5 months ago
  13. cfef980 Add an SkImageGenerator that uses NDK APIs by Leon Scroggins III · 4 years, 7 months ago
  14. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 5 months ago
  15. bd3ffa4 Fix range-based for loops which copy the loop variable unnecessarily. by John Stiles · 4 years, 5 months ago
  16. 564d49e Remove subset parameter from making encoded/generator images by Mike Reed · 4 years, 6 months ago
  17. 1ff0706 Remove more references to "master" by Leon Scroggins III · 4 years, 6 months ago
  18. a54d380 remove more blacklists by Mike Klein · 4 years, 6 months ago
  19. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 6 months ago
  20. a58db7f Add GrStagingBufferManager and use GrGpuBuffers to manage caching. by Greg Daniel · 4 years, 6 months ago
  21. d5f3c98 Update DDL test harness to use GrDirectContexts by Robert Phillips · 4 years, 6 months ago
  22. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 6 months ago
  23. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 7 months ago
  24. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 7 months ago
  25. 562c8db Move the DDL unreffing to task destructor and update tests by Adlai Holler · 4 years, 7 months ago
  26. fb35554 Fix crash if Rive file is missing. by John Stiles · 4 years, 7 months ago
  27. e922953 Adjust how GM::gpuSetup is handled in the tools by Robert Phillips · 4 years, 7 months ago
  28. d26d25e Make gpuSetup draw a error message on failure by Robert Phillips · 4 years, 7 months ago
  29. 02616ea [skrive] Add dm source by Florin Malita · 4 years, 7 months ago
  30. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 7 months ago
  31. 9977ab9 Misc changes to get *ooprdll configs running by Robert Phillips · 4 years, 7 months ago
  32. 33e044f Prevent non-trivial destructors from running after exit in DM. by John Stiles · 4 years, 7 months ago
  33. d4928d0 Implement flush finish proc support for d3d backend. by Greg Daniel · 4 years, 7 months ago
  34. c869ff7 Fix flippity GM for *ooprddl configs (take 2) by Robert Phillips · 4 years, 7 months ago
  35. 22d9d0b Revert "Fix flippity GM for *ooprddl configs" by Robert Phillips · 4 years, 7 months ago
  36. ddca6ab Fix flippity GM for *ooprddl configs by Robert Phillips · 4 years, 7 months ago
  37. 889d613 Add GM::gpuSetup step by Robert Phillips · 4 years, 7 months ago
  38. 762cb4e Add option to DDL test harness to better match OOP-R behavior by Robert Phillips · 4 years, 7 months ago
  39. 637838d Fix compiler warnings on Mac build. by John Stiles · 4 years, 7 months ago
  40. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 7 months ago
  41. 43f443f Fix caching of GL program binaries by Brian Osman · 4 years, 7 months ago
  42. 5dbcca5 Update DDL test harness to better match OOP-R by Robert Phillips · 4 years, 8 months ago
  43. 67ff541 [skottie] Add support for embedded fonts (glyph paths) by Florin Malita · 4 years, 8 months ago
  44. 87caae6 Move SkBitmapRegionCodec into client_utils/android by Leon Scroggins III · 4 years, 8 months ago
  45. 330db4b Remove outdated color type readback workaround from dm by Brian Salomon · 4 years, 8 months ago
  46. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 8 months ago
  47. fbddfbb [skottie] Introduce an external layer API by Florin Malita · 4 years, 8 months ago
  48. c1ad77c Add finisehd proc to backend texture creation. by Greg Daniel · 4 years, 8 months ago
  49. 273f107 Dump out path-mask generation and caching stats by Robert Phillips · 4 years, 8 months ago
  50. 11c6767 Create DDL for final composition step in DDL test harness by Robert Phillips · 4 years, 9 months ago
  51. 6276819 Allow SkThreadPool to be non-borrowing by Robert Phillips · 4 years, 9 months ago
  52. 8472a3d Update DDL test harness to use backendTextures to back tiles (take 2) by Robert Phillips · 4 years, 9 months ago
  53. 4e3ceb9 Fix up GPUDDLSink for Vulkan by Robert Phillips · 4 years, 9 months ago
  54. 9ff1d84 Revert "Update DDL test harness to use backendTextures to back tiles" by Robert Phillips · 4 years, 9 months ago
  55. 7ae9d2f Update DDL test harness to use backendTextures to back tiles by Robert Phillips · 4 years, 9 months ago
  56. 58b5a54 More robust fix for command buffer context crash. by Greg Daniel · 4 years, 9 months ago
  57. 9b00f1f Make skia_use_xps option work on Windows by Robert Phillips · 4 years, 10 months ago
  58. 0b22f3b Remove workaround for ANGLE + NVPR + Persistent Shader Cache by Brian Osman · 4 years, 10 months ago
  59. 6eb5cb9 Clean up for DDL program pre-compilation by Robert Phillips · 4 years, 10 months ago
  60. ce97857 Add GrSimpleMeshDrawOpHelper::CreateProgramInfo by Robert Phillips · 4 years, 11 months ago
  61. 19f466d Adds gpu stats for program cache by Robert Phillips · 4 years, 11 months ago
  62. 02497d4 Update nanobench and skpbench to use flush API for gpu syncing. by Greg Daniel · 5 years ago
  63. 828a7ef [infra] Switch iOS to updated libimobiledevice. by Ben Wagner · 5 years ago
  64. 7b0ed55 Start precompiling DDL shaders by Robert Phillips · 5 years ago
  65. 291f340 Add new gpu sink for DDLs by Robert Phillips · 5 years ago
  66. 3eaed8d fix clang-tidy warnings by Mike Reed · 5 years ago
  67. 923181b Improve DDLPromiseImageHelper by Robert Phillips · 5 years ago
  68. a865a3a Improve DDLTileHelper by Robert Phillips · 5 years ago
  69. 3c1efd4 Carve some helper functions off of GPUSink (take 2) by Robert Phillips · 5 years ago
  70. 45f37c3 Revert "Carve some helper functions off of GPUSink" by Robert Phillips · 5 years ago
  71. 7b2fcfb Carve some helper functions off of GPUSink by Robert Phillips · 5 years ago
  72. ea25fcf Replace DM:Error with DM::Result. by Ben Wagner · 5 years ago
  73. 508fd32 make SkBBH a public interface by Mike Klein · 5 years ago
  74. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 5 years ago
  75. 42a604f Allow decoding without color conversion - part 2 by Leon Scroggins III · 5 years ago
  76. 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
  77. 45f94f8 Reland: Initial checkin of GM verifier framework by Tyler Denniston · 5 years ago
  78. 14d64af Revert "Initial checkin of GM verifier framework" by Tyler Denniston · 5 years ago
  79. 7e36f00 Initial checkin of GM verifier framework by Tyler Denniston · 5 years ago
  80. 055f535 pdf rasterization by Mike Klein · 5 years ago
  81. 9ae0663 add --skvm to DM by Mike Klein · 5 years ago
  82. b147ace DCI-P3 -> Display P3 in Skia by Mike Klein · 5 years ago
  83. a072b7b Remove an uncessary and unused parameter for partially generating the JSON command list by Nathaniel Nifong · 5 years ago
  84. f46d5ca use std::make_unique by Mike Klein · 5 years ago
  85. 4e1066f Remove SkSize& SkSize::operator=(const SkISize&) by Brian Salomon · 5 years ago
  86. 849f4d6 Copy SkottieUtils' classes into skresources by Brian Osman · 5 years ago
  87. 2319b80 remove unused (by clients) SkMultiPictureDraw by Mike Reed · 5 years ago
  88. 09ee112 Reland "Fully embrace skcms types in SkColorSpace API" by Brian Osman · 5 years ago
  89. 6af9b1c Revert "Fully embrace skcms types in SkColorSpace API" by Robert Phillips · 5 years ago
  90. 7015227 Fully embrace skcms types in SkColorSpace API by Brian Osman · 5 years ago
  91. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 5 years ago
  92. 5a8f3e4 Reland "Enable Programs (formerly GLPrograms) test for other APIs" by Jim Van Verth · 5 years ago
  93. cfbc4d4 [skottie] Add DataURI image support in utils/tools by Florin Malita · 5 years ago
  94. 11e6aa8 Starting to hack up HDR transfer function support by Brian Osman · 5 years ago
  95. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
  96. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
  97. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  98. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  99. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
  100. 4bc0c1f Rename GrColorSpaceInfo -> GrColorInfo by Brian Salomon · 5 years ago