1. 5edf510 Add plumbing for access to the flush-time GrSmallPathAtlasMgr by Robert Phillips · 4 years, 5 months ago
  2. 60fc650 Lower cubic stroke recursion limit to 24 by Tyler Denniston · 4 years, 5 months ago
  3. 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 4 years, 6 months ago
  4. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 5 months ago
  5. 813e8cc add a global may-we-JIT flag by Mike Klein · 4 years, 5 months ago
  6. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 6 months ago
  7. 078f875 Rename GrTessellateStroke* -> GrStrokeTessellate* and friends by Chris Dalton · 4 years, 6 months ago
  8. a4c8098 Remove gendered language by Leon Scroggins III · 4 years, 6 months ago
  9. 1ff0706 Remove more references to "master" by Leon Scroggins III · 4 years, 6 months ago
  10. 9d5461f Add missing #includes for referenced types, and missing headers in GN. by John Stiles · 4 years, 6 months ago
  11. 247835b Reland "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
  12. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years, 6 months ago
  13. d13b97f Revert "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
  14. 7f0129d Migrate SkImage::makeWithFilter to GrRecordingContext by Adlai Holler · 4 years, 6 months ago
  15. 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years, 6 months ago
  16. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years, 6 months ago
  17. 4caa935 Migrate MakeTextureImage to take GrDirectContext by Adlai Holler · 4 years, 6 months ago
  18. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years, 6 months ago
  19. 886a904 Update SkTQSort to use half-open ranges. by John Stiles · 4 years, 6 months ago
  20. f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 4 years, 6 months ago
  21. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years, 6 months ago
  22. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years, 6 months ago
  23. 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years, 6 months ago
  24. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 4 years, 6 months ago
  25. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 4 years, 6 months ago
  26. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years, 6 months ago
  27. 89d33d0 Remove GrCCFillGeometryBench by Brian Osman · 4 years, 6 months ago
  28. 24b8a8c Switch back to mallinfo in SkSL memory benchmark by Brian Osman · 4 years, 6 months ago
  29. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years, 6 months ago
  30. 68870aa Add heap usage of SkSL::Compiler to nanobench output by Brian Osman · 4 years, 6 months ago
  31. f028810 Remove SkCanvas::getGrContext calls from benches by Robert Phillips · 4 years, 6 months ago
  32. e3ad527 Add a convenience to downcast contexts into GrDirectContext by Adlai Holler · 4 years, 6 months ago
  33. 05da783 Revert "Make SkGpuDevice hold a GrRecordingContext" by Chris Dalton · 4 years, 6 months ago
  34. c8b721b Make SkGpuDevice hold a GrRecordingContext by Robert Phillips · 4 years, 6 months ago
  35. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years, 7 months ago
  36. 92c33f3 document Make for paths, and move from pathbuilder into path by Mike Reed · 4 years, 7 months ago
  37. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years, 7 months ago
  38. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years, 7 months ago
  39. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years, 7 months ago
  40. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 7 months ago
  41. e922953 Adjust how GM::gpuSetup is handled in the tools by Robert Phillips · 4 years, 7 months ago
  42. 83b749a Add GM::onceBeforeDraw method that encapsulates calling onOnceBeforeDraw by Robert Phillips · 4 years, 7 months ago
  43. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 7 months ago
  44. 22f246f add simple pathbuilder by Mike Reed · 4 years, 7 months ago
  45. 5ed3c11 Reland "Don't release vk memory allocator until context is deleted." by Greg Daniel · 4 years, 7 months ago
  46. a08bde6 GrTextContext::Options -> GrSDFTOptions by Herb Derby · 4 years, 7 months ago
  47. 82d6196 remove (unused) clipmask from savelayer by Mike Reed · 4 years, 7 months ago
  48. 616da10 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 7 months ago
  49. b96995d Handle tessellated paths that require more segments than are supported by Chris Dalton · 4 years, 7 months ago
  50. 7a8e394 Revert "Allow printf-style formatting to be used in SK_ABORT." by John Stiles · 4 years, 8 months ago
  51. 67e50a6 Allow printf-style formatting to be used in SK_ABORT. by John Stiles · 4 years, 8 months ago
  52. b42a327 hide savelayer's clipmask fields by Mike Reed · 4 years, 8 months ago
  53. 7c12e28 Reland "GrClips provided as pointers to GrRTC" by Michael Ludwig · 4 years, 8 months ago
  54. 074414f Revert "GrClips provided as pointers to GrRTC" by Weston Tracey · 4 years, 8 months ago
  55. 226b689 GrClips provided as pointers to GrRTC by Michael Ludwig · 4 years, 8 months ago
  56. ebebf6e Move SkParagraph bits into skparagraph directory. by Ben Wagner · 4 years, 8 months ago
  57. 1443c9d Create indirect index buffer for tessellation during onPrepare by Chris Dalton · 4 years, 8 months ago
  58. b5391d9 Reland "Reland "Add a tessellation mode that uses indirect draws"" by Chris Dalton · 4 years, 8 months ago
  59. 0e6d4f1 Revert "Reland "Add a tessellation mode that uses indirect draws"" by Chris Dalton · 4 years, 8 months ago
  60. 477512c Reland "Add a tessellation mode that uses indirect draws" by Chris Dalton · 4 years, 8 months ago
  61. ec31488 Revert "Add a tessellation mode that uses indirect draws" by Mike Klein · 4 years, 8 months ago
  62. 02d7cf7 Add a tessellation mode that uses indirect draws by Chris Dalton · 4 years, 8 months ago
  63. 1f60733 Revert "Revert "move onto new factories for SkMatrix"" by Mike Reed · 4 years, 8 months ago
  64. c80ee45 Revert "move onto new factories for SkMatrix" by Mike Reed · 4 years, 8 months ago
  65. 046c2b7 move onto new factories for SkMatrix by Mike Reed · 4 years, 8 months ago
  66. 87caae6 Move SkBitmapRegionCodec into client_utils/android by Leon Scroggins III · 4 years, 9 months ago
  67. e5a141d Reland GrRectanizerPow2 by Chris Dalton · 4 years, 8 months ago
  68. 08f986d Added SkSL unpremul intrinsic by Brian Osman · 4 years, 8 months ago
  69. 0a2464f Update internal skia uses to use flushAndSubmit and submit calls. by Greg Daniel · 4 years, 8 months ago
  70. f6bf516 Reland "Add an implementation and log2 variants for Wang's formula" by Chris Dalton · 4 years, 8 months ago
  71. 2f2d81c Fix tessellation benchmarks to not allocate new data every iteration by Chris Dalton · 4 years, 8 months ago
  72. 6c3db04 Revert "Add an implementation and log2 variants for Wang's formula" by Mike Klein · 4 years, 8 months ago
  73. e278e1c Add an implementation and log2 variants for Wang's formula by Chris Dalton · 4 years, 8 months ago
  74. 9aaec36 Plumbing SkMatrixProvider into the raster backend by Brian Osman · 4 years, 8 months ago
  75. 684838f Mark SkStringPrintf as SK_PRINTF_LIKE by Adlai Holler · 4 years, 8 months ago
  76. 8650d33 Update PathIterBench to use the new RangeIter instead of RawIter by Chris Dalton · 4 years, 8 months ago
  77. e2a9443 Fix SkBitSet. by Ben Wagner · 4 years, 9 months ago
  78. 273f107 Dump out path-mask generation and caching stats by Robert Phillips · 4 years, 9 months ago
  79. 6d2febd Reland "Add create backend texture with color upload bench." by Greg Daniel · 4 years, 9 months ago
  80. d5f937b Add min/max/clamp/saturate intrinsics to ByteCodeGenerator by Brian Osman · 4 years, 9 months ago
  81. 1ff415d Revert "Add create backend texture with color upload bench." by Greg Daniel · 4 years, 9 months ago
  82. 690b4c4 Add create backend texture with color upload bench. by Greg Daniel · 4 years, 9 months ago
  83. 6f994a8 Add benchmarks for large kernel matrix convolutions by Adlai Holler · 4 years, 9 months ago
  84. 77083c7 Revert "replace SkSharedMutex" by Mike Klein · 4 years, 9 months ago
  85. cfdc07a replace SkSharedMutex by Mike Klein · 4 years, 9 months ago
  86. f5132a0 Reland "Optimize GrTessellatePathOp's code to emit inner triangles" by Chris Dalton · 4 years, 9 months ago
  87. 5f56cb1 Revert "Optimize GrTessellatePathOp's code to emit inner triangles" by Ethan Nicholas · 4 years, 9 months ago
  88. 0f9ebd1 Optimize GrTessellatePathOp's code to emit inner triangles by Chris Dalton · 4 years, 9 months ago
  89. 7f0b897 Add CPU benchmarks for individual methods on GrTessellatePathOp by Chris Dalton · 4 years, 9 months ago
  90. 449b115 Plumb SkMatrixProvider throughout Ganesh by Brian Osman · 4 years, 9 months ago
  91. 45d9cc8 remove i16x2 ops by Mike Klein · 4 years, 9 months ago
  92. 3ef77dd clean up public m44 and camera api by Mike Reed · 4 years, 9 months ago
  93. b08cc02 Switch back to stack-based SkSL interpreter by Brian Osman · 4 years, 10 months ago
  94. 8afde5f Rename outputView->writeView and outputSwizzle->writeSwizzle by Brian Salomon · 4 years, 10 months ago
  95. f5ecf51 Stop including SkVertices.h from so many places by Brian Osman · 4 years, 10 months ago
  96. 01e6d17 Stop including SkCanvas.h from GrTypesPriv.h by Brian Osman · 4 years, 10 months ago
  97. f36b37f onProgram for SkGaussianColorFilter, plus gm and bench by Mike Reed · 4 years, 10 months ago
  98. ea1d105 onProgram for overdraw-colorfilter by Mike Reed · 4 years, 10 months ago
  99. 3e191dc add bench for highcontrast-colorfilter by Mike Reed · 4 years, 10 months ago
  100. f4ba4ec Revert "Revert "Revert "Revert "Don't build GL on Metal, Vulkan, Dawn, Direct3D bots"""" by Brian Salomon · 4 years, 10 months ago