1. bfe80bb expand gm to test GPU and CPU by Mike Reed · 4 years, 11 months ago
  2. 8935981 Update SKP version by skia-recreate-skps · 4 years, 11 months ago
  3. a27ca55 Update Go Deps by skia-recreate-skps · 4 years, 11 months ago
  4. 2c5ee18 remove legacy factory for overdrawcolorfilter by Mike Reed · 4 years, 11 months ago
  5. 81e84a6 Make SkStrikeCache::Node be SkStrike. by Herb Derby · 4 years, 11 months ago
  6. 3eaed8d fix clang-tidy warnings by Mike Reed · 4 years, 11 months ago
  7. b7ceaa8 Update Go Deps by skia-recreate-skps · 4 years, 11 months ago
  8. 05676f7 Reland: Ensure arcTo (SVG) ends at the targeted point by Ian Prest · 4 years, 11 months ago
  9. 4b40cf2 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  10. b11ce19 images: Fix fuzzer crash for creating raster SkImage with invalid data. by Khushal · 4 years, 11 months ago
  11. ee655f8 Defensively reset aa[] value when we call a blitter repeatedly by Mike Reed · 4 years, 11 months ago
  12. b444ec4 Remove unneeded test, and support code by Herb Derby · 4 years, 11 months ago
  13. 923181b Improve DDLPromiseImageHelper by Robert Phillips · 4 years, 11 months ago
  14. 53a72c1 Manage renderCmdEncoder over lifetime of GrMtlOpsRenderPass. by Jim Van Verth · 4 years, 11 months ago
  15. 922496f Fix typo in GrTextureEffect::onIsEqual by Brian Salomon · 4 years, 11 months ago
  16. a865a3a Improve DDLTileHelper by Robert Phillips · 4 years, 11 months ago
  17. 528998d Fix impl for OverdrawColorFilter to not rely on details of pmcolor, by Mike Reed · 4 years, 11 months ago
  18. b3779f5 Remove GrTextureEffect::MakeTexelSubset. by Brian Salomon · 4 years, 11 months ago
  19. 3a36511 Remove origin from GrSurfaceProxy. by Greg Daniel · 4 years, 11 months ago
  20. 2022894 Roll third_party/externals/swiftshader ac4e1d236088..f9f999f5a2eb (6 commits) by skia-autoroll · 4 years, 11 months ago
  21. 64f4206 Remove unique_ptr_address_as_pointer_address by Brian Salomon · 4 years, 11 months ago
  22. 06265e0 [presubmit] Use bin/gn rather than depot_tools gn by Ben Wagner · 4 years, 11 months ago
  23. f88dabb [infra] Move Swiftshader to MEDIUM GCE machines by Ben Wagner · 4 years, 11 months ago
  24. 3c1efd4 Carve some helper functions off of GPUSink (take 2) by Robert Phillips · 4 years, 11 months ago
  25. f46f19b Add support for implementing ShaderMode::kRepeat with MIPs in GrTextureEffect. by Brian Salomon · 4 years, 11 months ago
  26. ddad4c6 Update Go Deps by skia-recreate-skps · 4 years, 11 months ago
  27. 9b65d44 Roll third_party/externals/angle2 74ab0bffb526..d5861a68d9f7 (9 commits) by skia-autoroll · 4 years, 11 months ago
  28. 7a175ef Roll ../src 07e508f15134..57a7afeb42f5 (388 commits) by skia-autoroll · 4 years, 11 months ago
  29. 53c909e Support bilerp filtering for all ShaderModes in GrTextureEffect. by Brian Salomon · 4 years, 11 months ago
  30. f9734c3 Adding fmls instruction by Jarrett Phillips · 4 years, 11 months ago
  31. 475def0 Update Skia build instructions in build.md by Bryce Thomas · 4 years, 11 months ago
  32. f3f2254 Undo suspect gn format by Florin Malita · 4 years, 11 months ago
  33. 334d6f7 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  34. 87e5832 move clamp until just before store by Mike Klein · 4 years, 11 months ago
  35. 748b757 skvm support for 888x, 1010102, 101010x by Mike Klein · 4 years, 11 months ago
  36. b8d84f8 Remove all remaining uses of origin getter on proxy. by Greg Daniel · 4 years, 11 months ago
  37. 1a97683 [infra] Pin iOS tasks to old libimobiledevice by Ben Wagner · 4 years, 11 months ago
  38. 8b0dfd8 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  39. 45f37c3 Revert "Carve some helper functions off of GPUSink" by Robert Phillips · 4 years, 11 months ago
  40. 242536f Store render target dirty msaa rect in real dst space. by Greg Daniel · 4 years, 11 months ago
  41. c499ec8 Remove chromecast jobs by Kevin Lubick · 4 years, 11 months ago
  42. 7b2fcfb Carve some helper functions off of GPUSink by Robert Phillips · 4 years, 11 months ago
  43. f23fd48 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  44. b3c061a Add createBackendFormat and createFBO0 helper methods to SkSurfaceCharacterization by Robert Phillips · 4 years, 11 months ago
  45. b24f3b1 [skottie] Refactor keyframe encoding by Florin Malita · 4 years, 11 months ago
  46. 16033c9 Update texel_subset_* GMs. by Brian Salomon · 4 years, 11 months ago
  47. edf3f38 Add makeNotCurrent to TestContext by Robert Phillips · 4 years, 11 months ago
  48. 146722e threshold rtshader by Mike Reed · 4 years, 11 months ago
  49. 921236b more sophisticated opacity in SkImageShader by Mike Klein · 4 years, 11 months ago
  50. 94708c2 relax asserts to what we'd clamp to by Mike Klein · 4 years, 11 months ago
  51. 46874ef extend opacity tests in SkVM blits by Mike Klein · 4 years, 11 months ago
  52. ee16e57 Harden runtime shader/colorfilter CreateProc against bad child counts by Brian Osman · 4 years, 11 months ago
  53. d38f00a Skip degenerate contours in glyphs. by Ben Wagner · 5 years ago
  54. 2979f95 more MSAN dbg->rel cycling by Mike Klein · 4 years, 11 months ago
  55. 55f040b Revert "Pass origins through the flushSurfaces calls." by Greg Daniel · 4 years, 11 months ago
  56. ec34081 Pass origins through the flushSurfaces calls. by Greg Daniel · 4 years, 11 months ago
  57. 7c81245 check for non-finite values in point3 case by Mike Reed · 4 years, 11 months ago
  58. 3bf3b92 Guard runtime shader/colorfilter against SkSL that doesn't compile by Brian Osman · 4 years, 11 months ago
  59. 1d1333f Roll third_party/externals/angle2 e1ccac7ff9f0..74ab0bffb526 (10 commits) by skia-autoroll · 4 years, 11 months ago
  60. ea8ba19 Update Go Deps by skia-recreate-skps · 4 years, 11 months ago
  61. c8bd365 Roll third_party/externals/swiftshader 6cbb02e0dc93..ac4e1d236088 (2 commits) by skia-autoroll · 4 years, 11 months ago
  62. 1a733b5 Roll ../src b4a3bf71d776..07e508f15134 (402 commits) by skia-autoroll · 4 years, 11 months ago
  63. 6029cbd Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  64. 092930f Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  65. 9102c86 Refcount SkStrikeCache Nodes by Herb Derby · 4 years, 11 months ago
  66. 886e850 Apply fake bold and italic settings to the SkFont if the typeface needs them by Jason Simmons · 5 years ago
  67. 251eff6 Multithread SkStrike test by Herb Derby · 5 years ago
  68. 82ea0ea Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  69. 67da665 Pass origin into GrCoordTransform. by Greg Daniel · 4 years, 11 months ago
  70. 2b67bf3 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  71. 66356c2 Don't go out of our way to do vector calc in GrTextureEffect by Brian Salomon · 5 years ago
  72. 87506ab Remove (mostly) getting swizzle from GrSurfaceProxy. by Greg Daniel · 4 years, 11 months ago
  73. ea25fcf Replace DM:Error with DM::Result. by Ben Wagner · 4 years, 11 months ago
  74. 7ef777e tranform -> transform by Ethan Nicholas · 4 years, 11 months ago
  75. 79f336d Remove GrPrimitiveType from GrMesh by Chris Dalton · 5 years ago
  76. 9b57f0f Remove legacy debugging print outs by Robert Phillips · 4 years, 11 months ago
  77. 026a60c Have GrProcessorTestData hold views instead of proxies. by Greg Daniel · 4 years, 11 months ago
  78. 3c3b543 try release MSAN jobs by Mike Klein · 4 years, 11 months ago
  79. 508fd32 make SkBBH a public interface by Mike Klein · 4 years, 11 months ago
  80. e1bad06 calculate root bounds directly by Mike Klein · 5 years ago
  81. 55b137c More tweaks to iOS build instructions. by Jim Van Verth · 5 years ago
  82. 4395612 Update generated effects to use views. by Greg Daniel · 5 years ago
  83. 0234170 Simplify SkStrike ctor by herb · 5 years ago
  84. be28d2e This change allows users of PropertyObserver to compose a full keypath for each of the modified properties. by Shachar Langbeheim · 5 years ago
  85. 125d382 Revert "Ensure arcTo (SVG) ends at the targeted point" by Mike Reed · 4 years, 11 months ago
  86. d282df4 Roll recipe dependencies (trivial). by recipe-roller · 4 years, 11 months ago
  87. 29b6deb Update Go Deps by skia-recreate-skps · 4 years, 11 months ago
  88. 1b901d8 Roll ../src 32b4892fd4e5..b4a3bf71d776 (374 commits) by skia-autoroll · 4 years, 11 months ago
  89. 89e146d Roll third_party/externals/angle2 b40d48a67c93..e1ccac7ff9f0 (5 commits) by skia-autoroll · 4 years, 11 months ago
  90. 6ac2097 Roll third_party/externals/swiftshader 196d81774ef8..6cbb02e0dc93 (10 commits) by skia-autoroll · 4 years, 11 months ago
  91. 3114310 Ensure arcTo (SVG) ends at the targeted point by Ian Prest · 5 years ago
  92. 3841d0e Remove unused fields from SkSL's IRGenerator by Brian Osman · 5 years ago
  93. f7eb054 basic, untested BGR 1010102 and 101010x by Mike Klein · 5 years ago
  94. 1cb5527 remove enum docs by Mike Klein · 5 years ago
  95. 471fa4f [infra] Update infra dep to fix Housekeeper-PerCommit-PushAppsFromWASMDockerImage by Eric Boren · 5 years ago
  96. 660317f Move scaler context fallback to GDI by herb · 5 years ago
  97. ae99dca Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  98. 124486b Fix a gpu couple tests to use views. by Greg Daniel · 5 years ago
  99. ea81679 remove chorizo cpu jobs by Mike Klein · 5 years ago
  100. d6ff6f7 Fix typo: widthWithGhostSpaces by Jason Simmons · 5 years ago