)]}'
{
  "log": [
    {
      "commit": "f08b880e00671f0bf490846689e80dbebb17ac3f",
      "tree": "a0779929f5bf9cb795ef05a4972985565d41e50c",
      "parents": [
        "4ccafa341f20cad8fd88a280eea30efb1e53e80c",
        "f5cf4a541655eccb902925f38607dbcb0687ca13"
      ],
      "author": {
        "name": "andrew.boren",
        "email": "andrew.boren@gmail.com",
        "time": "Tue Nov 13 23:01:42 2012 -0700"
      },
      "committer": {
        "name": "andrew.boren",
        "email": "andrew.boren@gmail.com",
        "time": "Tue Nov 13 23:01:42 2012 -0700"
      },
      "message": "Merge remote-tracking branch \u0027aosp/jb-mr1-release\u0027 into HEAD\n"
    },
    {
      "commit": "f5cf4a541655eccb902925f38607dbcb0687ca13",
      "tree": "a0779929f5bf9cb795ef05a4972985565d41e50c",
      "parents": [
        "f598811a60088236222bb1879503842094ca378b",
        "0da5d718c0cfc20c6aab6ef9a81d4619a1dac5f8"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Fri Oct 19 06:59:41 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Fri Oct 19 06:59:41 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "f598811a60088236222bb1879503842094ca378b",
      "tree": "a0779929f5bf9cb795ef05a4972985565d41e50c",
      "parents": [
        "78b050ea1e13108110ce3b8ead63252e5ebe2468"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Tue Oct 16 00:05:46 2012 -0700"
      },
      "committer": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Oct 17 14:53:07 2012 -0700"
      },
      "message": "Fix use of rs_script_call_t.\n\nThere were a few broken parts here for rs_script_call_t.\n1) Incorrect runtime function signatures.\n2) Missing enum at the start of the driver structure.\n3) Missing update of pointer based on xStart.\n\nBug: 7212879\nChange-Id: I25d44d5534ceb61b49b0bbc7cf1b5c6b16bab360\n"
    },
    {
      "commit": "0da5d718c0cfc20c6aab6ef9a81d4619a1dac5f8",
      "tree": "e8970cb37da3ddef5ee81e297b24537379506058",
      "parents": [
        "78b050ea1e13108110ce3b8ead63252e5ebe2468",
        "b7d506de691cf741d7590f9c37f07ab0609e9bc8"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Tue Oct 16 17:30:47 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Tue Oct 16 17:30:47 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "78b050ea1e13108110ce3b8ead63252e5ebe2468",
      "tree": "e8970cb37da3ddef5ee81e297b24537379506058",
      "parents": [
        "15ff402e4728476054c7e2ecd1fe610e6e8d4e71"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Oct 15 16:25:53 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Oct 15 16:25:53 2012 -0700"
      },
      "message": "Fix bugs in scriptGroup.\n\nIntrinsics were treating inputs as fields rather than varObjs.\nThis would generate a lot of extra work for the reflection\nlayers. Also we would like to deprecate this path in the future.\n\nbug 7318821\n\nChange-Id: I89ad25f96ae23502d7925b9824b629bbd8801963\n"
    },
    {
      "commit": "b7d506de691cf741d7590f9c37f07ab0609e9bc8",
      "tree": "e3c181c94ace8f946d7bd55fed8a1ff67f3ed031",
      "parents": [
        "15ff402e4728476054c7e2ecd1fe610e6e8d4e71",
        "4e8d848960292b8ff52f98e67b623c49c7b15539"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sat Oct 13 03:50:13 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sat Oct 13 03:50:13 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "15ff402e4728476054c7e2ecd1fe610e6e8d4e71",
      "tree": "e3c181c94ace8f946d7bd55fed8a1ff67f3ed031",
      "parents": [
        "b801b949e286275b5d19a33135235ba68d3a19a9"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Oct 12 14:21:49 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Oct 12 14:21:49 2012 -0700"
      },
      "message": "Fix potential null dereference in RS SG\n\nbug 7318821\n\nChange-Id: I53b0966996761f166551635054b982d2f137c5f7\n"
    },
    {
      "commit": "4e8d848960292b8ff52f98e67b623c49c7b15539",
      "tree": "18128e34394e5b2ae5a8c9b6af495926c929daac",
      "parents": [
        "b801b949e286275b5d19a33135235ba68d3a19a9",
        "a68fd5660863d31ed90836c66a2bb7778520b060"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Oct 10 14:06:40 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Oct 10 14:06:40 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "b801b949e286275b5d19a33135235ba68d3a19a9",
      "tree": "18128e34394e5b2ae5a8c9b6af495926c929daac",
      "parents": [
        "bd726b2159c14bd78d45f3157befcb733037f8d4"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Oct 10 12:07:38 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Oct 10 12:07:38 2012 -0700"
      },
      "message": "Check for invalid configuration for Intrinsics.\n\nLog error rather than crash upon user errors.\nbug 7318821\n\nChange-Id: I65fe0efa1f8d9eb6189f5e428e29a25455828c07\n"
    },
    {
      "commit": "bd726b2159c14bd78d45f3157befcb733037f8d4",
      "tree": "bfdcfebf54fa430b43adbc76ccb68c0cdc3ed164",
      "parents": [
        "a32de2d89b1fa05a81a13fcb27d30bd056387223"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Oct 09 16:10:34 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Oct 09 16:10:34 2012 -0700"
      },
      "message": "Fix bug in script groups.\n\nLinks from output to field would fail due to the field not\ngetting uptated if it was uninitialized.\n\nChange-Id: Ib3939f9bdca2c31957a9609a20175192bf52561c\n"
    },
    {
      "commit": "a68fd5660863d31ed90836c66a2bb7778520b060",
      "tree": "8b9da4dcf2a5423056b94d4f1422b662da470c82",
      "parents": [
        "a32de2d89b1fa05a81a13fcb27d30bd056387223",
        "06e137293465c695ca81fc87da0c5d765158da93"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Oct 03 06:59:47 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Oct 03 06:59:47 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "a32de2d89b1fa05a81a13fcb27d30bd056387223",
      "tree": "8b9da4dcf2a5423056b94d4f1422b662da470c82",
      "parents": [
        "e78c14bd277e60d5619516e4088a04572a5b250f",
        "c83dd0b9f81aaeb15e2d03849b04f20b581bfe49"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Tue Oct 02 11:03:17 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Oct 02 11:03:18 2012 -0700"
      },
      "message": "Merge \"Add \"debug.rs.default-CPU-driver\" property for RS driver.\" into jb-mr1-dev"
    },
    {
      "commit": "c83dd0b9f81aaeb15e2d03849b04f20b581bfe49",
      "tree": "69e2a2a25690833d1699736578d4b4601e70fe10",
      "parents": [
        "fa17cda2d7e0948677035890e40498ad0b639c92"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Mon Oct 01 17:48:22 2012 -0700"
      },
      "committer": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Mon Oct 01 17:48:22 2012 -0700"
      },
      "message": "Add \"debug.rs.default-CPU-driver\" property for RS driver.\n\nTo switch back to the CPU driver (libRSDriver.so):\nadb shell setprop debug.rs.default-CPU-driver 1\n\nTo turn this behavior off:\nadb shell setprop debug.rs.default-CPU-driver 0\n\nBug: 7256001\nChange-Id: I37477ca06e58aed1c0d4f94355e3ae568083dc71\n"
    },
    {
      "commit": "e78c14bd277e60d5619516e4088a04572a5b250f",
      "tree": "9c9e54f85d7cefa858c39644c41a74df9bdbab34",
      "parents": [
        "fa17cda2d7e0948677035890e40498ad0b639c92"
      ],
      "author": {
        "name": "Tim Murray",
        "email": "timmurray@google.com",
        "time": "Mon Oct 01 15:27:18 2012 -0700"
      },
      "committer": {
        "name": "Tim Murray",
        "email": "timmurray@google.com",
        "time": "Mon Oct 01 15:51:09 2012 -0700"
      },
      "message": "Ensure that the cache directory exists before calling compiler.\n\nBug: 7077014\nChange-Id: Iab94a265193d4ff749573520939c974a982ac7c1\n"
    },
    {
      "commit": "06e137293465c695ca81fc87da0c5d765158da93",
      "tree": "820121c21172a32fece4672665dff42bce445b8e",
      "parents": [
        "fa17cda2d7e0948677035890e40498ad0b639c92",
        "882652a497f8145f79089f2c37df084233221e7a"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Thu Sep 27 06:59:45 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Thu Sep 27 06:59:45 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "fa17cda2d7e0948677035890e40498ad0b639c92",
      "tree": "820121c21172a32fece4672665dff42bce445b8e",
      "parents": [
        "36889a0ecf564e3d47e7f69bb030c6b927061792"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Sep 26 18:33:58 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Sep 26 18:33:58 2012 -0700"
      },
      "message": "Implement fast version of blend intrinsics.\n\nbug 7190126\n\nChange-Id: Icebd47ece0d2daa115097c5ea4003dfbaa79da73\n"
    },
    {
      "commit": "36889a0ecf564e3d47e7f69bb030c6b927061792",
      "tree": "439cddf9c6a2305f8e6d868b747f578e1fdafd2e",
      "parents": [
        "7c355cc6e667220244cfd55249b64cd161c3dbd9"
      ],
      "author": {
        "name": "Tim Murray",
        "email": "timmurray@google.com",
        "time": "Mon Sep 24 14:52:48 2012 -0700"
      },
      "committer": {
        "name": "Tim Murray",
        "email": "timmurray@google.com",
        "time": "Wed Sep 26 16:36:08 2012 -0700"
      },
      "message": "Implementations of various blend intrinsics.\n\nBug: 7190126\n\nChange-Id: I84cd8b861b63489313b9c2827f43aa7391a62607\n"
    },
    {
      "commit": "882652a497f8145f79089f2c37df084233221e7a",
      "tree": "705aaf2605d9b8c079e452e6c50134918309b0fa",
      "parents": [
        "7c355cc6e667220244cfd55249b64cd161c3dbd9",
        "64591a0b1ffd7b954099d67afae3c0c847cd4047"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Sep 26 06:59:41 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Sep 26 06:59:41 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "64591a0b1ffd7b954099d67afae3c0c847cd4047",
      "tree": "0f3b68036d608b2faede027020bcf39549b60cda",
      "parents": [
        "9c7d4c4234ecec19531792d65149298482a4b735",
        "d0ff6c073c5ca496ee9cecb06df0edfde6f40c71"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Tue Sep 25 06:59:53 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Tue Sep 25 06:59:53 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "7c355cc6e667220244cfd55249b64cd161c3dbd9",
      "tree": "705aaf2605d9b8c079e452e6c50134918309b0fa",
      "parents": [
        "9c7d4c4234ecec19531792d65149298482a4b735"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Sep 24 17:59:27 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Sep 24 17:59:27 2012 -0700"
      },
      "message": "Implement optimized kernel kickoff for T30\n\nbug 7190126\n~3x perf gain from lightweight intrinsics\n\nChange-Id: I6cf001a2790f228efe252e0083e1915bd6373416\n"
    },
    {
      "commit": "9c7d4c4234ecec19531792d65149298482a4b735",
      "tree": "0f3b68036d608b2faede027020bcf39549b60cda",
      "parents": [
        "cf9ea9f4145cae663f439b1c2dab956fa37180bb"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Sep 24 17:00:05 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Sep 24 17:01:29 2012 -0700"
      },
      "message": "Implement FS compatible getElementAt_*\n\nbug 7190126\n\nChange-Id: Idc04c033f9b92ed3bace7dc273a8f482b0eef0aa\n"
    },
    {
      "commit": "d0ff6c073c5ca496ee9cecb06df0edfde6f40c71",
      "tree": "4f5eaec5cb843090c229815b14fd7bf76dd03a49",
      "parents": [
        "cf9ea9f4145cae663f439b1c2dab956fa37180bb",
        "6112638c46490abf2b30660d196622874e9b1ff4"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sun Sep 23 19:00:01 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sun Sep 23 19:00:01 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "cf9ea9f4145cae663f439b1c2dab956fa37180bb",
      "tree": "4f5eaec5cb843090c229815b14fd7bf76dd03a49",
      "parents": [
        "4651f5f85b22c5471d2c65709a30a760732f64ca"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Sun Sep 23 17:00:54 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Sun Sep 23 17:00:54 2012 -0700"
      },
      "message": "Implement backend of blend intrinsic\n\nbug 7190126\n\n\nChange-Id: I5095366eb3d091bba1628b7cceb5efb685c8f870\n"
    },
    {
      "commit": "4651f5f85b22c5471d2c65709a30a760732f64ca",
      "tree": "f0c910bac6a005579bca99a5fbdc1352b730b099",
      "parents": [
        "ded7afc0ba82a3dacddba6931986f825e3a0d654",
        "a1b08e2cacf3891fcd6895422c6124887b75975e"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Sun Sep 23 15:27:24 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Sun Sep 23 15:27:24 2012 -0700"
      },
      "message": "Merge \"Performance fix for Intrinsic 5x5 convolve.\" into jb-mr1-dev"
    },
    {
      "commit": "a1b08e2cacf3891fcd6895422c6124887b75975e",
      "tree": "6675760fe3ab375abdfbbeb10b152d03b15478fa",
      "parents": [
        "915aa964a1a312f5e06c115112a3aea14fd31b33"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Sun Sep 23 15:24:07 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Sun Sep 23 15:24:07 2012 -0700"
      },
      "message": "Performance fix for Intrinsic 5x5 convolve.\n\nbug 7190126\n\nChange-Id: If5cda2581baf7f41027e5586434a32b830d54c84\n"
    },
    {
      "commit": "6112638c46490abf2b30660d196622874e9b1ff4",
      "tree": "3d131699e40f2e1e3d6faf88116c81ed0713625a",
      "parents": [
        "ded7afc0ba82a3dacddba6931986f825e3a0d654",
        "4550a67bb80c196fab836ef68591294c2c491d5f"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sat Sep 22 09:41:59 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sat Sep 22 09:41:59 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "ded7afc0ba82a3dacddba6931986f825e3a0d654",
      "tree": "3d131699e40f2e1e3d6faf88116c81ed0713625a",
      "parents": [
        "08695a9e6cc6661e6909a82accbe73561a85f669",
        "915aa964a1a312f5e06c115112a3aea14fd31b33"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Sep 21 15:21:57 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Sep 21 15:21:57 2012 -0700"
      },
      "message": "Merge \"yuv performance opts.\" into jb-mr1-dev"
    },
    {
      "commit": "915aa964a1a312f5e06c115112a3aea14fd31b33",
      "tree": "911f28e0b8062a0d56c451d1bca983eb65aca0a8",
      "parents": [
        "ab4b0efa86ce954a97a5761c4545bc8cb75fdb4d"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Sep 21 15:16:24 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Sep 21 15:16:24 2012 -0700"
      },
      "message": "yuv performance opts.\n\nbug 7190126\n\nChange-Id: I9b6b0d5877b73e8b02d38b9f4209660b174aa6de\n"
    },
    {
      "commit": "4550a67bb80c196fab836ef68591294c2c491d5f",
      "tree": "32f5885452247f716bad62fce453d48ef8ed7e84",
      "parents": [
        "ab4b0efa86ce954a97a5761c4545bc8cb75fdb4d",
        "5cfb8da966be6f93f70961184dcedfbc130326a0"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Fri Sep 21 06:59:49 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Fri Sep 21 06:59:49 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "08695a9e6cc6661e6909a82accbe73561a85f669",
      "tree": "3b8ca7157e28b5777ba86cb2170f76658c59e8bd",
      "parents": [
        "ab4b0efa86ce954a97a5761c4545bc8cb75fdb4d"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Thu Sep 20 18:30:21 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Thu Sep 20 18:30:21 2012 -0700"
      },
      "message": "Mark getAllocation as deprecated.\n\nChange-Id: If49326ec2cc463e8eacfe9c7680b63ffc53ef3bb\n"
    },
    {
      "commit": "ab4b0efa86ce954a97a5761c4545bc8cb75fdb4d",
      "tree": "32f5885452247f716bad62fce453d48ef8ed7e84",
      "parents": [
        "2207ab7e0f2d28382fe61ff002ddd58c4fa3fb99"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Thu Sep 20 15:39:18 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Thu Sep 20 15:40:02 2012 -0700"
      },
      "message": "Fix approx function naming.\nbug 7205089\n\nChange-Id: Idef995bd31d10c9dfb7fb0017ff9f47f46c957fc\n"
    },
    {
      "commit": "5cfb8da966be6f93f70961184dcedfbc130326a0",
      "tree": "b476860eebad701e8c47e9a5b1c2791c2355f984",
      "parents": [
        "2207ab7e0f2d28382fe61ff002ddd58c4fa3fb99",
        "74310facd16838757ee66726d05cf92abb73f84d"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Thu Sep 20 06:59:51 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Thu Sep 20 06:59:51 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "2207ab7e0f2d28382fe61ff002ddd58c4fa3fb99",
      "tree": "b476860eebad701e8c47e9a5b1c2791c2355f984",
      "parents": [
        "e78e514f3f209e594767e8ebc64f5df4be5b0b41"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Sep 19 13:44:55 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Sep 19 13:44:55 2012 -0700"
      },
      "message": "bug 7190126\nFS intrinsic perf work.\nFix correctness issue with convolve 3x3.\n\nChange-Id: I7f2657c5e9da003f91ad6a9c2f85d8d43913654b\n"
    },
    {
      "commit": "74310facd16838757ee66726d05cf92abb73f84d",
      "tree": "39e65ca8839ce8869a546d20f4ec91e1bf11afb8",
      "parents": [
        "01f03a04da629b9a3e3ff33287dd277b12c54148",
        "f2f93615831e98c9a847eb9cf497c415fa50b607"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Sep 19 07:01:38 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Sep 19 07:01:38 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "e78e514f3f209e594767e8ebc64f5df4be5b0b41",
      "tree": "25339f3452aad8285e707e0b5fb3d435c65a3585",
      "parents": [
        "eca876089980799774bbe5f8bf341e780bd94348"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Sep 19 00:46:31 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Sep 19 00:46:31 2012 -0700"
      },
      "message": "Fix blur intrinsic performance.\nbug 7190126\n\nChange-Id: Iffda394ee77b40ca0e3109c43f6e25bf932f482b\n"
    },
    {
      "commit": "eca876089980799774bbe5f8bf341e780bd94348",
      "tree": "53008ea4d6742c6253f6c984b0d7fee09621f26e",
      "parents": [
        "01f03a04da629b9a3e3ff33287dd277b12c54148"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 18 22:47:58 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 18 22:47:58 2012 -0700"
      },
      "message": "Checkin optimized Convolve3x3 with input from ARM.\n\nChange-Id: Ib9e06bf3d3005c3efda57a70b515722694bcc94e\n"
    },
    {
      "commit": "01f03a04da629b9a3e3ff33287dd277b12c54148",
      "tree": "39e65ca8839ce8869a546d20f4ec91e1bf11afb8",
      "parents": [
        "ba808d71236c5c9deca01f0e2938cae983564940"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 18 18:20:47 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 18 18:20:47 2012 -0700"
      },
      "message": "Implement YUV intrinsic.\nbug 7190126\n\nChange-Id: I8526e8ec5a9b48702e4d118ad3b26125239563d8\n"
    },
    {
      "commit": "f2f93615831e98c9a847eb9cf497c415fa50b607",
      "tree": "ea6a9ed3062940253c78d774973c1f6f4b73324d",
      "parents": [
        "ba808d71236c5c9deca01f0e2938cae983564940",
        "f7f83fe63937d117ae0776c1d6b8513dbaa8db3e"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Tue Sep 18 06:59:51 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Tue Sep 18 06:59:51 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "ba808d71236c5c9deca01f0e2938cae983564940",
      "tree": "ea6a9ed3062940253c78d774973c1f6f4b73324d",
      "parents": [
        "dbe66d6783c1e53cd1572de0ef6ef6fdf6f76f48"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Sep 17 15:39:40 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Sep 17 15:41:12 2012 -0700"
      },
      "message": "Fix intrinsic threading.\n\nChange-Id: If6fdf286cc37b975953d66f41713f2dec52898b0\n"
    },
    {
      "commit": "dbe66d6783c1e53cd1572de0ef6ef6fdf6f76f48",
      "tree": "51103b76560e70b15b55d123f0104a0bea6dd94a",
      "parents": [
        "3d5a9be726acf2b7785e91f6bff157c2c8635690"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Sep 17 13:54:41 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Sep 17 15:26:27 2012 -0700"
      },
      "message": "Add backed for script groups.\n\nChange-Id: If2fdbde7381fcdaeb54d41a913b855fd83d4f186\n"
    },
    {
      "commit": "f7f83fe63937d117ae0776c1d6b8513dbaa8db3e",
      "tree": "49aab2684b253586f47d73d1a5e7d1571ae9cbe2",
      "parents": [
        "3d5a9be726acf2b7785e91f6bff157c2c8635690",
        "ad819755b859ea5cf91047066e9d532ad3eccc9b"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sun Sep 16 17:12:26 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sun Sep 16 17:12:26 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "3d5a9be726acf2b7785e91f6bff157c2c8635690",
      "tree": "49aab2684b253586f47d73d1a5e7d1571ae9cbe2",
      "parents": [
        "d85e283087ecd00760a0d8d0c9d8482cda845efc"
      ],
      "author": {
        "name": "Ying Wang",
        "email": "wangying@google.com",
        "time": "Sun Sep 16 13:30:46 2012 -0700"
      },
      "committer": {
        "name": "Ying Wang",
        "email": "wangying@google.com",
        "time": "Sun Sep 16 13:30:46 2012 -0700"
      },
      "message": "Remove circular dependency.\n\nChange-Id: Iec202ca256158ed4d021bbac943d1b1fb5d15e7d\n"
    },
    {
      "commit": "ad819755b859ea5cf91047066e9d532ad3eccc9b",
      "tree": "de1eb5a68c4f34db774b266f89124c43be5355c1",
      "parents": [
        "d85e283087ecd00760a0d8d0c9d8482cda845efc",
        "0e953aa4e283ae4df50e2a7eab624018c3738b90"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Sep 12 06:59:51 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Sep 12 06:59:51 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "d85e283087ecd00760a0d8d0c9d8482cda845efc",
      "tree": "de1eb5a68c4f34db774b266f89124c43be5355c1",
      "parents": [
        "91519505fc9c71cf7cdbb299541965debeaa13be"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 11 16:04:27 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 11 16:04:27 2012 -0700"
      },
      "message": "Implement intrinsics.\n\nLUT, Blur, Convolve 5x5\n\nChange-Id: I076dc260079f4475648a7f1a0b3e6d47655bf0b4\n"
    },
    {
      "commit": "91519505fc9c71cf7cdbb299541965debeaa13be",
      "tree": "9a238741a0d92d12d89ecd6ca87d6a6e45ea932b",
      "parents": [
        "31da039f044d7261dc7930b1418bfeaee0bc5d8f",
        "91dfcdb0f9d5402c26dd65d26d1163f05c2f1e50"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Tue Sep 11 15:22:08 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 11 15:22:09 2012 -0700"
      },
      "message": "Merge \"Provide an easy way to drop in a different RS driver.\" into jb-mr1-dev"
    },
    {
      "commit": "31da039f044d7261dc7930b1418bfeaee0bc5d8f",
      "tree": "0bea5211c722d85e8d254695aed1f1a696cd711c",
      "parents": [
        "2085eb0eab322007cf0d50e82a42595773ccae19",
        "5359ef6790bad7a36b3aad97f5c859d4635bd926"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Tue Sep 11 11:21:00 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Sep 11 11:21:00 2012 -0700"
      },
      "message": "am 5359ef67: am 2f6d7e5a: Merge \"Fix symbol table for libRS MatrixTranspose\"\n\n* commit \u00275359ef6790bad7a36b3aad97f5c859d4635bd926\u0027:\n  Fix symbol table for libRS MatrixTranspose\n"
    },
    {
      "commit": "5359ef6790bad7a36b3aad97f5c859d4635bd926",
      "tree": "02d0ef2934a79626276696f0de6139919a71329f",
      "parents": [
        "0687cec66d6fe9e7524685476aa6e096cde28c0c",
        "2f6d7e5a2dabdd47d6b395bb78f385ae34c96208"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Tue Sep 11 11:17:03 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Tue Sep 11 11:17:03 2012 -0700"
      },
      "message": "am 2f6d7e5a: Merge \"Fix symbol table for libRS MatrixTranspose\"\n\n* commit \u00272f6d7e5a2dabdd47d6b395bb78f385ae34c96208\u0027:\n  Fix symbol table for libRS MatrixTranspose\n"
    },
    {
      "commit": "2f6d7e5a2dabdd47d6b395bb78f385ae34c96208",
      "tree": "9a32f87a4402f9a690f7a5c13e303d374746b63e",
      "parents": [
        "cb3416886439535710339d34f1b4c276d2ea6c8e",
        "c84b56e55737376b43a00531bffacae7d4716a31"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Tue Sep 11 10:05:01 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Tue Sep 11 10:05:02 2012 -0700"
      },
      "message": "Merge \"Fix symbol table for libRS MatrixTranspose\""
    },
    {
      "commit": "c84b56e55737376b43a00531bffacae7d4716a31",
      "tree": "9a32f87a4402f9a690f7a5c13e303d374746b63e",
      "parents": [
        "cb3416886439535710339d34f1b4c276d2ea6c8e"
      ],
      "author": {
        "name": "yuyan",
        "email": "yuyan@multicorewareinc.com",
        "time": "Tue Sep 11 15:10:14 2012 +0800"
      },
      "committer": {
        "name": "yuyan",
        "email": "yuyan@multicorewareinc.com",
        "time": "Tue Sep 11 15:22:45 2012 +0800"
      },
      "message": "Fix symbol table for libRS MatrixTranspose\n\nThe renderscript runtime api: rsMatrixTranspose3x3 and\nrsMatrixTranspose2x2 are not correctly exported in the symbol table.\n\nThis fix corrected the typo of the symbol name.\n\nChange-Id: I0a11b4346ae83aa87938f60a6afd619f1dfd8ed0\nSigned-off-by: yuyan \u003cyuyan@multicorewareinc.com\u003e\n"
    },
    {
      "commit": "0e953aa4e283ae4df50e2a7eab624018c3738b90",
      "tree": "e31f3d26bdb80bab0632fd90d3939e5071c925ef",
      "parents": [
        "2085eb0eab322007cf0d50e82a42595773ccae19",
        "78ec069c61ac0e12a823cde7ee51512e03a26808"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sun Sep 09 07:00:29 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Sun Sep 09 07:00:29 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "91dfcdb0f9d5402c26dd65d26d1163f05c2f1e50",
      "tree": "94cac8a74510b1cde1f694c810eb4cca924a34aa",
      "parents": [
        "2085eb0eab322007cf0d50e82a42595773ccae19"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Fri Sep 07 18:23:35 2012 -0700"
      },
      "committer": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Fri Sep 07 20:17:02 2012 -0700"
      },
      "message": "Provide an easy way to drop in a different RS driver.\n\nChange-Id: I2576f0ca20671b1f98e3cbed958fd0b2582bd103\n"
    },
    {
      "commit": "2085eb0eab322007cf0d50e82a42595773ccae19",
      "tree": "e31f3d26bdb80bab0632fd90d3939e5071c925ef",
      "parents": [
        "414a46166126da6864258bd25ff183f9a3c6261d",
        "40945e01597adaed9e728a14a17bf4a35452abd5"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Sep 07 15:53:45 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Fri Sep 07 15:53:46 2012 -0700"
      },
      "message": "Merge \"Fix bugs in optimized colorMatrix.\" into jb-mr1-dev"
    },
    {
      "commit": "40945e01597adaed9e728a14a17bf4a35452abd5",
      "tree": "9c938b217bbf6183f931902a0fbae53042d21a81",
      "parents": [
        "537c4411b57ba30b688f437a663120e7f9c4f4e0"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Sep 07 15:51:52 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Sep 07 15:51:52 2012 -0700"
      },
      "message": "Fix bugs in optimized colorMatrix.\n\nChange-Id: I4f8dd481f8ce72c2b8ef8586e9cee02b7c969f82\n"
    },
    {
      "commit": "414a46166126da6864258bd25ff183f9a3c6261d",
      "tree": "6c67bb0293e4aa6594a0707533350154ae35d967",
      "parents": [
        "17de8e2330e7fb3206c43b7cf8de248208c893e6"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Sep 05 18:05:08 2012 -0700"
      },
      "committer": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Sep 06 15:14:59 2012 -0700"
      },
      "message": "Attempt to create libRSDriver as shared library.\n\nChange-Id: I047b32325efe2fa471b73c48fa7296beecc0c47d\n"
    },
    {
      "commit": "17de8e2330e7fb3206c43b7cf8de248208c893e6",
      "tree": "5f8875fad09300797e19deba64e2298883f9b841",
      "parents": [
        "537c4411b57ba30b688f437a663120e7f9c4f4e0",
        "0687cec66d6fe9e7524685476aa6e096cde28c0c"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Sep 06 15:04:07 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Sep 06 15:04:07 2012 -0700"
      },
      "message": "am 0687cec6: am cb341688: Merge \"Correctly align mSendBuffer to contain doubles.\"\n\n* commit \u00270687cec66d6fe9e7524685476aa6e096cde28c0c\u0027:\n  Correctly align mSendBuffer to contain doubles.\n"
    },
    {
      "commit": "0687cec66d6fe9e7524685476aa6e096cde28c0c",
      "tree": "9b3292eb47250cd9a972eb2abb670d19a01702ae",
      "parents": [
        "159f84a4e05fad785818fc1bdd790f9f06835fa4",
        "cb3416886439535710339d34f1b4c276d2ea6c8e"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Sep 06 15:00:32 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Sep 06 15:00:32 2012 -0700"
      },
      "message": "am cb341688: Merge \"Correctly align mSendBuffer to contain doubles.\"\n\n* commit \u0027cb3416886439535710339d34f1b4c276d2ea6c8e\u0027:\n  Correctly align mSendBuffer to contain doubles.\n"
    },
    {
      "commit": "cb3416886439535710339d34f1b4c276d2ea6c8e",
      "tree": "55faf69878e03ed5b155b48c94e9aa79d97a12e6",
      "parents": [
        "9dc5d30b852a60ab748819adc6bf6586a5a14423",
        "a05e8dd9ab8ad582505389035f14d68e83664438"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Sep 06 14:49:25 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Sep 06 14:49:26 2012 -0700"
      },
      "message": "Merge \"Correctly align mSendBuffer to contain doubles.\""
    },
    {
      "commit": "a05e8dd9ab8ad582505389035f14d68e83664438",
      "tree": "55faf69878e03ed5b155b48c94e9aa79d97a12e6",
      "parents": [
        "9dc5d30b852a60ab748819adc6bf6586a5a14423"
      ],
      "author": {
        "name": "Vladimir Stefanovic",
        "email": "vladimir.stefanovic@rt-rk.com",
        "time": "Wed Sep 05 19:46:02 2012 +0200"
      },
      "committer": {
        "name": "Raghu Gandham",
        "email": "raghu@mips.com",
        "time": "Thu Sep 06 11:22:21 2012 -0700"
      },
      "message": "Correctly align mSendBuffer to contain doubles.\n\nWhen mSendBuffer contains struct RS_CMD_ScriptSetVarD_rec, its third\nparameter is double, and thus mSendBuffer has to be aligned to the\nsize of double. Otherwise unaligned read exception occurs on MIPS.\n\nChange-Id: I938f393f7c9cf051842e46d68a05cc99f4062203\n"
    },
    {
      "commit": "78ec069c61ac0e12a823cde7ee51512e03a26808",
      "tree": "7bf09350ad864de6b86fdfdf6cd6de3abf8ad0bd",
      "parents": [
        "537c4411b57ba30b688f437a663120e7f9c4f4e0",
        "3a8b9c73602cf515a2ddf41a8cef27532b2eb720"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Thu Sep 06 06:34:11 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Thu Sep 06 06:34:11 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "3a8b9c73602cf515a2ddf41a8cef27532b2eb720",
      "tree": "8f27507b8f5fb3d3bb6a2add1962d05e905548d5",
      "parents": [
        "e1e08b4c9cc80c51224fdaf3aeab0804daf073e6",
        "820c466bea369f699f23fc5394a9770c4d48ba31"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Sep 05 06:34:03 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Sep 05 06:34:03 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "537c4411b57ba30b688f437a663120e7f9c4f4e0",
      "tree": "7bf09350ad864de6b86fdfdf6cd6de3abf8ad0bd",
      "parents": [
        "e1e08b4c9cc80c51224fdaf3aeab0804daf073e6"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 04 19:55:55 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 04 19:55:55 2012 -0700"
      },
      "message": "Implement ColorMatrix intrinsic.\n\nChange-Id: I1b1f864f55c0a7c6b24eeed94594f6fc803242f6\n"
    },
    {
      "commit": "e1e08b4c9cc80c51224fdaf3aeab0804daf073e6",
      "tree": "8f27507b8f5fb3d3bb6a2add1962d05e905548d5",
      "parents": [
        "6d958bc9ac6efc404be2b502c5c579e00837bff1"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 04 16:49:19 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 04 16:49:19 2012 -0700"
      },
      "message": "Continue intrinsic development\n\nFix build issues with neon code\nAdd support for multiple intrinsics.\n\nChange-Id: I3eb35ed47364b0df27ff14c99e4a5a2036fc4db0\n"
    },
    {
      "commit": "6d958bc9ac6efc404be2b502c5c579e00837bff1",
      "tree": "aeb28fcdf04992f3b8158592697a789a62a6d59c",
      "parents": [
        "49202fbfe57d2cc92b183baa8cbce3141e9a9ead"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Sep 04 15:14:05 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Sep 04 15:14:05 2012 -0700"
      },
      "message": "Revert \"Fix intrinsic performance.\"\n\nThis reverts commit 49202fbfe57d2cc92b183baa8cbce3141e9a9ead\n\nChange-Id: I01a12869b09322b10bb8ce8daec446361a0628ed\n"
    },
    {
      "commit": "49202fbfe57d2cc92b183baa8cbce3141e9a9ead",
      "tree": "e36d7a6c8c6a7229c8c2c214162f51c85370c8af",
      "parents": [
        "6146238d58f914547c89b3a8cda9cccaa34f84a0"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Aug 31 18:53:11 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Fri Aug 31 18:53:11 2012 -0700"
      },
      "message": "Fix intrinsic performance.\n\nChange-Id: I0bd511e8e7520f5dfe8643f3ff3db805b7881d99\n"
    },
    {
      "commit": "820c466bea369f699f23fc5394a9770c4d48ba31",
      "tree": "aeb28fcdf04992f3b8158592697a789a62a6d59c",
      "parents": [
        "6146238d58f914547c89b3a8cda9cccaa34f84a0",
        "e1ec327443b7d7ba33838fd75dd9127c0fa90679"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Thu Aug 30 06:34:02 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Thu Aug 30 06:34:02 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "6146238d58f914547c89b3a8cda9cccaa34f84a0",
      "tree": "aeb28fcdf04992f3b8158592697a789a62a6d59c",
      "parents": [
        "392a7dc4e81498a71d7bb2258b41acf9c2276b13"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Aug 29 11:57:40 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Wed Aug 29 11:58:19 2012 -0700"
      },
      "message": "Cache element type in allocation hal.\n\nChange-Id: I7351eab942dd8d46b8a4aac1f501f33d4d2e463b\n"
    },
    {
      "commit": "e1ec327443b7d7ba33838fd75dd9127c0fa90679",
      "tree": "d3256c0e4e52f9b196ee59118a8973cded30ec72",
      "parents": [
        "392a7dc4e81498a71d7bb2258b41acf9c2276b13",
        "1fbd1def6a4090c674bba8696cda4d57937acbef"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Tue Aug 28 06:33:52 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Tue Aug 28 06:33:52 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "392a7dc4e81498a71d7bb2258b41acf9c2276b13",
      "tree": "d3256c0e4e52f9b196ee59118a8973cded30ec72",
      "parents": [
        "aafecd90552dfdb982c27f1f08e4f86af7b5ea79",
        "17f03fc9552551024fa9ec50e3b020c7e3100cee"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Mon Aug 27 19:45:37 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Mon Aug 27 19:45:38 2012 -0700"
      },
      "message": "Merge \"Generalize intrinsics\" into jb-mr1-dev"
    },
    {
      "commit": "aafecd90552dfdb982c27f1f08e4f86af7b5ea79",
      "tree": "39fcbe6db6f065101074c98da8970a83d4df0d4b",
      "parents": [
        "120bb4991bb2236fa798e6d900b9383147cec644",
        "159f84a4e05fad785818fc1bdd790f9f06835fa4"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Fri Aug 24 07:30:18 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Aug 24 07:30:18 2012 -0700"
      },
      "message": "am 159f84a4: am 3fb79e36: am 9dc5d30b: Merge \"Fix build. New clang has stricter checking.\"\n\n* commit \u0027159f84a4e05fad785818fc1bdd790f9f06835fa4\u0027:\n  Fix build. New clang has stricter checking.\n"
    },
    {
      "commit": "120bb4991bb2236fa798e6d900b9383147cec644",
      "tree": "39fcbe6db6f065101074c98da8970a83d4df0d4b",
      "parents": [
        "91c2b868cefb983ad64db59eb9d8e0d8c355340a",
        "ca5011dbcfcdf6d9ec267658bb1f18d907f6044e"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Fri Aug 24 07:30:16 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Fri Aug 24 07:30:16 2012 -0700"
      },
      "message": "am ca5011db: am 83d07f19: am 47771791: Merge \"Fixed class previously declared as struct warning\"\n\n* commit \u0027ca5011dbcfcdf6d9ec267658bb1f18d907f6044e\u0027:\n  Fixed class previously declared as struct warning\n"
    },
    {
      "commit": "159f84a4e05fad785818fc1bdd790f9f06835fa4",
      "tree": "14453cb52083008de34526c5c8d151b666099f65",
      "parents": [
        "ca5011dbcfcdf6d9ec267658bb1f18d907f6044e",
        "3fb79e3664159ce412fc155429e852b1923de381"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Aug 23 16:17:13 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 16:17:13 2012 -0700"
      },
      "message": "am 3fb79e36: am 9dc5d30b: Merge \"Fix build. New clang has stricter checking.\"\n\n* commit \u00273fb79e3664159ce412fc155429e852b1923de381\u0027:\n  Fix build. New clang has stricter checking.\n"
    },
    {
      "commit": "3fb79e3664159ce412fc155429e852b1923de381",
      "tree": "14453cb52083008de34526c5c8d151b666099f65",
      "parents": [
        "83d07f19945918b91c290143cb1be3a0126c61de",
        "9dc5d30b852a60ab748819adc6bf6586a5a14423"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Aug 23 16:15:46 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 16:15:46 2012 -0700"
      },
      "message": "am 9dc5d30b: Merge \"Fix build. New clang has stricter checking.\"\n\n* commit \u00279dc5d30b852a60ab748819adc6bf6586a5a14423\u0027:\n  Fix build. New clang has stricter checking.\n"
    },
    {
      "commit": "9dc5d30b852a60ab748819adc6bf6586a5a14423",
      "tree": "b51c5e8f1bf631df1cff0e291a9b9ce1a6a84e1f",
      "parents": [
        "477717912d7bff1c0de856d26abb83d53c7cd66c",
        "bac597db0e91341af9fae6075ad53e280d0d8be5"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Aug 23 15:39:17 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 23 15:39:18 2012 -0700"
      },
      "message": "Merge \"Fix build. New clang has stricter checking.\""
    },
    {
      "commit": "bac597db0e91341af9fae6075ad53e280d0d8be5",
      "tree": "a10d8e7bb36b1b9dbecc7cb6dbe9da2b6210322f",
      "parents": [
        "72f3ad8f09ba073882f2005aeb70b2436a253cc5"
      ],
      "author": {
        "name": "Shih-wei Liao",
        "email": "sliao@google.com",
        "time": "Fri Aug 03 04:24:33 2012 -0700"
      },
      "committer": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Aug 23 15:35:11 2012 -0700"
      },
      "message": "Fix build. New clang has stricter checking.\n\nChange-Id: I1c8a826f41ed9fa503ce0545d85c198a5151ab6e\n"
    },
    {
      "commit": "ca5011dbcfcdf6d9ec267658bb1f18d907f6044e",
      "tree": "1c1c0494fc1eb01ffc937dbfa59f013b728ebec1",
      "parents": [
        "98743d2b3d1df3c9937c89d7fdb3952558f61330",
        "83d07f19945918b91c290143cb1be3a0126c61de"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 23 15:14:04 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 15:14:04 2012 -0700"
      },
      "message": "am 83d07f19: am 47771791: Merge \"Fixed class previously declared as struct warning\"\n\n* commit \u002783d07f19945918b91c290143cb1be3a0126c61de\u0027:\n  Fixed class previously declared as struct warning\n"
    },
    {
      "commit": "83d07f19945918b91c290143cb1be3a0126c61de",
      "tree": "1c1c0494fc1eb01ffc937dbfa59f013b728ebec1",
      "parents": [
        "f2bc81da612ced93275ab0a5528f197185b8c561",
        "477717912d7bff1c0de856d26abb83d53c7cd66c"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 23 15:11:13 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 15:11:13 2012 -0700"
      },
      "message": "am 47771791: Merge \"Fixed class previously declared as struct warning\"\n\n* commit \u0027477717912d7bff1c0de856d26abb83d53c7cd66c\u0027:\n  Fixed class previously declared as struct warning\n"
    },
    {
      "commit": "477717912d7bff1c0de856d26abb83d53c7cd66c",
      "tree": "5b33be3144a7a55fa6fa14c9e1126cf9c35ab814",
      "parents": [
        "fd729de5423b31e2c245d857ebaa2fc1c09fd87e",
        "f74b9d9b2b8680f0d841107eb082c36e0ab92159"
      ],
      "author": {
        "name": "Jean-Baptiste Queru",
        "email": "jbq@google.com",
        "time": "Thu Aug 23 14:25:11 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Thu Aug 23 14:25:12 2012 -0700"
      },
      "message": "Merge \"Fixed class previously declared as struct warning\""
    },
    {
      "commit": "91c2b868cefb983ad64db59eb9d8e0d8c355340a",
      "tree": "39fcbe6db6f065101074c98da8970a83d4df0d4b",
      "parents": [
        "188232d740630b6b5ab16b22961eeea8483b5fd8",
        "98743d2b3d1df3c9937c89d7fdb3952558f61330"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Aug 23 12:34:43 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 12:34:43 2012 -0700"
      },
      "message": "am 98743d2b: (-s ours) am f2bc81da: (-s ours) am fd729de5: (-s ours) Merge \"DO NOT MERGE - Fix stale realloc pointers.\"\n\n* commit \u002798743d2b3d1df3c9937c89d7fdb3952558f61330\u0027:\n  DO NOT MERGE - Fix stale realloc pointers.\n"
    },
    {
      "commit": "188232d740630b6b5ab16b22961eeea8483b5fd8",
      "tree": "39fcbe6db6f065101074c98da8970a83d4df0d4b",
      "parents": [
        "581097c616e56358025c5e76d1779308c620321f",
        "4d0cb4c0b8fca72d70f61c03f32c8a9bbdc2db75"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Aug 23 12:34:43 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 12:34:43 2012 -0700"
      },
      "message": "am 4d0cb4c0: (-s ours) am 2ca2b9fb: (-s ours) am 417d6589: (-s ours) Merge \"DO NOT MERGE - Cleanup pointer access in adapter and font.\"\n\n* commit \u00274d0cb4c0b8fca72d70f61c03f32c8a9bbdc2db75\u0027:\n  DO NOT MERGE - Cleanup pointer access in adapter and font.\n"
    },
    {
      "commit": "581097c616e56358025c5e76d1779308c620321f",
      "tree": "39fcbe6db6f065101074c98da8970a83d4df0d4b",
      "parents": [
        "d7a5dd9cc42887b8612ad262d0ee41c491205358",
        "f4236fa4754c85951710d9cf0d3fb9f507985314"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Aug 23 12:34:42 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 12:34:42 2012 -0700"
      },
      "message": "am f4236fa4: (-s ours) am 73018ee9: (-s ours) am 7e070a1f: (-s ours) Merge \"DO NOT MERGE - Move memory layout to driver.\"\n\n* commit \u0027f4236fa4754c85951710d9cf0d3fb9f507985314\u0027:\n  DO NOT MERGE - Move memory layout to driver.\n"
    },
    {
      "commit": "d7a5dd9cc42887b8612ad262d0ee41c491205358",
      "tree": "39fcbe6db6f065101074c98da8970a83d4df0d4b",
      "parents": [
        "41d6c769f5fa21da3cbc116af95d88949a4a5c76",
        "7c220b78ca620110965fb77ea3d91c1ea12cb487"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Thu Aug 23 12:34:41 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Thu Aug 23 12:34:41 2012 -0700"
      },
      "message": "am 7c220b78: (-s ours) am 10bbadf3: (-s ours) am 1a1b0f9e: (-s ours) Merge \"DO NOT MERGE - Plumb context through for serialization.\"\n\n* commit \u00277c220b78ca620110965fb77ea3d91c1ea12cb487\u0027:\n  DO NOT MERGE - Plumb context through for serialization.\n"
    },
    {
      "commit": "f74b9d9b2b8680f0d841107eb082c36e0ab92159",
      "tree": "5b33be3144a7a55fa6fa14c9e1126cf9c35ab814",
      "parents": [
        "fd729de5423b31e2c245d857ebaa2fc1c09fd87e"
      ],
      "author": {
        "name": "Tareq A. Siraj",
        "email": "tareq.a.siraj@intel.com",
        "time": "Wed Aug 08 14:31:30 2012 -0400"
      },
      "committer": {
        "name": "Edwin Vane",
        "email": "edwin.vane@intel.com",
        "time": "Thu Aug 23 14:14:13 2012 -0400"
      },
      "message": "Fixed class previously declared as struct warning\n\nChange-Id: I381fdbff12312970e262a1ec35bf2a6aac27425c\nAuthor: Tareq A. Siraj \u003ctareq.a.siraj@intel.com\u003e\nReviewed-by: Kevin Schoedel \u003ckevin.p.schoedel@intel.com\u003e\n"
    },
    {
      "commit": "98743d2b3d1df3c9937c89d7fdb3952558f61330",
      "tree": "c3afe165fdc6db4dbd9bdc1dafa87d8a2f67a60f",
      "parents": [
        "4d0cb4c0b8fca72d70f61c03f32c8a9bbdc2db75",
        "f2bc81da612ced93275ab0a5528f197185b8c561"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:26:16 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 22 14:26:16 2012 -0700"
      },
      "message": "am f2bc81da: (-s ours) am fd729de5: (-s ours) Merge \"DO NOT MERGE - Fix stale realloc pointers.\"\n\n* commit \u0027f2bc81da612ced93275ab0a5528f197185b8c561\u0027:\n  DO NOT MERGE - Fix stale realloc pointers.\n"
    },
    {
      "commit": "4d0cb4c0b8fca72d70f61c03f32c8a9bbdc2db75",
      "tree": "c3afe165fdc6db4dbd9bdc1dafa87d8a2f67a60f",
      "parents": [
        "f4236fa4754c85951710d9cf0d3fb9f507985314",
        "2ca2b9fb9efd72dc084cb9d78346bb914611285c"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:26:12 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 22 14:26:12 2012 -0700"
      },
      "message": "am 2ca2b9fb: (-s ours) am 417d6589: (-s ours) Merge \"DO NOT MERGE - Cleanup pointer access in adapter and font.\"\n\n* commit \u00272ca2b9fb9efd72dc084cb9d78346bb914611285c\u0027:\n  DO NOT MERGE - Cleanup pointer access in adapter and font.\n"
    },
    {
      "commit": "f4236fa4754c85951710d9cf0d3fb9f507985314",
      "tree": "c3afe165fdc6db4dbd9bdc1dafa87d8a2f67a60f",
      "parents": [
        "7c220b78ca620110965fb77ea3d91c1ea12cb487",
        "73018ee9e17fdf502a01d3a8430af0ce34543bc5"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:26:11 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 22 14:26:11 2012 -0700"
      },
      "message": "am 73018ee9: (-s ours) am 7e070a1f: (-s ours) Merge \"DO NOT MERGE - Move memory layout to driver.\"\n\n* commit \u002773018ee9e17fdf502a01d3a8430af0ce34543bc5\u0027:\n  DO NOT MERGE - Move memory layout to driver.\n"
    },
    {
      "commit": "7c220b78ca620110965fb77ea3d91c1ea12cb487",
      "tree": "c3afe165fdc6db4dbd9bdc1dafa87d8a2f67a60f",
      "parents": [
        "72f3ad8f09ba073882f2005aeb70b2436a253cc5",
        "10bbadf3451ea390f6452e05b8930f73dd0b72d8"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:26:11 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 22 14:26:11 2012 -0700"
      },
      "message": "am 10bbadf3: (-s ours) am 1a1b0f9e: (-s ours) Merge \"DO NOT MERGE - Plumb context through for serialization.\"\n\n* commit \u002710bbadf3451ea390f6452e05b8930f73dd0b72d8\u0027:\n  DO NOT MERGE - Plumb context through for serialization.\n"
    },
    {
      "commit": "f2bc81da612ced93275ab0a5528f197185b8c561",
      "tree": "c3afe165fdc6db4dbd9bdc1dafa87d8a2f67a60f",
      "parents": [
        "2ca2b9fb9efd72dc084cb9d78346bb914611285c",
        "fd729de5423b31e2c245d857ebaa2fc1c09fd87e"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:24:32 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 22 14:24:32 2012 -0700"
      },
      "message": "am fd729de5: (-s ours) Merge \"DO NOT MERGE - Fix stale realloc pointers.\"\n\n* commit \u0027fd729de5423b31e2c245d857ebaa2fc1c09fd87e\u0027:\n  DO NOT MERGE - Fix stale realloc pointers.\n"
    },
    {
      "commit": "2ca2b9fb9efd72dc084cb9d78346bb914611285c",
      "tree": "c3afe165fdc6db4dbd9bdc1dafa87d8a2f67a60f",
      "parents": [
        "73018ee9e17fdf502a01d3a8430af0ce34543bc5",
        "417d65897d40e7eacaff3837a1392c5f85d34868"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:24:32 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 22 14:24:32 2012 -0700"
      },
      "message": "am 417d6589: (-s ours) Merge \"DO NOT MERGE - Cleanup pointer access in adapter and font.\"\n\n* commit \u0027417d65897d40e7eacaff3837a1392c5f85d34868\u0027:\n  DO NOT MERGE - Cleanup pointer access in adapter and font.\n"
    },
    {
      "commit": "73018ee9e17fdf502a01d3a8430af0ce34543bc5",
      "tree": "c3afe165fdc6db4dbd9bdc1dafa87d8a2f67a60f",
      "parents": [
        "10bbadf3451ea390f6452e05b8930f73dd0b72d8",
        "7e070a1f76a8137e2009f3789682763798fb4f98"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:24:31 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 22 14:24:31 2012 -0700"
      },
      "message": "am 7e070a1f: (-s ours) Merge \"DO NOT MERGE - Move memory layout to driver.\"\n\n* commit \u00277e070a1f76a8137e2009f3789682763798fb4f98\u0027:\n  DO NOT MERGE - Move memory layout to driver.\n"
    },
    {
      "commit": "10bbadf3451ea390f6452e05b8930f73dd0b72d8",
      "tree": "c3afe165fdc6db4dbd9bdc1dafa87d8a2f67a60f",
      "parents": [
        "72f3ad8f09ba073882f2005aeb70b2436a253cc5",
        "1a1b0f9ed5f5cc908d5011f96181065af4bdf606"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:24:30 2012 -0700"
      },
      "committer": {
        "name": "Android Git Automerger",
        "email": "android-git-automerger@android.com",
        "time": "Wed Aug 22 14:24:30 2012 -0700"
      },
      "message": "am 1a1b0f9e: (-s ours) Merge \"DO NOT MERGE - Plumb context through for serialization.\"\n\n* commit \u00271a1b0f9ed5f5cc908d5011f96181065af4bdf606\u0027:\n  DO NOT MERGE - Plumb context through for serialization.\n"
    },
    {
      "commit": "fd729de5423b31e2c245d857ebaa2fc1c09fd87e",
      "tree": "bfa152034d9970e6fca3b59d817e7fe491f76fae",
      "parents": [
        "417d65897d40e7eacaff3837a1392c5f85d34868",
        "5b9be087cf874fa3282c6e5c83da09a6d218ecf4"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:06:30 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Aug 22 14:06:30 2012 -0700"
      },
      "message": "Merge \"DO NOT MERGE - Fix stale realloc pointers.\""
    },
    {
      "commit": "417d65897d40e7eacaff3837a1392c5f85d34868",
      "tree": "7cf8bc6a53e7585a6bc9f0703a2dea477d604b34",
      "parents": [
        "7e070a1f76a8137e2009f3789682763798fb4f98",
        "0db650c7aff639f24e9c6a651abd4539cb943609"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:06:24 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Aug 22 14:06:24 2012 -0700"
      },
      "message": "Merge \"DO NOT MERGE - Cleanup pointer access in adapter and font.\""
    },
    {
      "commit": "7e070a1f76a8137e2009f3789682763798fb4f98",
      "tree": "267e54efefbcda15fc5646c2d84f843136b7f44b",
      "parents": [
        "1a1b0f9ed5f5cc908d5011f96181065af4bdf606",
        "57dc11a5eb5a92d2bc7070ad3392b12047dd9adc"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:06:18 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Aug 22 14:06:19 2012 -0700"
      },
      "message": "Merge \"DO NOT MERGE - Move memory layout to driver.\""
    },
    {
      "commit": "1a1b0f9ed5f5cc908d5011f96181065af4bdf606",
      "tree": "1b64298f642bb4a02db5772e9304391fc5a9186c",
      "parents": [
        "72f3ad8f09ba073882f2005aeb70b2436a253cc5",
        "43e319386de1de0d72050b62ab37d0209bda1230"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Wed Aug 22 14:06:11 2012 -0700"
      },
      "committer": {
        "name": "android code review",
        "email": "noreply-gerritcodereview@google.com",
        "time": "Wed Aug 22 14:06:11 2012 -0700"
      },
      "message": "Merge \"DO NOT MERGE - Plumb context through for serialization.\""
    },
    {
      "commit": "1fbd1def6a4090c674bba8696cda4d57937acbef",
      "tree": "39fcbe6db6f065101074c98da8970a83d4df0d4b",
      "parents": [
        "41d6c769f5fa21da3cbc116af95d88949a4a5c76",
        "aec4653c4b73d1ae86534cf560e11a70e1f908dc"
      ],
      "author": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Aug 22 06:33:49 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Wed Aug 22 06:33:49 2012 -0700"
      },
      "message": "merge in jb-mr1-release history after reset to jb-mr1-dev\n"
    },
    {
      "commit": "17f03fc9552551024fa9ec50e3b020c7e3100cee",
      "tree": "d3256c0e4e52f9b196ee59118a8973cded30ec72",
      "parents": [
        "41d6c769f5fa21da3cbc116af95d88949a4a5c76"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Aug 21 18:30:01 2012 -0700"
      },
      "committer": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Aug 21 18:30:01 2012 -0700"
      },
      "message": "Generalize intrinsics\n\nChange-Id: Ib11dec1702eab8c24f76d2b3a5b0791ab27205fc\n"
    },
    {
      "commit": "5b9be087cf874fa3282c6e5c83da09a6d218ecf4",
      "tree": "bfa152034d9970e6fca3b59d817e7fe491f76fae",
      "parents": [
        "0db650c7aff639f24e9c6a651abd4539cb943609"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Aug 21 13:54:42 2012 -0700"
      },
      "committer": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Tue Aug 21 17:51:43 2012 -0700"
      },
      "message": "DO NOT MERGE - Fix stale realloc pointers.\n\nbug 6886608\n\nChange-Id: Icc96f17e20be1023187efa075c001ad1c46792d0\n"
    },
    {
      "commit": "41d6c769f5fa21da3cbc116af95d88949a4a5c76",
      "tree": "39fcbe6db6f065101074c98da8970a83d4df0d4b",
      "parents": [
        "ff59947fcae3b19bcc5bafb50baa9f68cb7aa5c9"
      ],
      "author": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Tue Aug 21 17:07:38 2012 -0700"
      },
      "committer": {
        "name": "Stephen Hines",
        "email": "srhines@google.com",
        "time": "Tue Aug 21 17:09:26 2012 -0700"
      },
      "message": "Clean up useless code, logging, and a typo.\n\nChange-Id: I8c2296e7f60037907a969bcaf1746644e32868c3\n"
    },
    {
      "commit": "aec4653c4b73d1ae86534cf560e11a70e1f908dc",
      "tree": "a7fbc5384fcf00dc113437fb25c4e2af378b214d",
      "parents": [
        "ff14cffc2ea6c7583051f61890b3cf830c084bdc"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Aug 21 13:54:42 2012 -0700"
      },
      "committer": {
        "name": "The Android Automerger",
        "email": "android-build@android.com",
        "time": "Tue Aug 21 15:39:52 2012 -0700"
      },
      "message": "Fix stale realloc pointers.\n\nbug 6886608\n\nChange-Id: Icc96f17e20be1023187efa075c001ad1c46792d0\n"
    },
    {
      "commit": "ff59947fcae3b19bcc5bafb50baa9f68cb7aa5c9",
      "tree": "a7fbc5384fcf00dc113437fb25c4e2af378b214d",
      "parents": [
        "7150c93a53882ab1b1850223fef8b4459d2f0bb4",
        "463bfced38d97605dd8403a5e9435d9ad3394e35"
      ],
      "author": {
        "name": "Jason Sams",
        "email": "jsams@google.com",
        "time": "Tue Aug 21 13:55:37 2012 -0700"
      },
      "committer": {
        "name": "Android (Google) Code Review",
        "email": "android-gerrit@google.com",
        "time": "Tue Aug 21 13:55:37 2012 -0700"
      },
      "message": "Merge \"Fix stale realloc pointers.\" into jb-mr1-dev"
    }
  ],
  "next": "463bfced38d97605dd8403a5e9435d9ad3394e35"
}
