)]}'
{
  "log": [
    {
      "commit": "37064c1739f3feb46862791fde9903c0d64d5135",
      "tree": "a589611bda5554fdc826c8ebd6fef070e8f0f6a0",
      "parents": [
        "1edcea99ab4dfa4b95819f41715b1909c0cd0533"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Fri Feb 08 10:53:07 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 18:07:30 2019 +0000"
      },
      "message": "Remove support for GPU bone transformations\n\nThis code has been disabled - there were no reasonable scenarios where\nit was faster than CPU transformation of the vertex data.\n\nBug: skia:\nChange-Id: Ide2ba24ebbd4543393e4e8997f089a8ca788e787\nReviewed-on: https://skia-review.googlesource.com/c/190665\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "1edcea99ab4dfa4b95819f41715b1909c0cd0533",
      "tree": "b4f8efafc2dec67401b0fb070e7a554c118ef55c",
      "parents": [
        "d6841487eb8e47d977f84a91b94f4577851b87d4"
      ],
      "author": {
        "name": "Mike Klein",
        "email": "mtklein@google.com",
        "time": "Fri Feb 08 11:50:05 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 17:37:50 2019 +0000"
      },
      "message": "add more test cases to DAA gm\n\nThese explicitly hit the double up edge screw case we use all the time,\nwith a couple variations in number of draws and in the winding.\n\nBug: skia:6886\nChange-Id: I0a22d9a48254fe80c874dcfc46e2af6eb1c21f17\nReviewed-on: https://skia-review.googlesource.com/c/190667\nCommit-Queue: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Mike Reed \u003creed@google.com\u003e\nReviewed-by: Mike Reed \u003creed@google.com\u003e\nAuto-Submit: Mike Klein \u003cmtklein@google.com\u003e\n"
    },
    {
      "commit": "d6841487eb8e47d977f84a91b94f4577851b87d4",
      "tree": "d33b0936f97f384d9f63921eb12b5756f43296bd",
      "parents": [
        "a5ab35cc0e1ae2d3861f82b2ad73c240afc67c40"
      ],
      "author": {
        "name": "Robert Phillips",
        "email": "robertphillips@google.com",
        "time": "Fri Feb 08 10:29:20 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 16:07:56 2019 +0000"
      },
      "message": "Move auditTrail and opMemoryPool from GrContext to GrRecordingContext\n\nAny context that records ops (i.e., direct and/or DDL) will need these two objects.\n\nChange-Id: Ifd3527c23a4015f7d469ad2222563508cccbd339\nReviewed-on: https://skia-review.googlesource.com/c/190307\nCommit-Queue: Robert Phillips \u003crobertphillips@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "a5ab35cc0e1ae2d3861f82b2ad73c240afc67c40",
      "tree": "9e3280c4594b69a1d3a41a09a9bcb3e784eb86fa",
      "parents": [
        "9707e907ae5b8e6b2854294f6fa0cd93d2d6644f"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Fri Feb 08 10:07:16 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 15:43:26 2019 +0000"
      },
      "message": "Fix vertex indexing error when using ImGui skiaWidgets\n\nskiaWidget adds fake \"images\" to the ImGui draw list. Those have\nvertices allocated for them (even though we don\u0027t consume them). We\nstill need to skip over those if any ImGui widget rendering happens\nafter the callback, though.\n\nBug: skia:\nChange-Id: Ia0243e600bd32d90ba97ac9fbe58b715f70aa83a\nReviewed-on: https://skia-review.googlesource.com/c/190664\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Ben Wagner \u003cbungeman@google.com\u003e\nAuto-Submit: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\n"
    },
    {
      "commit": "9707e907ae5b8e6b2854294f6fa0cd93d2d6644f",
      "tree": "d7661232b299d51a8115ac9cab7c39f870a55055",
      "parents": [
        "f412d8bb94551e2e620f21f282176d8c6922e841"
      ],
      "author": {
        "name": "Mike Klein",
        "email": "mtklein@google.com",
        "time": "Thu Feb 07 16:18:22 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 15:41:36 2019 +0000"
      },
      "message": "move some methods out of line\n\nThis started because I noticed some repeated symbols while disassembling\nobject files.  I decided to fix up one or two to kill time while waiting\nfor Blink layout tests, but then I got a little quixotic.  In the end, I\nran:\n\n    ninja -C out \u0026\u0026 git add -u \u0026\u0026 nm -U -j out/obj/gm/gm.*.o | sort | uniq -c | sort -g | c++filt | less\n\nAnd then outlined things that stuck out as funny, either because they\nwere big, because they were virtual, because there were many copies of\nthem, or some combination of those factors.\n\nI\u0027m on the fence about moving a few of SkRefCnt\u0027s virtuals out of line,\nso I\u0027ve left SkRefCnt.h unchanged for now.\n\nI\u0027m not sure that this is important.\n\nChange-Id: I425d05aa4beabbae40dd8df465155bfb909ef43a\nReviewed-on: https://skia-review.googlesource.com/c/190422\nAuto-Submit: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Brian Salomon \u003cbsalomon@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "f412d8bb94551e2e620f21f282176d8c6922e841",
      "tree": "ffcb8fbf74b2b706203ddf8f5eb79ad42b27add9",
      "parents": [
        "a41c6858da8a27d0c8e7a295c5d9f2bf206997db"
      ],
      "author": {
        "name": "Herb Derby",
        "email": "herb@google.com",
        "time": "Thu Feb 07 16:53:00 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 15:24:06 2019 +0000"
      },
      "message": "Simplify typeface and effects handling\n\nThrough many changes, SkRemoteGlyphCache\u0027s handling of\ntypefaces became confused.\n\n* The SkGlyphCacheState doesn\u0027t need the font, only\n  the SkTypeface from that font.\n\n* effects don\u0027t need to be recalculated all the time.\n\nChange-Id: I0158d68501bf5b544d79111543fc6bff1173548c\nReviewed-on: https://skia-review.googlesource.com/c/190423\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Herb Derby \u003cherb@google.com\u003e\n"
    },
    {
      "commit": "a41c6858da8a27d0c8e7a295c5d9f2bf206997db",
      "tree": "f89fc02f5b226abefd3005f50795a1591e2a1216",
      "parents": [
        "764f25a3c5fae4c92d1685f32240417037d729d4"
      ],
      "author": {
        "name": "Robert Phillips",
        "email": "robertphillips@google.com",
        "time": "Thu Feb 07 10:44:10 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 15:20:06 2019 +0000"
      },
      "message": "Move proxyProvider and singleOwner to GrImageContext\n\nThis starts to beef up the capabilities of the GrImageContext in preparation for its future responsibilities (i.e., creating promise images w/o a recordingContext).\n\nNote that the proxyProvider still has different behavior if it has a full context vs. a reduced context. I intend to just let this behavior remain as is.\n\nChange-Id: Idb9d99a548ef928fc1b9dc1e5a34f74343bb0b4b\nReviewed-on: https://skia-review.googlesource.com/c/189490\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    },
    {
      "commit": "764f25a3c5fae4c92d1685f32240417037d729d4",
      "tree": "51da65e12574be34dbc114f387e2950e31664cbb",
      "parents": [
        "dc7ef26b1312ff25a6dfb4731f39c13bcf05b648"
      ],
      "author": {
        "name": "Mike Klein",
        "email": "mtklein@google.com",
        "time": "Fri Feb 08 07:07:08 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 15:17:26 2019 +0000"
      },
      "message": "remove a couple more jsoncpp deps\n\nPresumably if we don\u0027t need these in Skia,\nwe don\u0027t need them in Android?\n\nChange-Id: Iff18066c1c2a52c999beabbd9239d4bc96d0ba6d\nReviewed-on: https://skia-review.googlesource.com/c/190438\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nAuto-Submit: Mike Klein \u003cmtklein@google.com\u003e\n"
    },
    {
      "commit": "dc7ef26b1312ff25a6dfb4731f39c13bcf05b648",
      "tree": "04843d44f54fad48204dd12b3c31e4da0edc7beb",
      "parents": [
        "6f509dbb60cd63f50296aa0c50891a91a9ca0d79"
      ],
      "author": {
        "name": "Joe Gregorio",
        "email": "jcgregorio@google.com",
        "time": "Fri Feb 08 10:04:37 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 15:12:26 2019 +0000"
      },
      "message": "docs - Trim down infra trooper docs.\n\nThe trimmed docs have been moved to go/skia-infra-trooper.\n\nNo-Try: true\nDocs-Preview: https://skia.org/?cl\u003d190661\nBug: skia:\nChange-Id: I9214575e763ed1bcd0f3396a539df63a8394a84c\nReviewed-on: https://skia-review.googlesource.com/c/190661\nCommit-Queue: Joe Gregorio \u003cjcgregorio@google.com\u003e\nAuto-Submit: Joe Gregorio \u003cjcgregorio@google.com\u003e\nReviewed-by: Ravi Mistry \u003crmistry@google.com\u003e\n"
    },
    {
      "commit": "6f509dbb60cd63f50296aa0c50891a91a9ca0d79",
      "tree": "72fe2a37e2fe5fec07d4d0c81bd90fd2a46709e3",
      "parents": [
        "4fd1b7c5f3cfa76a183adada512db6396d939658"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Fri Feb 08 09:27:11 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 14:56:36 2019 +0000"
      },
      "message": "Remove abandoned fSubdivisionsMax\n\nWas removed in https://skia-review.googlesource.com/c/skia/+/187922\nThere\u0027s probably a better high level solution.\n\nBug: oss-fuzz:12991\nChange-Id: Ie64e46f17b91a8b6aa9f0be1b7d060d4033aba6e\nReviewed-on: https://skia-review.googlesource.com/c/190439\nReviewed-by: Mike Reed \u003creed@google.com\u003e\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Mike Reed \u003creed@google.com\u003e\n"
    },
    {
      "commit": "4fd1b7c5f3cfa76a183adada512db6396d939658",
      "tree": "17d7da8ae54990653a572092fbc3b485682adced",
      "parents": [
        "f2a3f5943e4ca1a3c33b352664231523e0ce9053"
      ],
      "author": {
        "name": "recipe-roller",
        "email": "recipe-roller@chromium.org",
        "time": "Fri Feb 08 06:12:34 2019 -0800"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Fri Feb 08 14:35:56 2019 +0000"
      },
      "message": "Roll recipe dependencies (trivial).\n\nThis is an automated CL created by the recipe roller. This CL rolls recipe\nchanges from upstream projects (e.g. depot_tools) into downstream projects\n(e.g. tools/build).\n\n\nMore info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.\nrecipe_engine:\n  https://crrev.com/198ca137ca89ccca60ebc98b6c575d97f49836f5 [swarming] Iterate over CIPD packages deterministically (joshuaseaton@google.com)\n\n\nTBR\u003dborenet@google.com\n\nRecipe-Tryjob-Bypass-Reason: Autoroller\nBugdroid-Send-Email: False\nChange-Id: I3313efce005282440bdbffac47acb7ff97c84553\nReviewed-on: https://skia-review.googlesource.com/c/190660\nReviewed-by: Recipe Roller \u003crecipe-roller@chromium.org\u003e\nCommit-Queue: Recipe Roller \u003crecipe-roller@chromium.org\u003e\n"
    }
  ]
}
