1. ad5494d use pathbuilder by Mike Reed · 4 years, 5 months ago
  2. c37d551 Add unit test for return statements wrapped in a block. by John Stiles · 4 years, 5 months ago
  3. 92f6eb1 use pathbuilder by Mike Reed · 4 years, 5 months ago
  4. 8025507 Simplify SkComputeBlurredRRectParams by Robert Phillips · 4 years, 5 months ago
  5. 767f444 SkRuntimeEffect SkSL has a new signature for main() by Brian Osman · 4 years, 6 months ago
  6. 47d795a remove DrawPictureMode enum by Mike Reed · 4 years, 5 months ago
  7. 36b86af Revert "Remove ARC from Metal backend" by Jim Van Verth · 4 years, 5 months ago
  8. 6541013 Remove ARC from Metal backend by Jim Van Verth · 4 years, 5 months ago
  9. 87d42e5 A new way to specify YUVA planar data from SkCodec to SkImage_Lazy by Brian Salomon · 4 years, 5 months ago
  10. 457c6dd remove unused enums for picture-recorder by Mike Reed · 4 years, 6 months ago
  11. c4ec291 Reland "Add utilities to SkGeometry for quad and cubic rotation angles" by Chris Dalton · 4 years, 6 months ago
  12. 7a492f7 Fix -Wstring-concatenation warnings in clang 12 by Brian Salomon · 4 years, 6 months ago
  13. 7b62dca Add image usage flags to GrVkImageInfo by Greg Daniel · 4 years, 6 months ago
  14. 6a4e145 Make some public vulkan structs use default initialization. by Greg Daniel · 4 years, 6 months ago
  15. 7018bcf Reland "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 6 months ago
  16. 9742f7c Notify when SkFontMetrics bounds are bogus. by Ben Wagner · 4 years, 6 months ago
  17. f3c8f5d Reland "Added support for the 'inline' hint on SkSL functions" by Ethan Nicholas · 4 years, 6 months ago
  18. dc594f2 Revert "Add utilities to SkGeometry for quad and cubic rotation angles" by Mike Klein · 4 years, 6 months ago
  19. 1394f71 Revert "Added support for the 'inline' hint on SkSL functions" by Ethan Nicholas · 4 years, 6 months ago
  20. 95b24b9 Revert "SkSL now supports uniform array types" by Ethan Nicholas · 4 years, 6 months ago
  21. 6b3c2f6 Move GrWangsFormula::nextlog2 to sk_float_nextlog2 by Chris Dalton · 4 years, 6 months ago
  22. 284f2c4 SkSL now supports uniform array types by Ethan Nicholas · 4 years, 6 months ago
  23. 26766ad Add utilities to SkGeometry for quad and cubic rotation angles by Chris Dalton · 4 years, 6 months ago
  24. f647dc7 update placeholder approx op count by Mike Klein · 4 years, 6 months ago
  25. 1f02286 Remove sk_InColor from unit tests. by John Stiles · 4 years, 6 months ago
  26. 9d94423 Fix simplification of switch statements with casts. by John Stiles · 4 years, 6 months ago
  27. 18305c3 pass 'nested' bool to approximateOpCount by Mike Reed · 4 years, 6 months ago
  28. 338e57d Added support for the 'inline' hint on SkSL functions by Ethan Nicholas · 4 years, 6 months ago
  29. 81eabce SkCustomTypefaceBuilder to set SkFontStyle by Ben Wagner · 4 years, 6 months ago
  30. 0e8149c Add support for more basic types in SkSLCPPCodeGenerator. by John Stiles · 4 years, 6 months ago
  31. 534d799 Fix constness of ExternalValue* inside ExternalValueReference. by John Stiles · 4 years, 6 months ago
  32. b65dc4a SkSL: Disallow swizzles that *only* contain '0' or '1' components by Brian Osman · 4 years, 6 months ago
  33. 37e6f53 Remove some (presumably) unneeded calls to textureParamsModified in GrGLGpu by Robert Phillips · 4 years, 6 months ago
  34. 63d7ee3 SkSL now detects modifiers used in incorrect contexts by Ethan Nicholas · 4 years, 6 months ago
  35. fdbd50a Simplify SkSL::String by removing unused parts. by John Stiles · 4 years, 6 months ago
  36. a008b0f Enable ClangTidy check readability-redundant-smartptr-get. by John Stiles · 4 years, 6 months ago
  37. c1c3c6d Enable ClangTidy flag bugprone-suspicious-string-compare. by John Stiles · 4 years, 6 months ago
  38. 4e54367 Fix SkSL constant propagation within nested casts. by John Stiles · 4 years, 6 months ago
  39. 03add80 Improve unit tests for switch-case and enum error handling. by John Stiles · 4 years, 6 months ago
  40. 3e3db6c Make switch case handling safer by Brian Osman · 4 years, 6 months ago
  41. fe0de30 Enable ClangTidy check modernize-use-nullptr. by John Stiles · 4 years, 6 months ago
  42. 48bdf6d Use a scoped block for inlined return statements. by John Stiles · 4 years, 6 months ago
  43. 1cf2c8d Enable ClangTidy flag modernize-use-override. by John Stiles · 4 years, 6 months ago
  44. 9e77f20 more careful SkColorSpace hash collision detection by Mike Klein · 4 years, 6 months ago
  45. 8c91c93 Refuse to inline SkSL with returns inside breakable constructs. by John Stiles · 4 years, 6 months ago
  46. dc36970 Handle invalid DDLRecorder case by Robert Phillips · 4 years, 6 months ago
  47. 326b989 Add platform image encoder for using NDK APIs by Leon Scroggins III · 4 years, 6 months ago
  48. 776c284 Move `onDumpInfo` calls in gencode to the private section. by John Stiles · 4 years, 6 months ago
  49. 652124c sk_gpu_test::MakeTextureProxyFromData -> MakeTextureProxyViewFromData by Brian Salomon · 4 years, 6 months ago
  50. cab5886 Add `GrProcessor::onDumpInfo` for subclass info dumps. by John Stiles · 4 years, 6 months ago
  51. 8d9bf64 Reland "Guard dumpInfo() calls with GR_TEST_UTILS, instead of SK_DEBUG." by John Stiles · 4 years, 6 months ago
  52. e12939f Unit tests for runtime effect SkSL errors found later in compilation by Brian Osman · 4 years, 6 months ago
  53. c95b589 Reland "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 6 months ago
  54. 089b7c9 Fix bug in op chaining by Robert Phillips · 4 years, 6 months ago
  55. 9b7f30c more careful rrect deserialization by Mike Klein · 4 years, 6 months ago
  56. 14dc791 Reland "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
  57. ebafbb1 fix a SkRRect::readFromMemory() fuzzer bug by Mike Klein · 4 years, 6 months ago
  58. 47b4e22 Reland "Implement `dumpInfo` for .fp files." by John Stiles · 4 years, 6 months ago
  59. 9487e9b Revert "Implement `dumpInfo` for .fp files." by Brian Osman · 4 years, 6 months ago
  60. a1df23c Implement `dumpInfo` for .fp files. by John Stiles · 4 years, 6 months ago
  61. ab6f9ef don't use out of range float values in the test by Mike Klein · 4 years, 6 months ago
  62. d432856 allow all CPU surfaces by Mike Klein · 4 years, 6 months ago
  63. 4ed6947 Avoid recomputing the input texel colors in Processor tests. by John Stiles · 4 years, 6 months ago
  64. b64a26c robustify SkScaleToSides::AdjustRadii() by Mike Klein · 4 years, 6 months ago
  65. c41ae2a Reland "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 6 months ago
  66. ba1879d Add `dumpTreeInfo` debug method to GrFragmentProcessor. by John Stiles · 4 years, 6 months ago
  67. cf0d08e Revert "Migrate GrSurfaceContext readPixels to take direct context" by Adlai Holler · 4 years, 6 months ago
  68. a4b9169 Remove 'in' variables from SkRuntimeEffect by Brian Osman · 4 years, 6 months ago
  69. d169e19 Migrate GrSurfaceContext readPixels to take direct context by Adlai Holler · 4 years, 6 months ago
  70. 9fbe9e9 Reduce processor tree depth back to 1. by John Stiles · 4 years, 6 months ago
  71. 2cc126f Update ProcessorCloneTest to use a processor tree depth of 3. by John Stiles · 4 years, 6 months ago
  72. 87d0a2f Update MakeChildFP to allow processor hierarchies to be created. by John Stiles · 4 years, 6 months ago
  73. ea8be21 Update ProcessorClone test to re-verify problems without using clone(). by John Stiles · 4 years, 6 months ago
  74. 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 6 months ago
  75. 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 4 years, 6 months ago
  76. 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 4 years, 6 months ago
  77. ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 6 months ago
  78. efc17ce Fix bug in SkMipmapCache::AddAndRef factory selection. by John Stiles · 4 years, 6 months ago
  79. fcf8cb2 Implement matrix casting in Metal. by John Stiles · 4 years, 6 months ago
  80. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 6 months ago
  81. 269b21c SkRuntimeEffect: Apply uniform transforms in color filters, too by Brian Osman · 4 years, 6 months ago
  82. 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 6 months ago
  83. ae04cc9 Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 6 months ago
  84. 92aac1e Disallow runtime effect color filters that depend on position by Brian Osman · 4 years, 6 months ago
  85. daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 4 years, 6 months ago
  86. 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 4 years, 7 months ago
  87. 0d6f815 iwyu fixes for VS 16.7's STL by Mike Klein · 4 years, 6 months ago
  88. 6397e80 Specify aa type of draw to the GrClip by Michael Ludwig · 4 years, 6 months ago
  89. f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years, 6 months ago
  90. 07438b0 Revert "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins · 4 years, 6 months ago
  91. cfef980 Add an SkImageGenerator that uses NDK APIs by Leon Scroggins III · 4 years, 8 months ago
  92. 6fbd92d Better serialize variations, separate SkFontData. by Ben Wagner · 4 years, 6 months ago
  93. 21efb7c Fix inversion unit test by Michael Ludwig · 4 years, 6 months ago
  94. 80e3d42 Fix inversion tracking across simplifies in GrShape by Michael Ludwig · 4 years, 6 months ago
  95. 093de4e Use more of pathbuilder by Mike Reed · 4 years, 6 months ago
  96. 7b9da25 Can now swizzle SkSL scalars by Ethan Nicholas · 4 years, 6 months ago
  97. fbd050b Enable ClangTidy check modernize-make-unique. by John Stiles · 4 years, 6 months ago
  98. 74a7a81 fix addOval and addRRect on builder by Mike Reed · 4 years, 6 months ago
  99. b746d5c add static factories for SkPath by Mike Reed · 4 years, 6 months ago
  100. 4b4cd13 Builder has addPolygon, plus start hiding edit methods by Mike Reed · 4 years, 6 months ago