1. bf85984 Update Go Deps by skia-recreate-skps · 4 years, 4 months ago
  2. a1c140a Remove linear filter from Metal layer. by Jim Van Verth · 4 years, 4 months ago
  3. 82e2a84 Roll third_party/externals/dawn 754c161fd366..303a3daf0dec (6 commits) by skia-autoroll · 4 years, 4 months ago
  4. 5ce9440 Add RenderTargetViews to D3D render targets by Jim Van Verth · 4 years, 4 months ago
  5. 8335ab6 Hide more of leftToRight checks by Julia Lavrova · 4 years, 4 months ago
  6. b32d66b Add layout(srgb_unpremul) to SkSL by Brian Osman · 4 years, 4 months ago
  7. 45be077 length() by Mike Klein · 4 years, 4 months ago
  8. cd7732b Roll ../src c4c6cbc6102b..b39ec968b468 (449 commits) by skia-autoroll · 4 years, 4 months ago
  9. d9bde07 Add SkRuntimeShaderBuilder, clean up SkRuntimeEffect API a bit by Brian Osman · 4 years, 4 months ago
  10. f304541 Roll third_party/externals/swiftshader 7d6b5913c98c..694e21400ee5 (6 commits) by skia-autoroll · 4 years, 4 months ago
  11. f7a3307 Update tessellation to use SkPathPriv::Iterate by Chris Dalton · 4 years, 4 months ago
  12. 5443bb3 [canvaskit] Start a generic puppeteer perfing system. by Kevin Lubick · 4 years, 4 months ago
  13. e55e560 Hoist pixel geometry adjustments out of SkBaseDevice::CreateInfo() by Florin Malita · 4 years, 4 months ago
  14. ef41d50 Disable MTLPixelFormatBGR10A2Unorm on iOS by Robert Phillips · 4 years, 4 months ago
  15. 6a6de65 Retry drawing the simplified shape by Michael Ludwig · 4 years, 4 months ago
  16. 672c7a6 [skottie] More accurate contrast effect option by Florin Malita · 4 years, 4 months ago
  17. 5cf3c9c another round of work on fm_driver by Mike Klein · 4 years, 4 months ago
  18. 60cb7e3 [sksl,skvm] handle more 1,2,3,4 variants by Mike Reed · 4 years, 4 months ago
  19. 2ba8ba2 Add GrD3DDescriptorHeap. by Jim Van Verth · 4 years, 4 months ago
  20. 3c873af Const all the things in GrAtlasTextOp by Herb Derby · 4 years, 4 months ago
  21. b67d056 SkSL parser now limits recursion on comma operator as well by Ethan Nicholas · 4 years, 4 months ago
  22. 6666229 Add Preview to list of possible MSVC versions. by Ben Wagner · 4 years, 4 months ago
  23. f38b711 Reland "Refactor geometry union capabilities out of GrStyledShape" by Michael Ludwig · 4 years, 4 months ago
  24. cbc9667 Add some missed BGRA_1010102 testing tidbits by Robert Phillips · 4 years, 4 months ago
  25. 84aa92e Enforce C-style identifier rules for matrix markers everywhere by Brian Osman · 4 years, 4 months ago
  26. a4dd44a Dawn: Use shared copy encoder to create backend texture by Sean Gilhuly · 4 years, 4 months ago
  27. c120be4 Add a faster, cleaner path iterator by Chris Dalton · 4 years, 4 months ago
  28. 8520e76 migrate spiral demo from canvaskit by Mike Reed · 4 years, 4 months ago
  29. 1b3f93d Dawn: update to BufferCopyView API changes. by Stephen White · 4 years, 4 months ago
  30. 5cf6b31 Revert "retry absl" by Mike Klein · 4 years, 4 months ago
  31. 1d256d6 retry absl by Mike Klein · 4 years, 4 months ago
  32. 9a30ee0 Add BGR_10A2 support to Ganesh (take 2) by Robert Phillips · 4 years, 4 months ago
  33. dc976a9 update skstd by Mike Klein · 4 years, 4 months ago
  34. 66869e9 Fixed UB in SkSL constant arithmetic by Ethan Nicholas · 4 years, 4 months ago
  35. 298bda1 add fm driver by Mike Klein · 4 years, 4 months ago
  36. f59a961 Add layout(marker) to SkSL by Brian Osman · 4 years, 4 months ago
  37. 3cf3a8c Roll third_party/externals/dawn 2d79ef264eba..754c161fd366 (5 commits) by skia-autoroll · 4 years, 4 months ago
  38. 93ce5b9 Rolling 3 dependencies by Corentin Wallez · 4 years, 4 months ago
  39. 5ba50af Replace skstd::exchange with std::exchange by Adlai Holler · 4 years, 4 months ago
  40. 21d1720 Update Go Deps by skia-recreate-skps · 4 years, 4 months ago
  41. d64d6f5 Roll third_party/externals/angle2 718ae5088c41..957417438089 (12 commits) by skia-autoroll · 4 years, 4 months ago
  42. 187cfac Roll ../src 1a0f094cf1bb..c4c6cbc6102b (416 commits) by skia-autoroll · 4 years, 4 months ago
  43. 5f0965e Roll third_party/externals/swiftshader 941293d512fe..7d6b5913c98c (1 commits) by skia-autoroll · 4 years, 4 months ago
  44. 47889a1 Use needsTransform() for deviceRect by Herb Derby · 4 years, 4 months ago
  45. be6c713 cleanup device bounds calculation by Herb Derby · 4 years, 4 months ago
  46. e448900 fixed UB in SkSL shift operations by Ethan Nicholas · 4 years, 4 months ago
  47. 77083c7 Revert "replace SkSharedMutex" by Mike Klein · 4 years, 4 months ago
  48. 08e12ac add fm to build product whitelist by Mike Klein · 4 years, 4 months ago
  49. 92e12b8 Remove libgifcodec from skottiekit build. by Nathaniel Nifong · 4 years, 4 months ago
  50. 53a9438 treat fNeedsGlyphTransform the same for SDFT and Bitmap by Herb Derby · 4 years, 4 months ago
  51. 702c5a3 Start on GM to directly test SkGpuBlurUtils by Brian Salomon · 4 years, 4 months ago
  52. c216025 add skvx::{sin,cos,tan} by Mike Klein · 4 years, 4 months ago
  53. 5be739b add sin by Mike Klein · 4 years, 4 months ago
  54. cfdc07a replace SkSharedMutex by Mike Klein · 4 years, 4 months ago
  55. a9379fb [skottie] Contrast cleanup by Florin Malita · 4 years, 4 months ago
  56. cfb1b19 impl enough for contrast effect by Mike Klein · 4 years, 4 months ago
  57. af312c9 Revert "Refactor geometry union capabilities out of GrStyledShape" by Michael Ludwig · 4 years, 4 months ago
  58. d91d8b6 Revert "Fix round join comparison in if" by Michael Ludwig · 4 years, 4 months ago
  59. e42af16 add --stats to start with the stats overlay on by Mike Klein · 4 years, 4 months ago
  60. f207233 [skottie] Non-legacy (is this modern?) contrast effect support by Florin Malita · 4 years, 4 months ago
  61. 032631e Update Go Deps by skia-recreate-skps · 4 years, 4 months ago
  62. 849c26c Roll third_party/externals/angle2 4395170e6091..718ae5088c41 (12 commits) by skia-autoroll · 4 years, 4 months ago
  63. 756ed83 Roll ../src 78824aa9d99f..1a0f094cf1bb (510 commits) by skia-autoroll · 4 years, 4 months ago
  64. 8a6f2ed Roll third_party/externals/dawn 88f2ec853f80..2d79ef264eba (2 commits) by skia-autoroll · 4 years, 4 months ago
  65. e40f988 Roll third_party/externals/swiftshader 2717702e9a1f..941293d512fe (4 commits) by skia-autoroll · 4 years, 4 months ago
  66. 9d4fa4f Fix round join comparison in if by Michael Ludwig · 4 years, 4 months ago
  67. a50ce3c Revert "Add BGR_10A2 support to Ganesh" by Robert Phillips · 4 years, 4 months ago
  68. 1e0884d add --dylib to viewer by Mike Klein · 4 years, 4 months ago
  69. a73fa57 increase SkVMBlitter cache size by Mike Klein · 4 years, 4 months ago
  70. afe2c90 Revert "Revert "Converted texture and runtime effects to use GrMatrixEffect"" by Ethan Nicholas · 4 years, 4 months ago
  71. 3c411f5 remember to injectmoveto before arcTo by Mike Reed · 4 years, 4 months ago
  72. 2becdde Refactor geometry union capabilities out of GrStyledShape by Michael Ludwig · 4 years, 4 months ago
  73. dded3c7 Update provisioning_profile to unbreak iOS since cert refresh. by Weston Tracey · 4 years, 4 months ago
  74. 44fc53b Add BGR_10A2 support to Ganesh by Robert Phillips · 4 years, 4 months ago
  75. c50f4e9 Simplify GrTextBlob::flush by Herb Derby · 4 years, 4 months ago
  76. 9145f78 Implement D3D copySurface. by Jim Van Verth · 4 years, 4 months ago
  77. 02b9138 Rename flush -> addOp by Herb Derby · 4 years, 4 months ago
  78. a1e90ab Turn on Vulkan bots for Galaxy S20. by Joe Gregorio · 4 years, 4 months ago
  79. b2b9fbc Compare all fields in SkSL::Layout::operator== by Brian Osman · 4 years, 4 months ago
  80. f1792cd Use constant swizzle syntax in GrDrawVerticesOp by Brian Osman · 4 years, 4 months ago
  81. fc75d5c [skottie] Brightness and Contrast effect by Florin Malita · 4 years, 4 months ago
  82. e150888 detect failed matrix update in SkDraw::drawAtlas() by Mike Klein · 4 years, 4 months ago
  83. 548de74 Change Marker IDs to be strings by Brian Osman · 4 years, 4 months ago
  84. 7676f4e Remove SkFrontBufferedStream by Leon Scroggins III · 4 years, 4 months ago
  85. 4baa732 [infra] Add POC task driver by Kevin Lubick · 4 years, 4 months ago
  86. f5132a0 Reland "Optimize GrTessellatePathOp's code to emit inner triangles" by Chris Dalton · 4 years, 4 months ago
  87. 3d599d1 Update Go Deps by skia-recreate-skps · 4 years, 4 months ago
  88. 7a0517f Roll third_party/externals/angle2 3cb9c4bee9b3..4395170e6091 (11 commits) by skia-autoroll · 4 years, 4 months ago
  89. d18100a Roll ../src 9781ff27c9e9..78824aa9d99f (468 commits) by skia-autoroll · 4 years, 4 months ago
  90. 2ac6fa0 Roll third_party/externals/swiftshader 60aa34a990fa..2717702e9a1f (6 commits) by skia-autoroll · 4 years, 4 months ago
  91. 667edf1 Roll third_party/externals/dawn 00b90ea83262..88f2ec853f80 (4 commits) by skia-autoroll · 4 years, 4 months ago
  92. 5f56cb1 Revert "Optimize GrTessellatePathOp's code to emit inner triangles" by Ethan Nicholas · 4 years, 4 months ago
  93. 2514bd7 [infra] Remove old cloudbuild file by Kevin Lubick · 4 years, 4 months ago
  94. 3d2dd26 Dawn: update to upstream Dawn API changes. by Stephen White · 4 years, 4 months ago
  95. 0f9ebd1 Optimize GrTessellatePathOp's code to emit inner triangles by Chris Dalton · 4 years, 4 months ago
  96. f4cf893 LTR/RTL iterateThroughClustersInGlyphsOrder simplified by Julia Lavrova · 4 years, 4 months ago
  97. 5763b37 Revert "Reland "Add Abseil to third_party."" by Mike Klein · 4 years, 4 months ago
  98. d922f33 Update vulkan backend texture creation to use ganesh abstractions of vk resources. by Greg Daniel · 4 years, 4 months ago
  99. 9b1efe2 try skipping _cvtmask64_u64 by Mike Klein · 4 years, 4 months ago
  100. f3dca0b make --dylib mode work on linux by Mike Klein · 4 years, 4 months ago