)]}'
{
  "log": [
    {
      "commit": "5f5e1d57a4cef2f22e037fe7338dddff28ffa6a0",
      "tree": "c0157298542d910821a23cfb0b90a8b3f838dcc9",
      "parents": [
        "8ce7991242c8f6a905655415380051e448cda59f"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Tue Feb 05 15:04:14 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Feb 05 15:58:24 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader 8f71f7311f29..24f3d30cdec3 (1 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/8f71f7311f29..24f3d30cdec3\n\n\ngit log 8f71f7311f29..24f3d30cdec3 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-02-05 msisov@igalia.com GCC: use Wno-error\u003dheader-hygiene only with clang.\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@24f3d30cdec3\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll\n\nDocumentation for the AutoRoller is here:\nhttps://skia.googlesource.com/buildbot/+/master/autoroll/README.md\n\nIf the roll is causing failures, please contact the current sheriff, who should\nbe CC\u0027d on the roll, and stop the roller if necessary.\n\nCQ_INCLUDE_TRYBOTS\u003dskia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader\nTBR\u003dfmalita@google.com\n\nChange-Id: Icc5d1d4b6c49db367a85a1608c95259ee9ffdf9f\nReviewed-on: https://skia-review.googlesource.com/c/189548\nReviewed-by: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\nCommit-Queue: skia-autoroll \u003cskia-autoroll@skia-public.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "8ce7991242c8f6a905655415380051e448cda59f",
      "tree": "44285d0c50bc610b5ede08dcae31c871132fc443",
      "parents": [
        "09a66aca2eab9098b4ed2f41f535f953e96e2312"
      ],
      "author": {
        "name": "Greg Daniel",
        "email": "egdaniel@google.com",
        "time": "Tue Feb 05 10:08:43 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Feb 05 15:36:14 2019 +0000"
      },
      "message": "Add release proc apis to SkSurface::MakeFromBackend* calls.\n\nBug: skia:\nChange-Id: I0e6cd8895c328a89cd0fa50260fe4e8adbff5990\nReviewed-on: https://skia-review.googlesource.com/c/188634\nCommit-Queue: Greg Daniel \u003cegdaniel@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "09a66aca2eab9098b4ed2f41f535f953e96e2312",
      "tree": "0cf6f9d6839554e780d88aadd06d320eb64daa55",
      "parents": [
        "ae64c194fed5953f2d57b37ac79fca7b6250eeae"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Tue Feb 05 09:59:50 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Feb 05 15:27:44 2019 +0000"
      },
      "message": "Fix RTCc issue (truncating 64 bit value) in GrVkRenderPass\n\nBug: skia:\nChange-Id: I31b3024808c3d85f6daa07670b91b5f3bebdfd4b\nReviewed-on: https://skia-review.googlesource.com/c/189487\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Greg Daniel \u003cegdaniel@google.com\u003e\nAuto-Submit: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Greg Daniel \u003cegdaniel@google.com\u003e\n"
    },
    {
      "commit": "ae64c194fed5953f2d57b37ac79fca7b6250eeae",
      "tree": "a7d65f1557cad1be0baea13e323a47be89844ad0",
      "parents": [
        "c91162d20bc3e1db963e58e312acfc66b354aaa6"
      ],
      "author": {
        "name": "Brian Salomon",
        "email": "bsalomon@google.com",
        "time": "Tue Feb 05 09:41:37 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Feb 05 15:04:48 2019 +0000"
      },
      "message": "Convert GrBufferType to enum class, rename, and remove dead values\n\nRenamed to GrGpuBufferType in anticipation of splitting GrBuffer\ninto GrGpuBuffer and GrCpuBuffer types.\n\nThere were two unused values in the enum that are removed, DrawIndirect\nand Texel.\n\nChange-Id: Icb6b3da689adbd8e10495c10fd0470a6ee0120b5\nReviewed-on: https://skia-review.googlesource.com/c/189280\nCommit-Queue: Brian Salomon \u003cbsalomon@google.com\u003e\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    },
    {
      "commit": "c91162d20bc3e1db963e58e312acfc66b354aaa6",
      "tree": "f0907870cea9e014f9c83e09c47f64a278111aea",
      "parents": [
        "0c74d7d9283eb1b5bfa073ec101517befd5b8b37"
      ],
      "author": {
        "name": "Greg Daniel",
        "email": "egdaniel@google.com",
        "time": "Tue Feb 05 09:40:21 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Feb 05 15:01:14 2019 +0000"
      },
      "message": "Have GrMtlTexture and GrMtlRenderTarget call parents onRelease/Abandon.\n\nBug: skia:\nChange-Id: Ib7c19f4a1951f7463912b78c18ed7f2839833193\nReviewed-on: https://skia-review.googlesource.com/c/189485\nCommit-Queue: Greg Daniel \u003cegdaniel@google.com\u003e\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    },
    {
      "commit": "0c74d7d9283eb1b5bfa073ec101517befd5b8b37",
      "tree": "7c0d74609cde2c592b67f6f0618473d3af1b113c",
      "parents": [
        "f7c6dfabef04313ee033a6418be61ac1f675a034"
      ],
      "author": {
        "name": "Mike Reed",
        "email": "reed@google.com",
        "time": "Mon Feb 04 16:48:41 2019 -0500"
      },
      "committer": {
        "name": "Mike Reed",
        "email": "reed@google.com",
        "time": "Tue Feb 05 13:56:25 2019 +0000"
      },
      "message": "remove mention of SkMetaData\n\nBug: skia:\nChange-Id: I0f3fff0d29192e5ce9f1504ed54d032f9ffee77c\nReviewed-on: https://skia-review.googlesource.com/c/189285\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"
    },
    {
      "commit": "f7c6dfabef04313ee033a6418be61ac1f675a034",
      "tree": "eb7d2db97c1f0667506dbcd1e072b0ef7c6033b1",
      "parents": [
        "2462ca36c800adfaaafe5921475096c107091c9b"
      ],
      "author": {
        "name": "Robert Phillips",
        "email": "robertphillips@google.com",
        "time": "Tue Feb 05 07:46:49 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Feb 05 13:32:14 2019 +0000"
      },
      "message": "Fix generated files\n\n\nhttps://skia-review.googlesource.com/c/skia/+/189164 (Rename GrContext::contextPriv to priv) altered a header\nTBR\u003dfmalita@chromium.org\n\nChange-Id: I165ad7c06490789d9f4c605e17c36ab2fac7f9f4\nReviewed-on: https://skia-review.googlesource.com/c/189482\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\nCommit-Queue: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    }
  ]
}
