1. 8d2c435 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  2. 60ea40c Remove private configs from GrPixelConfig. by Greg Daniel · 5 years ago
  3. 59cf562 SkPaint: clean up ctor, dtor, etc by Hal Canary · 5 years ago
  4. 7c979f5 Experimental Particle System by Brian Osman · 5 years ago
  5. 50becee Primitive SkShaper to do primitive line breaking. by Ben Wagner · 5 years ago
  6. ec80d90 starter sample for playing with SG. will flesh out more over time. by Mike Reed · 5 years ago
  7. da5df74 Make SkSpan C++11 compatible. by Ben Wagner · 5 years ago
  8. 7ad9b96 Upgrade to Mesa 18.3.3 by Ben Wagner · 5 years ago
  9. 249b40e Remove redundant fGlyphMap.set by Herbert Derby · 5 years ago
  10. 0b6ae63 Roll third_party/externals/swiftshader 0f34a98a206d..73c3124cc249 (1 commits) by skia-autoroll · 5 years ago
  11. 8300626 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  12. 4ba75c8 Roll third_party/externals/swiftshader f96948857780..0f34a98a206d (1 commits) by skia-autoroll · 5 years ago
  13. eb46bd8 [sksg] Hit-testing API by Florin Malita · 5 years ago
  14. 01d5ec8 Roll ../src 35663ddf4997..77b5d9247fd7 (472 commits) by skia-autoroll · 5 years ago
  15. 0dc8087 SkSL Metal backend can now handle CCPR by Ethan Nicholas · 5 years ago
  16. 402bf74 Build code size treemaps for skottie_tool by Kevin Lubick · 5 years ago
  17. be03a851 SkUTF: Avoid potential nullptr dereference by Greg Kaiser · 5 years ago
  18. 3999f10 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  19. 63d477c Roll third_party/externals/angle2 ad194995ed72..c66fb571be1a (2 commits) by skia-autoroll · 5 years ago
  20. 217acf5 Update go_deps asset by skia-recreate-skps · 5 years ago
  21. 233fc0b remove unused cruft by Mike Reed · 5 years ago
  22. b69179b Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  23. ece8b3d Roll third_party/externals/angle2 fe59f6b5ed2b..ad194995ed72 (8 commits) by skia-autoroll · 5 years ago
  24. b7a1b51 SkWuffsCodec: zero dst buffer before decodeFrame by Nigel Tao · 5 years ago
  25. 454e5fb Fix cluster reporting from shaper. by Ben Wagner · 5 years ago
  26. 5456f09 Roll third_party/externals/swiftshader 64c44b0c53c4..f96948857780 (3 commits) by skia-autoroll · 5 years ago
  27. 0404afd Common code calculates strike for mask case. by Herb Derby · 5 years ago
  28. 640654d run all available OpenCL devices by Mike Klein · 5 years ago
  29. 603f190 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  30. 4925364 Introduce SkScopedStrike by Herb Derby · 5 years ago
  31. 17593ae add a -Wuffs bot by Mike Klein · 5 years ago
  32. b6e9d3c Outline GrDrawAtlasOp and GrDrawVerticesOp by Robert Phillips · 5 years ago
  33. 7f3618a Use clang versions of SK_RESTRICT and SK_WARN_UNUSED_RESULT on Windows by Brian Osman · 5 years ago
  34. a9162df Plumb abandonment throughout GrContext hierarchy by Robert Phillips · 5 years ago
  35. cd2c3db Roll third_party/externals/swiftshader d9ce258c174b..64c44b0c53c4 (1 commits) by skia-autoroll · 5 years ago
  36. 103288b add Mac OpenCL bots by Mike Klein · 5 years ago
  37. fd823e9 Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  38. 9685057 Plumb strike through the common code. by Herb Derby · 5 years ago
  39. 740e5db remove pointer tagging hack in SkRecord by Mike Klein · 5 years ago
  40. 73bfb89 GrGLGpu: Avoid potential nullptr dereference by Greg Kaiser · 5 years ago
  41. 8a1f15d update hello-opencl by Mike Klein · 5 years ago
  42. 91f96f8 Update Wuffs version by Nigel Tao · 5 years ago
  43. 10af5ec use /imsvc with clang-cl where we use -isystem by Mike Klein · 5 years ago
  44. 27f8302 sksl: Use va_end() after va_copy() by Greg Kaiser · 5 years ago
  45. 58d6c68 Roll third_party/externals/angle2 abf6dbbb107b..fe59f6b5ed2b (1 commits) by skia-autoroll · 5 years ago
  46. 4dbaafa bookmaker: Remove fflush() on closed file by Greg Kaiser · 5 years ago
  47. 8371782 skc: Avoid undefined variable modification by Greg Kaiser · 5 years ago
  48. 30595ea Use descriptor instead of cache for GrStrikeCache lookup by Herb Derby · 5 years ago
  49. b7d64b9 Implement drawImage in terms of drawImageRect by Michael Ludwig · 5 years ago
  50. 0e83da8 turn on -Wextra-semi-stmt on Windows by Mike Klein · 5 years ago
  51. 535c5e3 Add ImGui::DragCanvas, to simplify several custom widgets by Brian Osman · 5 years ago
  52. 77a1a7e find_commit_with_best_gold_results takes arguments by Hal Canary · 5 years ago
  53. 5257816 Remove a few semicolons. by Nico Weber · 5 years ago
  54. 3d79315 Roll third_party/externals/swiftshader 9388dded242f..d9ce258c174b (1 commits) by skia-autoroll · 5 years ago
  55. 401ec83 Roll ../src 1fcc8416fd35..35663ddf4997 (90 commits) by skia-autoroll · 5 years ago
  56. 116d406 Roll third_party/externals/swiftshader 9686153413f3..9388dded242f (1 commits) by skia-autoroll · 5 years ago
  57. d336ebd SkDeque: Move asserts prior to pointer dereference by Greg Kaiser · 5 years ago
  58. 9be246e GrGLGpu: Remove unused 'return' by Greg Kaiser · 5 years ago
  59. b77b1ae SkPath: Cleanup code to make array size match by Greg Kaiser · 5 years ago
  60. 9a2169e SkImage_GpuYUVA: Also sanity check height by Greg Kaiser · 5 years ago
  61. 136cd70 Update go_deps asset by skia-recreate-skps · 5 years ago
  62. ef26fcb [sksg] Fix image filter content inval rect tracking by Florin Malita · 5 years ago
  63. 5fc138c Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  64. fbe2e93 Roll ../src 99d98c846f9b..1fcc8416fd35 (15 commits) by skia-autoroll · 5 years ago
  65. 475134f Update SKP version by skia-recreate-skps · 5 years ago
  66. 1e1bc8d Update go_deps asset by skia-recreate-skps · 5 years ago
  67. dafd652 Reland "[skottie] Add drop shadow support" by Florin Malita · 5 years ago
  68. cd9ef73 Mask -> M by Mike Klein · 5 years ago
  69. 0b36acd Revert "[skottie] Add drop shadow support" by Florin Malita · 5 years ago
  70. 1f43a43 [skottie] Add drop shadow support by Florin Malita · 5 years ago
  71. 89c7b41 Roll ../src 3e6732ee4ac8..99d98c846f9b (360 commits) by skia-autoroll · 5 years ago
  72. fe046de SkPathOpsTSect: Avoid null dereference in asserts by Greg Kaiser · 5 years ago
  73. fb7a713 bench: Fix a couple presumed copy/paste errors by Greg Kaiser · 5 years ago
  74. 0c85e78 SkLiteDL: Don't use move()d object by Greg Kaiser · 5 years ago
  75. 5c21113 Roll third_party/externals/angle2 2b0553ce59c3..abf6dbbb107b (5 commits) by skia-autoroll · 5 years ago
  76. 87461aa Update go_deps asset by skia-recreate-skps · 5 years ago
  77. 706a7cd Clearify code around hasImage and hasPath by Herb Derby · 5 years ago
  78. f5a2418 Roll third_party/externals/swiftshader 7fb0b73b1aa7..9686153413f3 (1 commits) by skia-autoroll · 5 years ago
  79. 31736e3 Roll third_party/externals/angle2 cd4f1fbaabce..2b0553ce59c3 (7 commits) by skia-autoroll · 5 years ago
  80. 8d45941 update dox for pathmeasure by Mike Reed · 5 years ago
  81. be39f71 Add Metal context to Viewer. by Jim Van Verth · 5 years ago
  82. 1f05d459 Add GrContext::resetGLTextureBindings(). by Brian Salomon · 5 years ago
  83. 3e8392e Manage Mac paint events more directly. by Jim Van Verth · 5 years ago
  84. 58a2e3d Distinguish DDL in Gold results. by Ben Wagner · 5 years ago
  85. 70441fa SkQP: make text context outlast gm by Hal Canary · 5 years ago
  86. e59d40e Simplify mask handling in SkRemoteGlyphCache by Herb Derby · 5 years ago
  87. c6dde3b Split getOrCreateCache into a SkFont and descriptor based calles by Herb Derby · 5 years ago
  88. 37064c1 Remove support for GPU bone transformations by Brian Osman · 5 years ago
  89. 1edcea9 add more test cases to DAA gm by Mike Klein · 5 years ago
  90. d684148 Move auditTrail and opMemoryPool from GrContext to GrRecordingContext by Robert Phillips · 5 years ago
  91. a5ab35c Fix vertex indexing error when using ImGui skiaWidgets by Brian Osman · 5 years ago
  92. 9707e90 move some methods out of line by Mike Klein · 5 years ago
  93. f412d8b Simplify typeface and effects handling by Herb Derby · 5 years ago
  94. a41c685 Move proxyProvider and singleOwner to GrImageContext by Robert Phillips · 5 years ago
  95. 764f25a remove a couple more jsoncpp deps by Mike Klein · 5 years ago
  96. dc7ef26 docs - Trim down infra trooper docs. by Joe Gregorio · 5 years ago
  97. 6f509db Remove abandoned fSubdivisionsMax by Kevin Lubick · 5 years ago
  98. 4fd1b7c Roll recipe dependencies (trivial). by recipe-roller · 5 years ago
  99. f2a3f59 Roll third_party/externals/angle2 52d861bd49cc..cd4f1fbaabce (27 commits) by skia-autoroll · 5 years ago
  100. 56bf8ce Roll third_party/externals/angle2 a54104803d72..52d861bd49cc (8 commits) by Eric Boren · 5 years ago