)]}'
{
  "log": [
    {
      "commit": "67d87128fd001b7fc049e65af7c7a3b5240c4a11",
      "tree": "6f4fffc51956685c87bb60bb5667545d5a1558fe",
      "parents": [
        "113cba82e7b2268a89c2313a101daafb07c02961"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Wed Feb 27 17:33:14 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Feb 27 18:24:30 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader 5edafb5ac109..928dfeed1796 (2 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/5edafb5ac109..928dfeed1796\n\n\ngit log 5edafb5ac109..928dfeed1796 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-02-27 chrisforbes@google.com Return newly-created value from SpirvRoutine::createIntermediate\n2019-02-27 chrisforbes@google.com Implement indexed draws\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@928dfeed1796\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\u003dscroggo@google.com\n\nChange-Id: I1dadb71ff798b7cc81faf7dfe59781bb0323fca5\nReviewed-on: https://skia-review.googlesource.com/c/195946\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": "113cba82e7b2268a89c2313a101daafb07c02961",
      "tree": "5c2e27f6bc2b573b4a27e4b3e55fa958f1a18bee",
      "parents": [
        "34d13313235fe7c3a44de1b896bd577d2fc17ae4"
      ],
      "author": {
        "name": "Eric Boren",
        "email": "borenet@google.com",
        "time": "Tue Feb 26 13:52:43 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Feb 27 18:24:00 2019 +0000"
      },
      "message": "[recipes] Plumb task ID through to DM results\n\nBug: skia:\nChange-Id: If5b71aba04964b61a634ccda7115c9f37a777468\nReviewed-on: https://skia-review.googlesource.com/c/195367\nReviewed-by: Stephan Altmueller \u003cstephana@google.com\u003e\nCommit-Queue: Eric Boren \u003cborenet@google.com\u003e\n"
    },
    {
      "commit": "34d13313235fe7c3a44de1b896bd577d2fc17ae4",
      "tree": "2e9b069b504158337030b690a1df76d7d5d3812c",
      "parents": [
        "95835340b23cc9214b0244e0c13f01f474849234"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Wed Feb 27 11:19:19 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Feb 27 16:46:29 2019 +0000"
      },
      "message": "Particles: Improvements to SkCurve\n\nAdded explicit Linear segment type, merge math evaluation helpers for\nscalar and color curves. Add logic to visitFields that cuts down on the\nserialized size of simple curves, and makes the GUI easier to work with.\n\nRemove the curve plot from the GUI. It was incorrect (wrong points at\ncubic handle locations), not terribly helpful, and difficult to\nmaintain.\n\nBug: skia:\nChange-Id: I190cb5d118b1f4b910984e4df50ee3351c8be895\nReviewed-on: https://skia-review.googlesource.com/c/195884\nReviewed-by: Brian Osman \u003cbrianosman@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "95835340b23cc9214b0244e0c13f01f474849234",
      "tree": "d19e8b36e91d209456ce7ebe7100cb3eae965d73",
      "parents": [
        "dc822b1c9eeb382154830ec452c2617094e00593"
      ],
      "author": {
        "name": "Mike Reed",
        "email": "reed@google.com",
        "time": "Wed Feb 27 08:17:35 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Feb 27 16:36:19 2019 +0000"
      },
      "message": "Avoid forcing rasterpipeline due to device colorspace\n\nStep 0 of \"optimizing\" for cases where we don\u0027t need to force rasterpipeline.\n\n0: treat device colorspace of sRGB as \"no colorspace\" for single colors\n1: convert the color to the device\u0027s colorspace (cache xformer on device?)\n2: query the shader, to see if its colorspace is the same (needs a new virtual on shaderbase?)\n\nBug: skia:8793\nChange-Id: Id49388fb4f9b8933003efb8db7a620c795c36d83\nReviewed-on: https://skia-review.googlesource.com/c/195370\nCommit-Queue: Mike Reed \u003creed@google.com\u003e\nReviewed-by: Mike Klein \u003cmtklein@google.com\u003e\n"
    },
    {
      "commit": "dc822b1c9eeb382154830ec452c2617094e00593",
      "tree": "5909b8b4c5f37987abdbbceef91920f6bfae3bb2",
      "parents": [
        "0f5eac7fc604985229a570ee8f65309e32ffc424"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Wed Feb 27 08:42:33 2019 -0500"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Feb 27 16:30:29 2019 +0000"
      },
      "message": "update canvaskit docs to new API\n\nAlso add a dynamic text shaping demo\n\nNo-Try: true\nDocs-Preview: https://skia.org/?cl\u003d195440\nBug: skia:\nChange-Id: I1e220cecae080a6a643fed8a1b9771ba8fe60915\nReviewed-on: https://skia-review.googlesource.com/c/195440\nReviewed-by: Heather Miller \u003chcm@google.com\u003e\nCommit-Queue: Kevin Lubick \u003ckjlubick@google.com\u003e\n"
    },
    {
      "commit": "0f5eac7fc604985229a570ee8f65309e32ffc424",
      "tree": "a20c09e2fcfecb044ae6b97f34e6f993e9e5e7fe",
      "parents": [
        "cc61a2caa270c750e1d828147f7d39e33d9b52fd"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Wed Feb 27 15:35:14 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Feb 27 16:25:59 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader ead1a345a36c..5edafb5ac109 (1 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/ead1a345a36c..5edafb5ac109\n\n\ngit log ead1a345a36c..5edafb5ac109 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-02-27 sugoi@google.com Descriptor sets binding\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@5edafb5ac109\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\u003dscroggo@google.com\n\nChange-Id: If14da98c2defca6d91dd02728a7a626363e4ce1e\nReviewed-on: https://skia-review.googlesource.com/c/195851\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": "cc61a2caa270c750e1d828147f7d39e33d9b52fd",
      "tree": "487eb487da17b737f406b1651c01596dde2dcf50",
      "parents": [
        "ff84d8a900d4b9dd4d4aa7a9569425f0ac234830"
      ],
      "author": {
        "name": "recipe-roller",
        "email": "recipe-roller@chromium.org",
        "time": "Wed Feb 27 07:13:27 2019 -0800"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Wed Feb 27 15:34:29 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.\ndepot_tools:\n  https://crrev.com/be28670fe2bf3a07f7f51ef86596739a43631ea8 [cipd] Rebuild all Go binaries with Go 1.12. (vadimsh@chromium.org)\n  https://crrev.com/fe34723a55ec71b235512eac5ad561faf3151d6e Add gerrit.abandon_change command (sergiyb@chromium.org)\n\n\nTBR\u003dborenet@google.com\n\nRecipe-Tryjob-Bypass-Reason: Autoroller\nBugdroid-Send-Email: False\nChange-Id: I26f76897fe27d83dcaaa94deaf354149686ff12c\nReviewed-on: https://skia-review.googlesource.com/c/195882\nReviewed-by: Recipe Roller \u003crecipe-roller@chromium.org\u003e\nCommit-Queue: Recipe Roller \u003crecipe-roller@chromium.org\u003e\n"
    }
  ]
}
