)]}'
{
  "log": [
    {
      "commit": "42197c0bc68e4c109fad2f3665bf05ac0556ab0e",
      "tree": "82eca70831fbb4dd043a9027591ae7f44aa78778",
      "parents": [
        "e298294fc6028484a89f84fd9b38b6480cc97b09"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Mar 25 10:35:05 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 15:32:18 2019 +0000"
      },
      "message": "Add support for 1010102 on ES2 devices with EXT_texture_type_2_10_10_10_REV\n\nBug: skia:8894\nChange-Id: Id3dbc02894f87dcf81f65048945692e54cca38f1\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203059\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "e298294fc6028484a89f84fd9b38b6480cc97b09",
      "tree": "80656b7ff46b8554fcd57463da79a6a65751e291",
      "parents": [
        "2839884b792fb592adc08fcde9f9c99445b72246"
      ],
      "author": {
        "name": "Ravi Mistry",
        "email": "rmistry@google.com",
        "time": "Mon Mar 25 14:42:48 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 15:15:04 2019 +0000"
      },
      "message": "Add new Intel x86_64 CPU SkottieTracing bot\n\nNoTry: true\nBug: skia:8901\nChange-Id: I4bb90a37ee7afdfb3634e1b04e5a244a77d2b5ef\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/202907\nReviewed-by: Eric Boren \u003cborenet@google.com\u003e\nCommit-Queue: Ravi Mistry \u003crmistry@google.com\u003e\n"
    },
    {
      "commit": "2839884b792fb592adc08fcde9f9c99445b72246",
      "tree": "3443d0c6f8d2463926167dc19641233a0d7b6ce8",
      "parents": [
        "1a3c397dcc6a8c9f5d41d86faeaacd3c7d93920e"
      ],
      "author": {
        "name": "Michael Ludwig",
        "email": "michaelludwig@google.com",
        "time": "Mon Mar 25 10:24:24 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 15:09:59 2019 +0000"
      },
      "message": "Respect stroke width in Android rrect clip optimization\n\nBug: b/113636985\nChange-Id: I80df664a077751e9ce5c735694e7ba283e93bcc1\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203170\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\nCommit-Queue: Michael Ludwig \u003cmichaelludwig@google.com\u003e\n"
    },
    {
      "commit": "1a3c397dcc6a8c9f5d41d86faeaacd3c7d93920e",
      "tree": "4e7b33d44074df97250298c3361c80f677713561",
      "parents": [
        "93b3dce89d0cada44fd619571d55a1c83b751f70"
      ],
      "author": {
        "name": "Ravi Mistry",
        "email": "rmistry@google.com",
        "time": "Mon Mar 25 14:32:07 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 15:09:58 2019 +0000"
      },
      "message": "[Recipe] Add CPU bot capability to perf_skottietrace.py\n\nBug: skia:8901\nChange-Id: I6e0f2b57987a60c1d4f2d2dc0d92df640d15e08d\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/202906\nCommit-Queue: Ravi Mistry \u003crmistry@google.com\u003e\nReviewed-by: Eric Boren \u003cborenet@google.com\u003e\n"
    },
    {
      "commit": "93b3dce89d0cada44fd619571d55a1c83b751f70",
      "tree": "5c14d9b74ad04226b76f0b33bc72fa017d29da76",
      "parents": [
        "7dcc6162798e1ac4b7515a0371c333087b28742a"
      ],
      "author": {
        "name": "Kevin Lubick",
        "email": "kjlubick@google.com",
        "time": "Mon Mar 25 10:30:30 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 15:03:48 2019 +0000"
      },
      "message": "Generate GrGLInterface and GrGlAssembleInterface* from table\n\nThis CL creates a go program that takes a JSON file of\nGPU functions and creates the assemble and validate code\nbased on that.\n\nThis approach will hopefully will lessen the need for\n\"shotgun surgery\" anytime a new function/extensions is added.\n\nAdditionally, it should be easier to add a new standard\n(concretely, WebGL) using this technique.\n\nThere are a few potential bugs/mismatches in the current\nimplementation that this has identified, for example,\nRequiring GL 3.x for adding a feature, but only verifying\nit is there on GL 4.x - I did not attempt to correct these\nbugs in the old version, as we will hopefully be able to delete\nthat version and use the generated files.\n\nBug: skia:8474, skia:8378\nChange-Id: Ie8144bbab8e03f2c815fd942fa9f7f91dedba101\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/202137\nCommit-Queue: Kevin Lubick \u003ckjlubick@google.com\u003e\nReviewed-by: Brian Salomon \u003cbsalomon@google.com\u003e\n"
    },
    {
      "commit": "7dcc6162798e1ac4b7515a0371c333087b28742a",
      "tree": "cea57f2bc8dd35391cb0b4402f0bde5538abd87c",
      "parents": [
        "ddba4e646ab95bf723349ddbc583d705e9e058c2"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Mar 25 10:12:57 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 14:46:28 2019 +0000"
      },
      "message": "Reland \"Simplify two more clients of proxy provider (mipped vs. non-mipped)\"\n\nAdds fix for mip-mapped requests on devices with no mip support.\n\nThis reverts commit ab4c138c0ef38ba1451698defb9b2b9518b96525.\n\nBug: skia:\nChange-Id: I85350ae32081253448cbd2f636ea3044eb9df453\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203057\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\n"
    },
    {
      "commit": "ddba4e646ab95bf723349ddbc583d705e9e058c2",
      "tree": "a8dc3d5b8f0d2af596ab2eda92812656ea999d43",
      "parents": [
        "d37e1b0fad468544866885d3c2a610a165ba4ffc"
      ],
      "author": {
        "name": "Brian Osman",
        "email": "brianosman@google.com",
        "time": "Mon Mar 25 09:52:17 2019 -0400"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 14:24:19 2019 +0000"
      },
      "message": "SkBaseDevice::drawAtlas doesn\u0027t antialias either, so remove fallback\n\nAlso, fix the trace marker name.\n\nBug: skia:8903\nChange-Id: Ibf43efbdf73e406482ed4442639e22aec1d93e9f\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203058\nReviewed-by: Robert Phillips \u003crobertphillips@google.com\u003e\nCommit-Queue: Brian Osman \u003cbrianosman@google.com\u003e\n"
    },
    {
      "commit": "d37e1b0fad468544866885d3c2a610a165ba4ffc",
      "tree": "321308cd5b5b0d0c6725da9b5421cd2b0a8f9201",
      "parents": [
        "36c5ed7a033e9a55e5ef83940c92f3cea834f187"
      ],
      "author": {
        "name": "Ravi Mistry",
        "email": "rmistry@google.com",
        "time": "Mon Mar 25 13:39:05 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 14:21:19 2019 +0000"
      },
      "message": "[Recipe Modules] Make DefaultFlavor.step signature match the other step funcs\n\nBug: skia:8901\nChange-Id: Ibe14ed88c0cd937eae2d91eb6e90391466098a2c\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203341\nReviewed-by: Eric Boren \u003cborenet@google.com\u003e\nCommit-Queue: Ravi Mistry \u003crmistry@google.com\u003e\n"
    },
    {
      "commit": "36c5ed7a033e9a55e5ef83940c92f3cea834f187",
      "tree": "c8da38bbdc77670bbd414c38c42ae2d29fc5853a",
      "parents": [
        "2719dff87a1eef7f9df08c013475e7fbd4872952"
      ],
      "author": {
        "name": "skia-autoroll",
        "email": "skia-autoroll@skia-public.iam.gserviceaccount.com",
        "time": "Mon Mar 25 13:43:58 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 14:18:59 2019 +0000"
      },
      "message": "Roll third_party/externals/swiftshader 62f62a6efa2c..e24bc66dcda3 (1 commits)\n\nhttps://swiftshader.googlesource.com/SwiftShader.git/+log/62f62a6efa2c..e24bc66dcda3\n\n\ngit log 62f62a6efa2c..e24bc66dcda3 --date\u003dshort --no-merges --format\u003d\u0027%ad %ae %s\u0027\n2019-03-25 sugoi@google.com Fixed erroneous filtering\n\n\nCreated with:\n  gclient setdep -r third_party/externals/swiftshader@e24bc66dcda3\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: I2070c01e14e0f88d4a6d78c3912ce49fb2acd5cc\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203325\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": "2719dff87a1eef7f9df08c013475e7fbd4872952",
      "tree": "687fffa5834583ede804f676de3cbb20a47efaec",
      "parents": [
        "cd54466473fe5fdc462c6dac6def8b327ad58263"
      ],
      "author": {
        "name": "Ravi Mistry",
        "email": "rmistry@google.com",
        "time": "Mon Mar 25 13:21:51 2019 +0000"
      },
      "committer": {
        "name": "Skia Commit-Bot",
        "email": "skia-commit-bot@chromium.org",
        "time": "Mon Mar 25 13:58:49 2019 +0000"
      },
      "message": "[Recipe Modules] remove_file_on_device was in all flavors except DefaultFlavor\n\nBug: skia:8901\nChange-Id: Idde99d943c31ae62fcd0bc3f3b8cfc0ebc07e896\nReviewed-on: https://skia-review.googlesource.com/c/skia/+/203340\nReviewed-by: Eric Boren \u003cborenet@google.com\u003e\nCommit-Queue: Ravi Mistry \u003crmistry@google.com\u003e\n"
    }
  ]
}
