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