)]}'
{
  "log": [
    {
      "commit": "08b0b7fd5bd5c2b6ab746246167b1f0f446c9830",
      "tree": "860fac6e0713531171e3d4e2cfc63c8b49e10008",
      "parents": [
        "e29d579d15f44b34ce475701d1cc13e5858d3f0d"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Wed Jan 23 16:14:42 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Jan 23 17:08:11 2019 +0000"
      },
      "message": "Roll third_party/externals/angle2 5313c8a89964..47ca1b2fa399 (2 commits)\n\nhttps://chromium.googlesource.com/angle/angle.git/+log/5313c8a89964..47ca1b2fa399\n\n\ngit log 5313c8a89964..47ca1b2fa399 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-01-23 tobine@google.com Revert \"Vulkan: Adding custom pool allocator\"\n2019-01-23 syoussefi@chromium.org Documentation update\n\n\nCreated with:\n  gclient setdep -r third_party/externals/angle2@47ca1b2fa399\n\nThe AutoRoll server is located here: https://autoroll.skia.org/r/angle-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:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE\nTBR\u003ddjsollen@google.com\n\nChange-Id: I75efa81b1b81319555a44a8249a6d1052e724432\nReviewed-on: https://skia-review.googlesource.com/c/186103\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": "e29d579d15f44b34ce475701d1cc13e5858d3f0d",
      "tree": "f481d66b140dec4e8930840cb3b1c9663fa1f135",
      "parents": [
        "945ee652d7473f7bfa35a4698909194c82f56aad"
      ],
      "author": {
        "name": "Florin Malita",
        "email": "fmalita@chromium.org",
        "time": "Wed Jan 23 11:12:07 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Jan 23 17:04:11 2019 +0000"
      },
      "message": "[canvaskit] Add SkShaper to build list\n\nIn preparation for https://skia-review.googlesource.com/c/skia/+/183387\n\nBug: skia:\nChange-Id: I1ce6db39fb722a9e2f2f989293cc4b61588efac3\nReviewed-on: https://skia-review.googlesource.com/c/186085\nAuto-Submit: Florin Malita \u003cfmalita@chromium.org\u003e\nCommit-Queue: Kevin Lubick \u003ckjlubick@google.com\u003e\nReviewed-by: Kevin Lubick \u003ckjlubick@google.com\u003e\n"
    },
    {
      "commit": "945ee652d7473f7bfa35a4698909194c82f56aad",
      "tree": "a2cf40182ea5a45f640eefb61c04ded1fd838438",
      "parents": [
        "7545190e32b2bee7472f7a91bd5d841298963f6d"
      ],
      "author": {
        "name": "Chris Dalton",
        "email": "csmartdalton@google.com",
        "time": "Wed Jan 23 09:10:36 2019 -0700"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Jan 23 16:48:15 2019 +0000"
      },
      "message": "Enforce non-overlap constraint from GrRenderTargetOpList\n\nEnforces this constraint from one central location, rather than\nrelying on each Op to remember to check if overlap is allowed from its\nonCombineIfPossible method.\n\nFixes an issue where we need to check the total bounds of both chains\nfor overlap (not the bounds of individual Ops).\n\nBug: skia:8671\nChange-Id: I163651c868847884459acfc00d13ffdfca3a27c3\nReviewed-on: https://skia-review.googlesource.com/c/185815\nCommit-Queue: Chris Dalton \u003ccsmartdalton@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "7545190e32b2bee7472f7a91bd5d841298963f6d",
      "tree": "d04d3493d2fcbfdb6233b868ab054009fb6b90f8",
      "parents": [
        "84e0064bc54399ccc7cd535af645bec67bea4185"
      ],
      "author": {
        "name": "Michael Ludwig",
        "email": "michaelludwig@google.com",
        "time": "Wed Jan 23 11:14:29 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Jan 23 16:45:01 2019 +0000"
      },
      "message": "Add new experimental API for rectangles with per-edge AA control\n\nAlso updates GM_draw_quad_set to use this API instead of the\nbulk API on GrRenderTargetContext.\n\nBug: skia:8506\nChange-Id: Ia342d83c509f9db69f06f01599c7041c98aabdb6\nReviewed-on: https://skia-review.googlesource.com/c/184488\nCommit-Queue: Michael Ludwig \u003cmichaelludwig@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "84e0064bc54399ccc7cd535af645bec67bea4185",
      "tree": "5f82528646dbb88c5c666f149bab87b1719ba405",
      "parents": [
        "9613e4577521df7559d64d461abf59461397c4e5"
      ],
      "author": {
        "name": "Mike Klein",
        "email": "mtklein@google.com",
        "time": "Tue Jan 22 20:00:22 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Jan 23 16:43:11 2019 +0000"
      },
      "message": "remove SK_API from private calls\n\nIt\u0027s usually better to use __fp16.\n\nChange-Id: I9db8983cb47cbd5bfe99ae76bf8e4b42bb7240a2\nReviewed-on: https://skia-review.googlesource.com/c/185980\nAuto-Submit: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Leon Scroggins \u003cscroggo@google.com\u003e\nReviewed-by: Leon Scroggins \u003cscroggo@google.com\u003e\n"
    },
    {
      "commit": "9613e4577521df7559d64d461abf59461397c4e5",
      "tree": "c5dcfc9c28fb398d923040b9a534d3615ba7d4d3",
      "parents": [
        "9dc532dd13506ab15299724ccfbfc7f5e1fd2690"
      ],
      "author": {
        "name": "Ben Wagner",
        "email": "bungeman@google.com",
        "time": "Wed Jan 23 10:34:59 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Jan 23 16:38:40 2019 +0000"
      },
      "message": "Update Viewer for SkFont overrides.\n\nChange-Id: I18871dd6db647b24db08a3e92e0470c5baa5850c\nReviewed-on: https://skia-review.googlesource.com/c/186082\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Ben Wagner \u003cbungeman@google.com\u003e\n"
    },
    {
      "commit": "9dc532dd13506ab15299724ccfbfc7f5e1fd2690",
      "tree": "0b3626a6e71096e5638e7ac1b61178cc459e76fd",
      "parents": [
        "302d5be7466146eba75f4363ddf28c43d28bb81e"
      ],
      "author": {
        "name": "Hal Canary",
        "email": "halcanary@google.com",
        "time": "Wed Jan 23 10:46:42 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Jan 23 16:13:40 2019 +0000"
      },
      "message": "SkLoadICU: s/LoadLibrary/LoadLibraryA/\n\nBug: skia:8695\nChange-Id: I71515d6c58e92147e74127bceb0b365164a358be\nReviewed-on: https://skia-review.googlesource.com/c/186084\nReviewed-by: Florin Malita \u003cfmalita@chromium.org\u003e\nCommit-Queue: Hal Canary \u003chalcanary@google.com\u003e\n"
    },
    {
      "commit": "302d5be7466146eba75f4363ddf28c43d28bb81e",
      "tree": "dfa9b51d5d48a2cbfd853b86fbaaf92c22db3f1d",
      "parents": [
        "4f81bb73311d8fddb99a3a42b65334de681dd595"
      ],
      "author": {
        "name": "Chris Dalton",
        "email": "csmartdalton@google.com",
        "time": "Tue Jan 22 23:41:25 2019 -0700"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Jan 23 16:13:31 2019 +0000"
      },
      "message": "Rename GrCaps::canUseAdvancedBlendEquation\n\nLooks like it\u0027s had a misleading name for almost 4 years now.\n\nBug: skia:\nChange-Id: Ifb6dece8910c8d93de2a8ff5cadab1845b4ce4e6\nReviewed-on: https://skia-review.googlesource.com/c/186060\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Chris Dalton \u003ccsmartdalton@google.com\u003e\n"
    }
  ]
}
