)]}'
{
  "log": [
    {
      "commit": "9564bf44e5fa000c32ae9390326181dbd89c4b59",
      "tree": "a6fe29933974b00ebeefeb06cc1de62408a9265b",
      "parents": [
        "173464da3471a9952ad25a65889b0f41fcd06cf7"
      ],
      "author": {
        "name": "Ben Wagner",
        "email": "benjaminwagner@google.com",
        "time": "Wed Feb 06 13:12:26 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 07 15:08:21 2019 +0000"
      },
      "message": "Upgrade NVIDIA driver on Ubuntu18 QuadroP400 bots.\n\nRemove Test-Ubuntu18-Clang-Golo-GPU-QuadroP400-x86_64-(Debug|Release)\n-All-DDL3_ASAN_Vulkan jobs because they fail with an unidentifiable\nmemory leak in the NVIDIA driver. These were replaced with Intel jobs\nin https://skia-review.googlesource.com/c/skia/+/184071.\n\nBug: skia:8709\nChange-Id: I0c849537e65402a472e674193b0652b80263289c\nReviewed-on: https://skia-review.googlesource.com/c/182262\nCommit-Queue: Kevin Lubick \u003ckjlubick@google.com\u003e\nAuto-Submit: Ben Wagner \u003cbenjaminwagner@google.com\u003e\nReviewed-by: Kevin Lubick \u003ckjlubick@google.com\u003e\n"
    },
    {
      "commit": "173464da3471a9952ad25a65889b0f41fcd06cf7",
      "tree": "b99a8ad967f635b6a35700f11d641ba56d43599e",
      "parents": [
        "699d41e4bd527585693ed086064baf839b65cbad"
      ],
      "author": {
        "name": "Greg Daniel",
        "email": "egdaniel@google.com",
        "time": "Wed Feb 06 15:30:34 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 07 15:03:50 2019 +0000"
      },
      "message": "Add support for importing AHardwareBuffers into SkSurfaces.\n\nBug: skia:\nChange-Id: I0a3b3d607e1b74787480b03520a07839c87486dc\nReviewed-on: https://skia-review.googlesource.com/c/189980\nReviewed-by: Jim Van Verth \u003cjvanverth@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Greg Daniel \u003cegdaniel@google.com\u003e\n"
    },
    {
      "commit": "699d41e4bd527585693ed086064baf839b65cbad",
      "tree": "6da20ba4b0c86ce186da68df1bb4a5092e171ba6",
      "parents": [
        "9590f86e89b25e8040941eca53de8b33e4884e1c"
      ],
      "author": {
        "name": "Leon Scroggins III",
        "email": "scroggo@google.com",
        "time": "Thu Feb 07 09:25:51 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 07 14:48:31 2019 +0000"
      },
      "message": "SkWuffsCodec: Initialize memory when incomplete\n\nBug: oss-fuzz:11800\n\nWe already had code that initialized the output memory, but it assumed\nthat we would later copy from wuffs\u0027 work buffer. If the dirty rect is\nempty, we don\u0027t do that. Rearrange the wuffs decode so we can know that\nthe dirty rect is empty when we decide whether to initialize.\n\nChange-Id: I45fdd4270906b4c240ec087d20c24fb107a1dc07\nReviewed-on: https://skia-review.googlesource.com/c/189866\nCommit-Queue: Leon Scroggins \u003cscroggo@google.com\u003e\nReviewed-by: Nigel Tao \u003cnigeltao@google.com\u003e\n"
    },
    {
      "commit": "9590f86e89b25e8040941eca53de8b33e4884e1c",
      "tree": "6052f89fc163bc04b0a134f7441759d96e01a6e1",
      "parents": [
        "c877ea265759f38929a03cd28fb3d6de033d5b39"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Thu Feb 07 09:32:04 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 07 14:46:50 2019 +0000"
      },
      "message": "Add a k8s cheat sheet to trooper docs\n\nNo-Try: true\nDocs-Preview: https://skia.org/?cl\u003d190201\nBug: skia:\nChange-Id: Idd7d1838a648e1e73d76720dc07bd425ff7929a3\nReviewed-on: https://skia-review.googlesource.com/c/190201\nReviewed-by: Joe Gregorio \u003cjcgregorio@google.com\u003e\nCommit-Queue: Kevin Lubick \u003ckjlubick@google.com\u003e\n"
    },
    {
      "commit": "c877ea265759f38929a03cd28fb3d6de033d5b39",
      "tree": "e306c41b0c92d36af8f2adef3aa41a96d7faaa9a",
      "parents": [
        "c19d81acc0965eff7ac1f8a2f9e544dfc86a230f"
      ],
      "author": {
        "name": "Mike Reed",
        "email": "reed@google.com",
        "time": "Wed Feb 06 15:04:45 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Thu Feb 07 13:33:30 2019 +0000"
      },
      "message": "Hide setDrawLooper -- deprecate loopers\n\nGuarded with SK_SUPPORT_LEGACY_DRAWLOOPER\n\nBug: skia:4783\nChange-Id: I4a47513624bc5c09816f44e107917dc8028adb94\nReviewed-on: https://skia-review.googlesource.com/c/189871\nReviewed-by: Mike Reed \u003creed@google.com\u003e\nCommit-Queue: Mike Reed \u003creed@google.com\u003e\nAuto-Submit: Mike Reed \u003creed@google.com\u003e\n"
    }
  ]
}
