1. 7823aeb refactor/layering: SkMalloc.cpp by Hal Canary · 5 years ago
  2. 2eae8e5 only scale shader by paint alpha < 1 by Mike Klein · 5 years ago
  3. e2333d7 fix uniform buffer size, scale by paint alpha by Mike Klein · 5 years ago
  4. ac8a16c Update YUV GMs to use SkYUVMath matrices by Brian Osman · 5 years ago
  5. 9dc47bf Roll recipe dependencies (nontrivial). by recipe-roller · 5 years ago
  6. 904cac8 Use SkYUVMath in GrYUVtoRGBEffect by Brian Osman · 5 years ago
  7. 9c82eb9 Roll third_party/externals/angle2 bb35bb4e5379..841b01678c49 (4 commits) by skia-autoroll · 5 years ago
  8. 809ec77 Roll third_party/externals/swiftshader e1cda3916cee..fda994c63075 (2 commits) by skia-autoroll · 5 years ago
  9. 549325c Have GrTextureOp use GrSurfaceProxyViews instead of just proxys. by Greg Daniel · 5 years ago
  10. e785c44 Remove unused API by Herb Derby · 5 years ago
  11. 28ba528 Use SkYUVMath in asyncRescaleAndReadPixelsYUV420 by Brian Osman · 5 years ago
  12. b22d7a3 build: fix compilation on macOS with 10.14 SDK by deepak1556 · 5 years ago
  13. 6e1d51a Print out a warning if trying to use a cross context image on two contexts by Brian Osman · 5 years ago
  14. c7a8df8 Swap SkPackedGlyphID bitfields around by Herb Derby · 5 years ago
  15. 9fa8a90 [docs] Add skolo-builder to swarmingbots.md by Ben Wagner · 5 years ago
  16. 65e6ee7 quick switch to disable SkVM JIT by Mike Klein · 5 years ago
  17. c746cdf assume no color filters in SkVMBlitter by Mike Klein · 5 years ago
  18. e1e1971 clean up unorm8 helpers by Mike Klein · 5 years ago
  19. 77c9994 Faster remote glyph cache by Herb Derby · 5 years ago
  20. 7df14d0 YUV Cleanup: Trim comments, derive Cr/Cb from Kr/Kb by Brian Osman · 5 years ago
  21. 7820da3 Use shifts for all fields in SkPackedGlyphID by Herb Derby · 5 years ago
  22. 8a64a44 Rename sampleVariablesSupport() to sampleMaskSupport() by Chris Dalton · 5 years ago
  23. a9ac8a5 Change uses of code to glyphID by Herb Derby · 5 years ago
  24. 3cc8d4f Dawn: s/dawn::/wgpu::/g. by Stephen White · 5 years ago
  25. d2baa3d Dawn: roll to ToT. by Stephen White · 5 years ago
  26. bbd459d Allocate all vertex data in one go w/in GrTextureOp by Robert Phillips · 5 years ago
  27. 7da048b Use texture for shadow falloff by Jim Van Verth · 5 years ago
  28. ebdae11 Roll third_party/externals/angle2 95a736bd3347..bb35bb4e5379 (18 commits) by skia-autoroll · 5 years ago
  29. c3a51a5 Roll third_party/externals/swiftshader f8f6103eb89f..e1cda3916cee (2 commits) by skia-autoroll · 5 years ago
  30. 1ae54bc Add sampleVariablesStencilSupport to sksl standalone caps by Chris Dalton · 5 years ago
  31. 07c6c66 work around x11/X.h #define pollution by Mike Klein · 5 years ago
  32. 014f540 BotsCfg/Perf/RemoteGlyphCache: bots to download and use traces by Hal Canary · 5 years ago
  33. 2777cd3 Have SkWuffsCodec use two Wuffs decoders by Nigel Tao · 5 years ago
  34. e662695 Roll to ToT Dawn. by Stephen White · 5 years ago
  35. f6a89fd hold a ref on Key effects by Mike Klein · 5 years ago
  36. e4522dc rough sketch of shaders in SkVMBlitter by Mike Klein · 5 years ago
  37. bfdab5f support 3D masks in SkVMBlitter by Mike Klein · 5 years ago
  38. 278615a add a paint-color string to gm/emboss by Mike Klein · 5 years ago
  39. b0fd4b1 Reland "Revert "Revert "Rename gl_SampleMask to sk_SampleMask""" by Chris Dalton · 5 years ago
  40. ebe2ac5 Dawn: workaround X11 #defines for Always, Success, None. by Stephen White · 5 years ago
  41. a1cc9f6 Test Codec::getFrameCount updates with more data by Nigel Tao · 5 years ago
  42. 352f4f7 If drawing an image as tiled fails, fallback to other methods. by Jim Van Verth · 5 years ago
  43. 5f95519 Use GPU special images in two GPU image filter tests by Brian Osman · 5 years ago
  44. baf8d99 Remove outputSwizzle from GrRenderTargetProxy. by Greg Daniel · 5 years ago
  45. 650f40d SkMorphologyImageFilter: Avoid integer overflow with large radii by Brian Osman · 5 years ago
  46. b69001f Make GrFillRectOp and GrTextureOp consistent re AA-upgrading and size checks by Robert Phillips · 5 years ago
  47. 793c9e8 Cache simple descriptor sets on GrVkTexture. by Greg Daniel · 5 years ago
  48. 77d9b5c [canvaskit] Add tentative support for savelayerrec by Kevin Lubick · 5 years ago
  49. 16f5c65 Use GrSurfaceProxyView in RenderTasks. by Greg Daniel · 5 years ago
  50. 15b4023 [canvaskit] Add various ImageFilters by Kevin Lubick · 5 years ago
  51. c10bb6a Some cleanup of unneeded code/objects in GrVkPipelineState. by Greg Daniel · 5 years ago
  52. 998937c Reland "Make GrFillInData use SkRasterPipeline" by Brian Salomon · 5 years ago
  53. ee08d52 Move creation of AAQuadIndexBuffer to GrResourceProvider by Robert Phillips · 5 years ago
  54. d4b95d2 Revert "Implement refPinnedTextureProxy for SkImage_Lazy." by Robert Phillips · 5 years ago
  55. 7a6986b Revert "Make GrFillInData use SkRasterPipeline" by Joe Gregorio · 5 years ago
  56. 76d22d1 Roll third_party/externals/swiftshader 1737a30e3e34..f8f6103eb89f (2 commits) by skia-autoroll · 5 years ago
  57. 512eb94 [skottie] Fix layer blend modes under mattes by Florin Malita · 5 years ago
  58. f22dda9 [skottie] Fix skottie2movie after async API change by Florin Malita · 5 years ago
  59. d898cc3 Small cleanups by Herb Derby · 5 years ago
  60. 9e1909f Inline fallback code by Herb Derby · 5 years ago
  61. aacbd44 Only send needed glyph images by Herb Derby · 5 years ago
  62. b987862 Blacklist bulkrect benchmarks on chorizo by Michael Ludwig · 5 years ago
  63. e122772 Roll skia/third_party/skcms 8e28e18b5c9e..b118cb0ef477 (1 commits) by skia-autoroll · 5 years ago
  64. c6fbedc [skottie] 3D layer parenting refinements by Florin Malita · 5 years ago
  65. 1e0f2f3 Implement refPinnedTextureProxy for SkImage_Lazy. by Jim Van Verth · 5 years ago
  66. 9ead6c7 Guard against integer overflow when classifying transfer functions by Brian Osman · 5 years ago
  67. 620154a Make GrFillInData use SkRasterPipeline by Brian Salomon · 5 years ago
  68. 1e058a5 Reland "Revert "Rename gl_SampleMask to sk_SampleMask"" by Greg Daniel · 5 years ago
  69. 1beb8ae Reland "Add variety of bulk API benchmarks" by Michael Ludwig · 5 years ago
  70. 4ac3763 Revert "Revert "Rename gl_SampleMask to sk_SampleMask"" by Ethan Nicholas · 5 years ago
  71. 3683a4f Remove legacy async read pixels APIs. by Brian Salomon · 5 years ago
  72. a1991f5 experimental support for go/fibers by Mike Klein · 5 years ago
  73. c554dcf Add helper to determine the index buffer that will be used by Robert Phillips · 5 years ago
  74. 659b21d Revert "Add variety of bulk API benchmarks" by Joe Gregorio · 5 years ago
  75. a1a4d82 [canvaskit] Use skia's version of png and zlib by Kevin Lubick · 5 years ago
  76. e63595d Add variety of bulk API benchmarks by Michael Ludwig · 5 years ago
  77. 2d6d34e [canvaskit] Use newer freetype by Kevin Lubick · 5 years ago
  78. 18f5b1a [Android compile bots] Add comment to CL when both nopatch and withpatch builds fail by Ravi Mistry · 5 years ago
  79. 428b5de Roll third_party/externals/angle2 77fba58c9658..95a736bd3347 (17 commits) by skia-autoroll · 5 years ago
  80. 01b1f63 Roll third_party/externals/swiftshader 6d69aae0e1ab..1737a30e3e34 (2 commits) by skia-autoroll · 5 years ago
  81. 62160f2 Update SKP version by skia-recreate-skps · 5 years ago
  82. ff82e15 Add GL Caps for Radeon Pro Vega by Herb Derby · 5 years ago
  83. 7697476 Disable async readback from protected memory by Emircan Uysaler · 5 years ago
  84. f5e9b42 Change from single prepareForDrawing to prepare[Mask|SDFT|Path]ForDrawing by Herb Derby · 5 years ago
  85. a979b28 SkQP: mark several gms as unsuitable for skqp by Hal Canary · 5 years ago
  86. c466945 tweak ar/libtool setup by Mike Klein · 5 years ago
  87. d0a404e Introduce FitsInAtlas by Herb Derby · 5 years ago
  88. bdf2c87 HarfBuzz reports y-up, convert to y-down. by Ben Wagner · 5 years ago
  89. 60e7962 Upload text blob traces as assets for the bots by Hal Canary · 5 years ago
  90. 3ceaf8d Remove Perf LottieWeb_Canvas CPU/GPU bots by Ravi Mistry · 5 years ago
  91. 7f5344a Move SkottieWASM/LottieWeb* GPU bots to Golo by Ravi Mistry · 5 years ago
  92. 5dfefa2 nanobench: option to execute directory of TextBlobTraces as benches by Hal Canary · 5 years ago
  93. a7f3157 Only scale fallback font if it is too big by Herb Derby · 5 years ago
  94. 24a4096 Roll third_party/externals/angle2 b2885bc4a40f..77fba58c9658 (16 commits) by skia-autoroll · 5 years ago
  95. ad5be17 Roll third_party/externals/swiftshader 883e817b14bf..6d69aae0e1ab (3 commits) by skia-autoroll · 5 years ago
  96. 28a8f28 Rename functions in TestUtils.h by Brian Salomon · 5 years ago
  97. 342fbc5 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  98. 6f1c20f Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  99. 2355cf4 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  100. b653813 Vulkan SkSL code now works in locales which use ',' as the decimal separator. by Ethan Nicholas · 5 years ago