)]}'
{
  "log": [
    {
      "commit": "45d5f702133e8c122e46ab14863a3f3df481c974",
      "tree": "d7ac01ca67428df292a476c62931facd5d9ff612",
      "parents": [
        "16a8e99a371104563c4f1504c7302bd4ece9e6ca"
      ],
      "author": {
        "name": "Ravi Mistry",
        "email": "rmistry@google.com",
        "time": "Tue Mar 26 16:46:32 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 20:50:32 2019 +0000"
      },
      "message": "Fix RecreateSKPs bot page sets II\n\nBoth mobile SKPs of ebay/sfgate are not useful. We already have a desktop version of ebay. Create one for sfgate.\n\nNoTry: true\nBug: skia:8653\nChange-Id: I535c352d46d34500c2a8bdda12d406c58e16fd55\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203804\nReviewed-by: Ravi Mistry \u003crmistry@google.com\u003e\nCommit-Queue: Ravi Mistry \u003crmistry@google.com\u003e\n"
    },
    {
      "commit": "16a8e99a371104563c4f1504c7302bd4ece9e6ca",
      "tree": "626a157356a954784120a8885576e3b0269c93f1",
      "parents": [
        "f4e8733947c590ceb23923e512ddc1b2ee10e3ce"
      ],
      "author": {
        "name": "Chris Dalton",
        "email": "csmartdalton@google.com",
        "time": "Tue Mar 26 11:22:56 2019 -0600"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 20:39:02 2019 +0000"
      },
      "message": "Add MSAA and non-aa modes to GrFillRRect Op\n\nAdds a non-aa mode and an MSAA mode that uses the sample mask. Also\nadds a new cap to decide whether we prefer this new sample mask Op for\nlarge round rects, or whether it\u0027s faster to just continue drawing\nthem as paths like before.\n\nBug: skia:\nChange-Id: Iea7d9a78766f67c196a02cb833c84a0ac3f1bbac\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/202921\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Chris Dalton \u003ccsmartdalton@google.com\u003e\n"
    },
    {
      "commit": "f4e8733947c590ceb23923e512ddc1b2ee10e3ce",
      "tree": "81400f598eecc03b1675211ebd0495790a66acfc",
      "parents": [
        "3e0141ab70f40d88491a66786a81c992bcc97382"
      ],
      "author": {
        "name": "Florin Malita",
        "email": "fmalita@chromium.org",
        "time": "Tue Mar 26 11:51:57 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 20:34:02 2019 +0000"
      },
      "message": "[skottie] Relocate text shaping utils to separate compilation unit\n\nIntroduce AE-specific text shaping abstractions, and move the existing\nimplementation to a separate CU.\n\nChange-Id: I8533ed8d9c59af6d82b3f1ca66a6e1d50a3c33c5\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203706\nReviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\nCommit-Queue: Florin Malita \u003cfmalita@chromium.org\u003e\n"
    },
    {
      "commit": "3e0141ab70f40d88491a66786a81c992bcc97382",
      "tree": "c2bb5e746d9241f37c423fb1948dd3caa19a2d4d",
      "parents": [
        "ce9a7af967cbd83204181ce74da8ea78e9d83916"
      ],
      "author": {
        "name": "Mike Klein",
        "email": "mtklein@google.com",
        "time": "Tue Mar 26 10:41:18 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 20:23:52 2019 +0000"
      },
      "message": "quiet down SkFontHost_FreeType debug logs\n\nThese seem like ad-hoc debugging aids,\nnot something that needs to print in all Debug builds?\nMaybe even should just be deleted?\n\nChange-Id: I240d85b004ccddac134312d369231015d8234fdf\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203698\nAuto-Submit: Mike Klein \u003cmtklein@google.com\u003e\nCommit-Queue: Ben Wagner \u003cbungeman@google.com\u003e\nReviewed-by: Ben Wagner \u003cbungeman@google.com\u003e\n"
    },
    {
      "commit": "ce9a7af967cbd83204181ce74da8ea78e9d83916",
      "tree": "c308c01ac277bf234c7f96ed757d1f60d05f5696",
      "parents": [
        "926fb89d7bc4434438556998b115b273efd7fc76"
      ],
      "author": {
        "name": "Jim Van Verth",
        "email": "jvanverth@google.com",
        "time": "Tue Mar 26 13:52:26 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 20:05:42 2019 +0000"
      },
      "message": "Fix BGRA GL texture format on iOS\n\nBug: skia:\nChange-Id: Ifb800bb4fccfc330017a80046e5054432f2a2617\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/201002\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Jim Van Verth \u003cjvanverth@google.com\u003e\n"
    },
    {
      "commit": "926fb89d7bc4434438556998b115b273efd7fc76",
      "tree": "e9d23bed8255d102be08928f3536aa1588fafedb",
      "parents": [
        "c007fec97e11336cb36545140f70ce426b584e0f"
      ],
      "author": {
        "name": "Michael Ludwig",
        "email": "michaelludwig@google.com",
        "time": "Fri Mar 22 16:37:53 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 19:59:03 2019 +0000"
      },
      "message": "Remove old experimental SkiaRenderer APIs\n\nChange-Id: I21bd0155bf28420c10caf43af29748def510643c\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203171\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Michael Ludwig \u003cmichaelludwig@google.com\u003e\n"
    },
    {
      "commit": "c007fec97e11336cb36545140f70ce426b584e0f",
      "tree": "f6438434debf04c74c781dfa721ea6be089651eb",
      "parents": [
        "ebaf89afe90595b56387f3ad304f5c72d64eb8b7"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Tue Mar 26 19:01:58 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 19:37:52 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader 213a8ce6d5c2..cc6473f7d80d (4 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/213a8ce6d5c2..cc6473f7d80d\n\n\ngit log 213a8ce6d5c2..cc6473f7d80d --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-03-26 capn@google.com Regenerate Windows LLVM configs\n2019-03-26 capn@google.com Regenerate Linux LLVM configs\n2019-03-26 capn@google.com Add Windows support to LLVM config generation script\n2019-03-26 capn@google.com Disable LLVM_ENABLE_THREADS in config generation script\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@cc6473f7d80d\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\u003dstani@google.com\n\nChange-Id: I7289767c25e2b2962f1b91d304585d161034fb46\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203785\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": "ebaf89afe90595b56387f3ad304f5c72d64eb8b7",
      "tree": "06fb252b418e2262f18fdf650ec3f6bbf3da5778",
      "parents": [
        "b23aee3431c0dbc8c52d353293d7eb8e0345aa82"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Tue Mar 26 17:57:45 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 18:47:52 2019 +0000"
      },
      "message": "Roll third_party/externals/angle2 da37e7f6759d..a47e2a23ab4c (2 commits)\n\nhttps://chromium.googlesource.com/angle/angle.git/+log/da37e7f6759d..a47e2a23ab4c\n\n\ngit log da37e7f6759d..a47e2a23ab4c --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-03-26 syoussefi@chromium.org Add instructions for use with RenderDoc + Android\n2019-03-26 ynovikov@chromium.org Suppress dEQP-GLES31.functional.atomic_counter.* on Win7 NVIDIA D3D11\n\n\nCreated with:\n  gclient setdep -r third_party/externals/angle2@a47e2a23ab4c\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\u003dstani@google.com\n\nChange-Id: I8a83af5adae9e966711c888510dc4626938f44ff\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203782\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": "b23aee3431c0dbc8c52d353293d7eb8e0345aa82",
      "tree": "ad0c49c88fefa161cd6dd29720d7b5dfaf81bed9",
      "parents": [
        "0eb1b1f9f0d0db9852635f554ea8b484cd4391e5"
      ],
      "author": {
        "name": "recipe-roller",
        "email": "recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com",
        "time": "Tue Mar 26 11:00:49 2019 -0700"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 18:33:32 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/a4f9a8b3ac3195aab9c10e1dfa15a46edc4fb190 Convert newline characters in step_text to html breaks. (gbeaty@chromium.org)\n\n\nTBR\u003dborenet@google.com\n\nRecipe-Tryjob-Bypass-Reason: Autoroller\nBugdroid-Send-Email: False\nChange-Id: Ibdc5c1df0efdcdb45965593ea19e6a3cd9d72350\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203800\nReviewed-by: Recipe Roller \u003crecipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com\u003e\nCommit-Queue: Recipe Roller \u003crecipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com\u003e\n"
    },
    {
      "commit": "0eb1b1f9f0d0db9852635f554ea8b484cd4391e5",
      "tree": "3cf26c6184e5bdc5f4662e2b1e2d368fc83b0164",
      "parents": [
        "f891548888e88e6b3c55692e976f02fcc2ce6321"
      ],
      "author": {
        "name": "Robert Phillips",
        "email": "robertphillips@google.com",
        "time": "Tue Mar 26 17:42:51 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 17:43:00 2019 +0000"
      },
      "message": "Revert \"Fix bug in GrResourceAllocator\u0027s intermediate flushing\"\n\nThis reverts commit f891548888e88e6b3c55692e976f02fcc2ce6321.\n\nReason for revert: breaking msaa bots\n\nOriginal change\u0027s description:\n\u003e Fix bug in GrResourceAllocator\u0027s intermediate flushing\n\u003e \n\u003e Without the missing increment of fCurOpListIndex in the intermediate flush case, the drawing manager could end up re-executing an entire opList.\n\u003e \n\u003e Bug: 942538\n\u003e Change-Id: I1984dc3924871e4f50ed75a9c5f62c63a97a25dd\n\u003e Reviewed-on: https://skia-review.googlesource.com/c/skia/+/203700\n\u003e Commit-Queue: Robert Phillips \u003crobertphillips@google.com\u003e\n\u003e Reviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n\nTBR\u003dbsalomon@google.com,robertphillips@google.com\n\nChange-Id: I4258321891a99ecd570cffba283355cc0bfe522c\nNo-Presubmit: true\nNo-Tree-Checks: true\nNo-Try: true\nBug: 942538\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203725\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\nCommit-Queue: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    },
    {
      "commit": "f891548888e88e6b3c55692e976f02fcc2ce6321",
      "tree": "46f3660bb7a51e31283e9edf0d563048d0c4e77d",
      "parents": [
        "d2ca31218bc4d06fd3337fb1951ea1800a915f56"
      ],
      "author": {
        "name": "Robert Phillips",
        "email": "robertphillips@google.com",
        "time": "Tue Mar 26 12:23:47 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Tue Mar 26 16:57:57 2019 +0000"
      },
      "message": "Fix bug in GrResourceAllocator\u0027s intermediate flushing\n\nWithout the missing increment of fCurOpListIndex in the intermediate flush case, the drawing manager could end up re-executing an entire opList.\n\nBug: 942538\nChange-Id: I1984dc3924871e4f50ed75a9c5f62c63a97a25dd\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203700\nCommit-Queue: Robert Phillips \u003crobertphillips@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    }
  ]
}
