1. 0006ad0 Stop cloning builtin functions by Brian Osman · 3 years, 8 months ago
  2. e2296f7 Pass the writeView as a const-ref instead of a pointer … by Adlai Holler · 3 years, 8 months ago
  3. 281583a processGlyphRunList -> processGlyphRun: move out loop by Herb Derby · 3 years, 8 months ago
  4. fbbc3bb Move SkTTopoSort to src/gpu and rename it to GrTTopoSort by Robert Phillips · 3 years, 8 months ago
  5. 7ac2be2 Reland "add ERMS (enhanced rep mov/sto) SkOpts slice" by Mike Klein · 3 years, 8 months ago
  6. db0b998 mark bitmap immutable in bench by Mike Reed · 3 years, 8 months ago
  7. d32c57d Revert "add ERMS (enhanced rep mov/sto) SkOpts slice" by Mike Klein · 3 years, 8 months ago
  8. 26ad8cc add ERMS (enhanced rep mov/sto) SkOpts slice by Mike Klein · 3 years, 8 months ago
  9. 90ad0fe Add a mock implementation of GrMeshDrawOp::Target by Chris Dalton · 3 years, 8 months ago
  10. fb5850f replace std::aligned_storage by Mike Klein · 3 years, 8 months ago
  11. ba9a04f Revert "Revert "Additional SkSL benches"" by Ethan Nicholas · 3 years, 8 months ago
  12. 1277971 Revert "Additional SkSL benches" by Ethan Nicholas · 3 years, 8 months ago
  13. a2d6b31 Additional SkSL benches by Ethan Nicholas · 3 years, 8 months ago
  14. 91292e9 Runtime Effects: Support 'uniform shader' (vs. 'in shader') by Brian Osman · 3 years, 8 months ago
  15. d7e7659 Move GrShaderCaps from Program::Settings to Compiler by Brian Osman · 3 years, 8 months ago
  16. 0e54309 Merge GrStrokePatchBuilder into GrStrokeTessellateOp by Chris Dalton · 3 years, 8 months ago
  17. 2882e70 Add GrPathUtils::findCubicConvex180Chops by Chris Dalton · 3 years, 8 months ago
  18. 83c38a8 Allow uniqueKey invalidation messages to reach the thread safe cache by Robert Phillips · 3 years, 9 months ago
  19. e32e1ab replace GrOpMemoryPool with GrMemoryPool by Herb Derby · 3 years, 9 months ago
  20. 0e13db7 Clean up GrPathUtils by Chris Dalton · 3 years, 9 months ago
  21. c76d409 add API for Op creation by Herb Derby · 3 years, 9 months ago
  22. 312535b Create sksl_small nanobench test. by John Stiles · 3 years, 9 months ago
  23. 58a26a8 Fix the formula for fNumRadialSegmentsPerRadian in GrStrokePatchBuilder by Chris Dalton · 3 years, 9 months ago
  24. b341810 Reland "[svg] Relocate out of experimental" by Florin Malita · 3 years, 9 months ago
  25. d6cf56f Revert "[svg] Relocate out of experimental" by Robert Phillips · 3 years, 9 months ago
  26. 6fc4106 [svg] Relocate out of experimental by Florin Malita · 3 years, 9 months ago
  27. f4bda74 Rename SkTArray::reserve to reserve_back. by John Stiles · 3 years, 9 months ago
  28. a069304 Rename GrContextPriv to GrDirectContextPriv by Adlai Holler · 3 years, 9 months ago
  29. 01b93ea Add SkImageFilters::Blend rename for Xfermode filter by Michael Ludwig · 3 years, 9 months ago
  30. ae4bb98 Reland "Remove use of legacy display globals." by Ben Wagner · 3 years, 10 months ago
  31. bd0881c Revert "Remove use of legacy display globals." by Jim Van Verth · 3 years, 9 months ago
  32. c1916c3 Remove use of legacy display globals. by Ben Wagner · 3 years, 10 months ago
  33. 7f88b72 Update nanobench SkSL tests. by John Stiles · 3 years, 10 months ago
  34. 24c5d24 Add a benchmark that measures SkSL::Compiler startup time by Brian Osman · 3 years, 10 months ago
  35. 0b0fb4d minimize includes and forwards for remote glyph cache by Herb Derby · 3 years, 10 months ago
  36. 5e1545f Finish recording tessellation pipelines by Chris Dalton · 3 years, 10 months ago
  37. e74cebe Begin implementing onPrePrepare for tessellation ops by Chris Dalton · 3 years, 10 months ago
  38. e206764 Optimize GrWangsFormula by Chris Dalton · 3 years, 10 months ago
  39. e4b7969 Use SkClipOp::kIntersect instead of kReplace_ClipOp by Michael Ludwig · 3 years, 10 months ago
  40. 34b19c5 SkSL optimization now happens in convertProgram rather than being a by Ethan Nicholas · 3 years, 10 months ago
  41. d358cbe Add support for plumbing GrDstSampleType through Ops and Pipeline creation. by Greg Daniel · 3 years, 10 months ago
  42. 7571f9e Replace 'typedef xxxxx INHERITED' with 'using INHERITED = xxxx;'. by John Stiles · 3 years, 10 months ago
  43. 3872c98 Move convexity enum out of public by Mike Reed · 3 years, 11 months ago
  44. 6052c0b Only expose isConvex on path publicly. by Mike Reed · 3 years, 11 months ago
  45. bcfc554 Add GrDirectContext arg to SkImage::readPixels by Adlai Holler · 3 years, 11 months ago
  46. 626349b Remove do-nothing MPD benchmarking from nanobench by Brian Salomon · 3 years, 11 months ago
  47. 92f6eb1 use pathbuilder by Mike Reed · 3 years, 11 months ago
  48. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years ago
  49. 457c6dd remove unused enums for picture-recorder by Mike Reed · 3 years, 11 months ago
  50. 4aac2f9 Can we remove this flag to picture-recording? by Mike Reed · 3 years, 11 months ago
  51. 853d4ed Revert "remove sksl interpreter guards" by Mike Klein · 3 years, 11 months ago
  52. 7f1117e remove sksl interpreter guards by Mike Klein · 3 years, 11 months ago
  53. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years ago
  54. c27d535 benchmark for text vertex fill by Herb Derby · 4 years ago
  55. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years ago
  56. 5edf510 Add plumbing for access to the flush-time GrSmallPathAtlasMgr by Robert Phillips · 4 years ago
  57. 60fc650 Lower cubic stroke recursion limit to 24 by Tyler Denniston · 4 years ago
  58. 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 4 years ago
  59. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years ago
  60. 813e8cc add a global may-we-JIT flag by Mike Klein · 4 years ago
  61. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years ago
  62. 078f875 Rename GrTessellateStroke* -> GrStrokeTessellate* and friends by Chris Dalton · 4 years ago
  63. a4c8098 Remove gendered language by Leon Scroggins III · 4 years ago
  64. 1ff0706 Remove more references to "master" by Leon Scroggins III · 4 years ago
  65. 9d5461f Add missing #includes for referenced types, and missing headers in GN. by John Stiles · 4 years ago
  66. 247835b Reland "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years ago
  67. d007281 Fix clang 12 Wsuggest-override and Wsuggest-destructor-override by Brian Salomon · 4 years ago
  68. d13b97f Revert "Migrate SkImage::makeWithFilter to GrRecordingContext" by Adlai Holler · 4 years ago
  69. 7f0129d Migrate SkImage::makeWithFilter to GrRecordingContext by Adlai Holler · 4 years ago
  70. 40a4062 Rename GrBackendTexture::fMipMapped -> fMipmapped by Brian Salomon · 4 years ago
  71. 7e67dca Rename GrMipMapped GrMipmapped by Brian Salomon · 4 years ago
  72. 4caa935 Migrate MakeTextureImage to take GrDirectContext by Adlai Holler · 4 years ago
  73. 13711eb rename SkMipMap to SkMipmap by Mike Reed · 4 years ago
  74. 886a904 Update SkTQSort to use half-open ranges. by John Stiles · 4 years ago
  75. f4f8011 Add Context factories to GrDirectContext by Robert Phillips · 4 years ago
  76. 6e9ead9 Revert "Remove custom SkSort algorithms." by John Stiles · 4 years ago
  77. 70474c1 Remove custom SkSort algorithms. by John Stiles · 4 years ago
  78. 872a32c Add an arg to SkImage::makeSubset to take a direct context by Adlai Holler · 4 years ago
  79. 609ea21 more cleanup after removing volatile from bitmap by Mike Reed · 4 years ago
  80. 1434ce1 Can we remove volatile from skbitmap? by Mike Reed · 4 years ago
  81. f8a6b5b Impl SkFilterOptions for raster-images by Mike Reed · 4 years ago
  82. 89d33d0 Remove GrCCFillGeometryBench by Brian Osman · 4 years ago
  83. 24b8a8c Switch back to mallinfo in SkSL memory benchmark by Brian Osman · 4 years ago
  84. 16bf7d3 Make SkGpuDevice hold a GrRecordingContext (take 2) by Robert Phillips · 4 years ago
  85. 68870aa Add heap usage of SkSL::Compiler to nanobench output by Brian Osman · 4 years ago
  86. f028810 Remove SkCanvas::getGrContext calls from benches by Robert Phillips · 4 years ago
  87. e3ad527 Add a convenience to downcast contexts into GrDirectContext by Adlai Holler · 4 years ago
  88. 05da783 Revert "Make SkGpuDevice hold a GrRecordingContext" by Chris Dalton · 4 years ago
  89. c8b721b Make SkGpuDevice hold a GrRecordingContext by Robert Phillips · 4 years ago
  90. 609f159 Remove most GrCoordTransform code by Brian Osman · 4 years ago
  91. 92c33f3 document Make for paths, and move from pathbuilder into path by Mike Reed · 4 years ago
  92. 00f78de Update additional tools to take a GrDirectContext by Robert Phillips · 4 years ago
  93. b87b39b Make GM::onGpuSetup take a GrDirectContext by Robert Phillips · 4 years ago
  94. ce9f016 Remove unused GrFlushFlags. by Greg Daniel · 4 years ago
  95. f19bbb5 Finish the DDL sk_sp migration by Adlai Holler · 4 years, 1 month ago
  96. e922953 Adjust how GM::gpuSetup is handled in the tools by Robert Phillips · 4 years, 1 month ago
  97. 83b749a Add GM::onceBeforeDraw method that encapsulates calling onOnceBeforeDraw by Robert Phillips · 4 years, 1 month ago
  98. 7580ad4 Add an sk_sp API for DDLs with a macro for staging by Adlai Holler · 4 years, 1 month ago
  99. 22f246f add simple pathbuilder by Mike Reed · 4 years, 1 month ago
  100. 5ed3c11 Reland "Don't release vk memory allocator until context is deleted." by Greg Daniel · 4 years, 1 month ago