1. 87d0a2f Update MakeChildFP to allow processor hierarchies to be created. by John Stiles · 4 years ago
  2. 46a324a Move GrSmallPathAtlasMgr to its own file and out-line by Robert Phillips · 4 years ago
  3. c45f0cf Update style guidance for [[fallthrough]]. by John Stiles · 4 years ago
  4. 3262bc8 Clarify that the GrDirectContext uniquely holds the text atlas manager by Robert Phillips · 4 years ago
  5. ea8be21 Update ProcessorClone test to re-verify problems without using clone(). by John Stiles · 4 years ago
  6. b418921 Add plumbing for dst read render passes into GrVkRenderPass. by Greg Daniel · 4 years ago
  7. fb9f2e9 Add style guidance for `k` prefix on constants. by John Stiles · 4 years ago
  8. 5dd3d88 Move more atlas functionality from GrSmallPathRenderer to GrSmallPathAtlasMgr by Robert Phillips · 4 years ago
  9. 60fc650 Lower cubic stroke recursion limit to 24 by Tyler Denniston · 4 years ago
  10. 7e74746 add terminating file on complete of CorrectnessActivity by Jorge Betancourt · 4 years, 1 month ago
  11. dd49617 Reland "Untangle dependency cycle in sksl dehydration" by Brian Osman · 4 years ago
  12. fff62bb simplify skvm blitter main logic by Mike Klein · 4 years ago
  13. 18423cd Add more perf tests and other minor improvemnts by Nathaniel Nifong · 4 years ago
  14. 0467e6c make skvm lerp() a little smarter by Mike Klein · 4 years ago
  15. 0811011 [recipes] Dump debugging information before running tests on Android by Eric Boren · 4 years ago
  16. 039f681 Label constants with k prefix (not g) and use constexpr. by John Stiles · 4 years ago
  17. cac1764 Add a GrSmallPathAtlasMgr class by Robert Phillips · 4 years, 1 month ago
  18. 530fc3b Roll ANGLE from 3831ac2043e4 to 48ba75ac6845 (14 revisions) by skia-autoroll · 4 years ago
  19. eb03dba Roll Chromium from 2acf87cc82a2 to 4430c2c58af2 (515 revisions) by skia-autoroll · 4 years ago
  20. 9d84bc1 Roll SwiftShader from a202c209bc91 to 59b4828f293e (1 revision) by skia-autoroll · 4 years ago
  21. 64aee0a Roll dawn from 2cf5a08cfc1b to 1662e97f324e (2 revisions) by skia-autoroll · 4 years ago
  22. 31954bf Enable ClangTidy check performance-unnecessary-copy-initialization. by John Stiles · 4 years, 1 month ago
  23. e0dd3df remove unused Arena reset() by Herb Derby · 4 years, 1 month ago
  24. a578138 Revert "Untangle dependency cycle in sksl dehydration" by Brian Osman · 4 years, 1 month ago
  25. fc11fd4 Allow CoreText axis hidden value to be CFNumber. by Ben Wagner · 4 years, 1 month ago
  26. 375721d SkPathView for ownerless (can live on stack) SkPaths by Mike Reed · 4 years, 1 month ago
  27. 24a7f07 Fix GrImprovedPerlinNoiseEffect::onIsEqual to compare properly. by John Stiles · 4 years, 1 month ago
  28. a1ed0dc Untangle dependency cycle in sksl dehydration by Brian Osman · 4 years, 1 month ago
  29. 6507e63 Update how the GrSmallPathRenderer's cache entries are created and destroyed by Robert Phillips · 4 years, 1 month ago
  30. 3f2ac36 split getPaint() by Mike Klein · 4 years, 1 month ago
  31. 63a1a83 More verbose CoreText structure checks by Ben Wagner · 4 years, 1 month ago
  32. 6e2c56f move SkArenaAlloc reset to its own class by Herb Derby · 4 years, 1 month ago
  33. 51f2c15 check SkPictureData::getPaint() by Mike Klein · 4 years, 1 month ago
  34. de240ac Revert "Disable the coverage-as-alpha optimization flag for the Bicubic effect." by John Stiles · 4 years, 1 month ago
  35. 3e8fae7 Revert "Add inline threshold to SkSL::Program::Settings" by Brian Osman · 4 years, 1 month ago
  36. ec9b4aa Enable ClangTidy check readability-const-return-type. by John Stiles · 4 years, 1 month ago
  37. 3977088 Enable ClangTidy check readability-static-accessed-through-instance. by John Stiles · 4 years, 1 month ago
  38. efc17ce Fix bug in SkMipmapCache::AddAndRef factory selection. by John Stiles · 4 years, 1 month ago
  39. 871aa74 Add support for children to runtime color filters by Brian Osman · 4 years, 1 month ago
  40. 8bfe391 [skottie] Add animation in/out point getters by Florin Malita · 4 years, 1 month ago
  41. ad3db40 Add inline threshold to SkSL::Program::Settings by Brian Osman · 4 years, 1 month ago
  42. 3b08f35 deserialize SkFilterQuality safely by Mike Klein · 4 years, 1 month ago
  43. 045adb5 Revert "Reland "Switch GN defs on Mac and iOS to use frameworks, take 2."" by Mike Klein · 4 years, 1 month ago
  44. 2cc251f Roll ANGLE from bedac4f06b5c to 3831ac2043e4 (14 revisions) by skia-autoroll · 4 years, 1 month ago
  45. 30edd32 Roll Chromium from 69b685d4bfd2 to 2acf87cc82a2 (445 revisions) by skia-autoroll · 4 years, 1 month ago
  46. 3e0d34a Roll SwiftShader from be7c55a2a8ce to a202c209bc91 (6 revisions) by skia-autoroll · 4 years, 1 month ago
  47. ea70694 Roll dawn from fa4b74d479aa to 2cf5a08cfc1b (1 revision) by skia-autoroll · 4 years, 1 month ago
  48. b35c3b8 Replace `unimpl` comments with `= delete`. by John Stiles · 4 years, 1 month ago
  49. b3231b1 Disable the coverage-as-alpha optimization flag for the Bicubic effect. by John Stiles · 4 years, 1 month ago
  50. c262a12 Fix IWYU error in metal-code generator, re-gen dither effect by Brian Osman · 4 years, 1 month ago
  51. 2c4a07d allow external files in canvas_perf.js tests by Nathaniel Nifong · 4 years, 1 month ago
  52. 1554368 Fix parameter evaluation order bug in DDLPromiseImageHelper by Robert Phillips · 4 years, 1 month ago
  53. 9b01c9c5 Update the DitherEffect @test to ensure non-zero dithering. by John Stiles · 4 years, 1 month ago
  54. 5e96595 Fix unaligned pointer warning on iOS. by Jim Van Verth · 4 years, 1 month ago
  55. fcf8cb2 Implement matrix casting in Metal. by John Stiles · 4 years, 1 month ago
  56. b33fa3f simplified SkSL REHYDRATE=0 by Ethan Nicholas · 4 years, 1 month ago
  57. a6841be Enable ClangTidy check llvm-namespace-comment. by John Stiles · 4 years, 1 month ago
  58. 269b21c SkRuntimeEffect: Apply uniform transforms in color filters, too by Brian Osman · 4 years, 1 month ago
  59. 19c3850 [infra] iPad 13.6 by Weston Tracey · 4 years, 1 month ago
  60. 9dd293c [infra] Add new provisioning profile including 4 new ipad UIDs. by Weston Tracey · 4 years, 1 month ago
  61. 74b83a4 Revert "Migrate SkImage::MakeFromTexture to GrRecordingContext" by Adlai Holler · 4 years, 1 month ago
  62. ae04cc9 Revert "Migrate MakeCrossContextFromPixmap to GrDirectContext" by Adlai Holler · 4 years, 1 month ago
  63. 92aac1e Disallow runtime effect color filters that depend on position by Brian Osman · 4 years, 1 month ago
  64. 70df33d use a single point as DirectMaskSubRun's vertex data by Herb Derby · 4 years, 1 month ago
  65. 76e7a7f Begin wrapping GrSmallPathRenderer atlas accesses by Robert Phillips · 4 years, 1 month ago
  66. 943463f Reland "Switch GN defs on Mac and iOS to use frameworks, take 2." by Jim Van Verth · 4 years, 1 month ago
  67. 81b276e add SkGraphics::AllowJIT() by Mike Klein · 4 years, 1 month ago
  68. daa9e74 Migrate SkImage::MakeFromTexture to GrRecordingContext by Adlai Holler · 4 years, 1 month ago
  69. 066f7d6 Migrate MakeCrossContextFromPixmap to GrDirectContext by Adlai Holler · 4 years, 1 month ago
  70. 0d6f815 iwyu fixes for VS 16.7's STL by Mike Klein · 4 years, 1 month ago
  71. 34949e3 Pull ShapeData into its own header file and rename to GrSmallPathShapeData by Robert Phillips · 4 years, 1 month ago
  72. 7a171cc Roll ANGLE from 6c873cfde957 to bedac4f06b5c (13 revisions) by skia-autoroll · 4 years, 1 month ago
  73. 1362c1e Roll Chromium from b133b38aa4d3 to 69b685d4bfd2 (479 revisions) by skia-autoroll · 4 years, 1 month ago
  74. d2f4008 Roll dawn from 076a4e58205d to fa4b74d479aa (2 revisions) by skia-autoroll · 4 years, 1 month ago
  75. b720375 Revert "Switch GN defs on Mac and iOS to use frameworks, take 2." by Herb Derby · 4 years, 1 month ago
  76. 672c476 Replace 'master' with 'top-level' or 'gradient' by Michael Ludwig · 4 years, 1 month ago
  77. 2b8940e remove SkRP-based runtime effects by Mike Klein · 4 years, 1 month ago
  78. be3ea68 allow SkSpriteBlitter::setup() to fail by Mike Klein · 4 years, 1 month ago
  79. c5f8e7d Switch GN defs on Mac and iOS to use frameworks, take 2. by Jim Van Verth · 4 years, 1 month ago
  80. 6397e80 Specify aa type of draw to the GrClip by Michael Ludwig · 4 years, 1 month ago
  81. 3ae071e Update SymbolTable::takeOwnership interface to improve type safety. by John Stiles · 4 years, 1 month ago
  82. 6d00de3 allow SkRP color filters to fail by Mike Klein · 4 years, 1 month ago
  83. 4c97814 Fix SKP serialization when SK_DISABLE_EFFECT_SERIALIZATION is defined by Brian Osman · 4 years, 1 month ago
  84. f21d6b9 Reland "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins III · 4 years, 1 month ago
  85. 7491492 get rid of unused include by Jorge Betancourt · 4 years, 1 month ago
  86. b7531c5 Simplify GrSmallPathRenderer::visitProxies by Robert Phillips · 4 years, 1 month ago
  87. 0abd727 remove overdrawcolorfilter_runtime by Mike Klein · 4 years, 1 month ago
  88. 2bc8318 Remove staging API for SkImage::makeWithFilter by Adlai Holler · 4 years, 1 month ago
  89. f7129fc Migrate MakeFromAdoptedTexture to GrRecordingContext by Adlai Holler · 4 years, 1 month ago
  90. 813e8cc add a global may-we-JIT flag by Mike Klein · 4 years, 1 month ago
  91. 374b154 Don't allow transferring between special queues in vulkan in surface flush. by Greg Daniel · 4 years, 1 month ago
  92. 0e041ba Fix out-of-bounds array access discovered by fuzzer. by John Stiles · 4 years, 1 month ago
  93. 2000c64 Publish version 0.17.3 by Nathaniel Nifong · 4 years, 1 month ago
  94. 07438b0 Revert "Add an SkImageGenerator that uses NDK APIs" by Leon Scroggins · 4 years, 1 month ago
  95. 8c9830b Use SkUniqueCFRef with CTTypesetterCreateLine by Ben Wagner · 4 years, 1 month ago
  96. cfef980 Add an SkImageGenerator that uses NDK APIs by Leon Scroggins III · 4 years, 3 months ago
  97. e7b08e4 Roll ANGLE from 709472c9dd0c to 6c873cfde957 (13 revisions) by skia-autoroll · 4 years, 1 month ago
  98. 29332bf Roll Chromium from be02bd1a2326 to b133b38aa4d3 (477 revisions) by skia-autoroll · 4 years, 1 month ago
  99. 64691e3 Roll SwiftShader from 74cc8ea2b8df to be7c55a2a8ce (2 revisions) by skia-autoroll · 4 years, 1 month ago
  100. 4f2d07f Roll dawn from 1ea3a22f521e to 076a4e58205d (4 revisions) by skia-autoroll · 4 years, 1 month ago