1. 1184ae0 update buildbot repo to deploy debugger changes from https://skia-review.googlesource.com/c/buildbot/+/341046 by Nathaniel Nifong · 3 years, 8 months ago
  2. bf282c0 Replace array indexing on vector types with swizzles. by John Stiles · 3 years, 8 months ago
  3. e38a9e7 handle different bounds for every frame b:skia:11045 by Nathaniel Nifong · 3 years, 8 months ago
  4. b5f880a Take origin when creating/updating backend texture using pixmaps. by Brian Salomon · 3 years, 8 months ago
  5. 011a773 Use infinity to signal conics instead of NaN by Chris Dalton · 3 years, 8 months ago
  6. 198e6ea add new entry-points for drawImage[rect] with samplingoptions by Mike Reed · 3 years, 8 months ago
  7. 10160e4 Avoid unnecessary coercions in index expressions. by John Stiles · 3 years, 8 months ago
  8. 3c72989 remove incorrect line number from SkSL errors with no source information by Ethan Nicholas · 3 years, 8 months ago
  9. 4453237 Use a scoped helper class to push and pop CodeGenerator::fOut changes. by John Stiles · 3 years, 8 months ago
  10. 1b27c3d Check array bounds when a constant array index is used. by John Stiles · 3 years, 8 months ago
  11. bccdd90 Handling mipmapaccess failing by Mike Reed · 3 years, 8 months ago
  12. 6c70661 Pass GrMipMapped boolean down to GrResourceProvider::createTexture by Robert Phillips · 3 years, 8 months ago
  13. e7f68f3 Tweak ParticlesSlide's resource provider to show how to use PathBinding by Brian Osman · 3 years, 8 months ago
  14. b21fac2 Detect cases in Metal where out params are swizzled. by John Stiles · 3 years, 8 months ago
  15. 2c1cfb4 Remove rendundant tests/GrTestingBackendTextureUploadTest by Brian Salomon · 3 years, 8 months ago
  16. 512ff75 [svg] Initial <tspan> support by Florin Malita · 3 years, 8 months ago
  17. f3b959c [canvaskit] Respect Exif metadata for animated images. by Kevin Lubick · 3 years, 9 months ago
  18. e7c1a73 [canvaskit] Remove 2d point arrays from API. by Kevin Lubick · 3 years, 9 months ago
  19. d90e578 Roll ANGLE from 2ded93db0a0d to 251ba5cb119f (15 revisions) by skia-autoroll · 3 years, 8 months ago
  20. aa443a8 Roll SwiftShader from bae138de13ac to 7c84426d2abe (8 revisions) by skia-autoroll · 3 years, 8 months ago
  21. d67df01 Update SKP version by skia-recreate-skps · 3 years, 8 months ago
  22. edb22ec work on better SkPath::dump by Mike Reed · 3 years, 8 months ago
  23. f326e4f Remove SkCanvas::LayerIter used in SkCanvasStateUtils by Michael Ludwig · 3 years, 9 months ago
  24. e0dee01 Remove support for deprecated kDontClipToLayer_SaveLayerFlag by Michael Ludwig · 3 years, 9 months ago
  25. 3021795 Improve CanvasState cross-library tests by Michael Ludwig · 3 years, 9 months ago
  26. ae95077 fix another m44 bug in debugger by Nathaniel Nifong · 3 years, 9 months ago
  27. f2bd501 Use references instead of pointers for Metal out params. by John Stiles · 3 years, 9 months ago
  28. bc3c41b Enforce that layout(binding=...) is set on interface blocks in Metal. by John Stiles · 3 years, 9 months ago
  29. db873dd add util for checker image by Mike Reed · 3 years, 9 months ago
  30. ca3755d Reland "Remove some flutter flags" by Mike Reed · 3 years, 9 months ago
  31. fdb8dbe Code cleanup: fix case of member functions. by John Stiles · 3 years, 9 months ago
  32. 2630ea3 Disallow identifier names that overlap existing types. by John Stiles · 3 years, 9 months ago
  33. 8ab65bf don't parse svgs we won't run by Mike Klein · 3 years, 9 months ago
  34. 7672470 Revert "Remove some flutter flags" by Mike Reed · 3 years, 9 months ago
  35. fa8d691 Remove Metal Perf bots running on MacOS 10.13. by Jim Van Verth · 3 years, 9 months ago
  36. bb43b7e Simplify various logic around multi-dimensional arrays. by John Stiles · 3 years, 9 months ago
  37. a58c140 Remove some flutter flags by Mike Reed · 3 years, 9 months ago
  38. d8090fd Roll ANGLE from 8670d6183a84 to 2ded93db0a0d (4 revisions) by skia-autoroll · 3 years, 9 months ago
  39. c0c5106 Add Type::isArray and Type::isStruct helper methods. by John Stiles · 3 years, 9 months ago
  40. b19518d add missing unit test for 128-bit ops by Mike Klein · 3 years, 9 months ago
  41. b42686a Painting styled text blocks in RTL by Julia Lavrova · 3 years, 9 months ago
  42. abcc1ec plumb register aliasing hints through on arm64 by Mike Klein · 3 years, 9 months ago
  43. 95fb578 Deprecate Metal support on iOS 9. by Jim Van Verth · 3 years, 9 months ago
  44. e766cb8 Use `addArrayDimension` instead of manually creating array type. by John Stiles · 3 years, 9 months ago
  45. a217950 Simplify addArrayDimensions by removing multi-dimensional array support. by John Stiles · 3 years, 9 months ago
  46. f2fb80f Add unaffectedByDstValue() to GrProcessorSet::Analysis by Chris Dalton · 3 years, 9 months ago
  47. d39aec9 Remove multi-dimensional array support from the parser. by John Stiles · 3 years, 9 months ago
  48. 573dcb7 factor out an `active_lanes = scalar ? 1 : K` by Mike Klein · 3 years, 9 months ago
  49. a7470df add load128/store128 by Mike Klein · 3 years, 9 months ago
  50. 38921ca Reland "[skottie] Add image sampling and transform options" by Florin Malita · 3 years, 9 months ago
  51. 5f9ba69 fix debugger bindings by Mike Reed · 3 years, 9 months ago
  52. ec25563 add to_fp16/from_fp16 by Mike Klein · 3 years, 9 months ago
  53. c7bca52 add load64 by Mike Klein · 3 years, 9 months ago
  54. 1a4140e deprecate getTotalMatrix by Mike Reed · 3 years, 9 months ago
  55. 041f665 [svg] Remove kInherit from several SVG types by Tyler Denniston · 3 years, 9 months ago
  56. b81842a Revert "[skottie] Add image sampling and transform options" by Florin Malita · 3 years, 9 months ago
  57. d39aec0 Simplify InterfaceBlock by removing multi-dimensional array support. by John Stiles · 3 years, 9 months ago
  58. 2833ec6 Plumb mixed samples through GrXPFactory::GetAnalysisProperties by Chris Dalton · 3 years, 9 months ago
  59. 62a5646 Simplify VarDeclaration by removing multi-dimensional array support. by John Stiles · 3 years, 9 months ago
  60. 9ea48e3 Disallow multi-dimensional arrays in SkSL. by John Stiles · 3 years, 9 months ago
  61. 076e9a2 Disallow returning array types in SkSL. by John Stiles · 3 years, 9 months ago
  62. 3dba3ee Fix various codegen issues for Metal array types. by John Stiles · 3 years, 9 months ago
  63. 2f24405 [skottie] Add image sampling and transform options by Florin Malita · 3 years, 9 months ago
  64. f557aef Use MTLCommandBuffer status to determine if completed. by Jim Van Verth · 3 years, 9 months ago
  65. f5097db add store64 by Mike Klein · 3 years, 9 months ago
  66. 2d8bd15 get 4x4 initialMatrix in pictureplayback by Mike Reed · 3 years, 9 months ago
  67. 8c1ad7e stop using bitmapcontroller by Mike Reed · 3 years, 9 months ago
  68. f5e1bf9 Remove NVIDIA_Shield bots. by Ben Wagner · 3 years, 9 months ago
  69. f9433fa Fixing some round problems with metrics by Julia Lavrova · 3 years, 9 months ago
  70. 4b10d58 Fix bug in GrClearOp combining and remove some asserts (take 2) by Robert Phillips · 3 years, 9 months ago
  71. 9f3f2c2 Roll ANGLE from 0f083ab02635 to 8670d6183a84 (11 revisions) by skia-autoroll · 3 years, 9 months ago
  72. 71d3f30 Roll SwiftShader from bfb211914759 to bae138de13ac (8 revisions) by skia-autoroll · 3 years, 9 months ago
  73. 27c78da Roll Dawn from 6f5151f6572b to 3668d352bc5f (6 revisions) by skia-autoroll · 3 years, 9 months ago
  74. c7112ed Fix swizzles in clear_swizzle GM by Brian Salomon · 3 years, 9 months ago
  75. 5334e89 Revert "restore murmur3 for older iOS devices" by Mike Klein · 3 years, 9 months ago
  76. 469d67e Expose more info in SkCodec::FrameInfo by Leon Scroggins III · 3 years, 9 months ago
  77. bb1933e simplify SkSamplingOptions field names by Mike Klein · 3 years, 9 months ago
  78. dcc8960 make SkSamplingOptions fields const by Mike Klein · 3 years, 9 months ago
  79. 07bc9a2 GPU clear values: just 4 floats by Brian Salomon · 3 years, 9 months ago
  80. 4be95c5 Add test for quadratic Wang's formula by Tyler Denniston · 3 years, 9 months ago
  81. 3c16146 restore murmur3 for older iOS devices by Mike Klein · 3 years, 9 months ago
  82. 6bef6a7 Fix flipped array dimensions in SkSL. by John Stiles · 3 years, 9 months ago
  83. f25787b Subpixel anti-aliasing in FreeType 2.8.1+ by Ben Wagner · 3 years, 9 months ago
  84. 9443d58 Revert "Fix bug in GrClearOp combining and remove some asserts" by Robert Phillips · 3 years, 9 months ago
  85. 799b32e Disable inliner on Functions.sksl. by John Stiles · 3 years, 9 months ago
  86. a48c233 Remove unused inColor by Brian Osman · 3 years, 9 months ago
  87. 4089418 hoist the common matrix code for filling vertices by Herb Derby · 3 years, 9 months ago
  88. 0861331 Revert "add CPU feature detection for iOS / ARM Mac" by Mike Klein · 3 years, 9 months ago
  89. 387826f Remove unused SkRWBuffer by Mike Reed · 3 years, 9 months ago
  90. 23f00d7 Reland "Add ByteCode output to skslc" by Brian Osman · 3 years, 9 months ago
  91. c9a24c9 default to using new/delete for GrOp by Herb Derby · 3 years, 9 months ago
  92. 658cb71 [canvaskit] Fix drawPoints to be flattened point array by Kevin Lubick · 3 years, 9 months ago
  93. 5fa4554 Revert "Add ByteCode output to skslc" by Brian Osman · 3 years, 9 months ago
  94. 35f1b20 Fix bug in GrClearOp combining and remove some asserts by Robert Phillips · 3 years, 9 months ago
  95. f0b9364 Roll ANGLE from 234fccfb1818 to 0f083ab02635 (5 revisions) by skia-autoroll · 3 years, 9 months ago
  96. 1ca29cc Roll Dawn from a827aa2c29aa to 6f5151f6572b (9 revisions) by skia-autoroll · 3 years, 9 months ago
  97. bd51ac3 remove perspective SDF from subrun by Herb Derby · 3 years, 9 months ago
  98. 51c0158 add CPU feature detection for iOS / ARM Mac by Mike Klein · 3 years, 9 months ago
  99. b030b1f Don't drop mip map mode in GrTextureOp->GrTextureEffect fallback by Brian Salomon · 3 years, 9 months ago
  100. c504ecd Roll ANGLE from 59aa1ef1975a to 234fccfb1818 (18 revisions) by skia-autoroll · 3 years, 9 months ago