)]}'
{
  "log": [
    {
      "commit": "745e9ad435ad10323d0f42da1f279ad3cae2dba3",
      "tree": "be1d7ab44d60a4f2561b025426faf52b8e92352c",
      "parents": [
        "64aa561f19710f21efa4768dc3599e182c4e9556"
      ],
      "author": {
        "name": "Eric Engestrom",
        "email": "eric@engestrom.ch",
        "time": "Tue Aug 24 00:08:36 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 23 15:08:36 2021 -0700"
      },
      "message": "extensions: add EGL_EXT_present_opaque (#132)\n\n* extensions: add EGL_EXT_present_opaque (#146)\r\n\r\n* EGL_EXT_present_opaque: v2, rewording EGL_FALSE behaviour and marking as Complete"
    },
    {
      "commit": "64aa561f19710f21efa4768dc3599e182c4e9556",
      "tree": "d24d963f3254d9f60b04210ef2a1f358538c6b95",
      "parents": [
        "12d8663bc71687f9c8bb6e3c7c7cd460cba1b98e"
      ],
      "author": {
        "name": "Kyle Brenneman",
        "email": "kbrenneman@users.noreply.github.com",
        "time": "Mon Aug 23 11:46:52 2021 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 23 10:46:52 2021 -0700"
      },
      "message": "Don\u0027t use Xlib headers by default. (#130)\n\nConceptually, defining EGLNativeDisplayType to Display* is simply incorrect,\r\nbecause it\u0027s not always going to be an Xlib display.\r\n\r\nIn practice, more and more programs and libraries are being built with EGL but\r\nwithout Xlib, and end up breaking when the Xlib headers are missing.\r\n\r\nRather than requiring every such program to define EGL_NO_X11, use the (void*)\r\ntypedef by default. The existing USE_X11 header can still preserve the current\r\nbehavior.\r\n\r\nThe change to EGLNativeDisplayType will be fine for eglGetDisplay, since you\r\ncan always pass a (Display *) as a (void *) parameter.\r\n\r\nThe EGLNativePixmapType and EGLNativeWindowType types don\u0027t change, because\r\nkhronos_uintptr_t and XID are both typedefs to unsigned long.\r\n\r\nThe only things that might break are calls to eglQueryNativeDisplayNV, or\r\nprograms that do need the Xlib headers and expect egl.h to include them. Both\r\nof those cases would be trivial to fix."
    },
    {
      "commit": "12d8663bc71687f9c8bb6e3c7c7cd460cba1b98e",
      "tree": "2a986da84300151cc58d1a16184da765c1d8889a",
      "parents": [
        "c3110ee1956ac5e56e626512230f159708262eda"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Sat Aug 14 07:38:59 2021 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Sat Aug 14 07:38:59 2021 -0700"
      },
      "message": "Update index.php\n"
    },
    {
      "commit": "c3110ee1956ac5e56e626512230f159708262eda",
      "tree": "c0660feabb5cb6a64ea83115090f1aaa89e84c68",
      "parents": [
        "22190d08039dd4768473af4ff58bc68b8e896fc0"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Thu Aug 12 16:21:20 2021 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Thu Aug 12 16:21:20 2021 -0700"
      },
      "message": "Yes, updates still work\n"
    },
    {
      "commit": "22190d08039dd4768473af4ff58bc68b8e896fc0",
      "tree": "2346417ef491baaeb091fb0c205aecca5cc77b05",
      "parents": [
        "c04403c4534e0183100f92f64905e824fb6b137e"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Thu Aug 12 16:20:53 2021 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Thu Aug 12 16:20:53 2021 -0700"
      },
      "message": "test updates on khronos.org\n"
    },
    {
      "commit": "c04403c4534e0183100f92f64905e824fb6b137e",
      "tree": "c0660feabb5cb6a64ea83115090f1aaa89e84c68",
      "parents": [
        "3dd5604d6791a0fdd102b665fe706ebf8737892b"
      ],
      "author": {
        "name": "Robert Mader",
        "email": "robert.mader@posteo.de",
        "time": "Tue Aug 03 17:10:34 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Aug 03 08:10:34 2021 -0700"
      },
      "message": "extensions: Add EGL_EXT_config_select_group (#124) (#124)\n\nThis extension will be used to allow picking EGL configs that\r\nare handled as transparent by X11 compositors."
    },
    {
      "commit": "3dd5604d6791a0fdd102b665fe706ebf8737892b",
      "tree": "a65f1c6c457adca812f026e55b4ab43f0fd246ea",
      "parents": [
        "dc0b58dca533c5882c38bc623d133190fff883a4"
      ],
      "author": {
        "name": "Kyle Brenneman",
        "email": "kbrenneman@users.noreply.github.com",
        "time": "Thu Jul 22 08:28:57 2021 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jul 22 07:28:57 2021 -0700"
      },
      "message": "Add eglQueryDeviceBinaryEXT to egl.xml. (#129)\n\nAdd the missing eglQueryDeviceBinaryEXT function for the\r\nEGL_EXT_device_persistent_id extension to egl.xml."
    },
    {
      "commit": "dc0b58dca533c5882c38bc623d133190fff883a4",
      "tree": "a52975a1de4c145fa2954ad0faba655dc828e46e",
      "parents": [
        "53f038f6fd43e25d8d20f2688f5500b3079e9f25"
      ],
      "author": {
        "name": "Robert Mader",
        "email": "robert.mader@posteo.de",
        "time": "Fri Jun 25 01:58:50 2021 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 24 16:58:50 2021 -0700"
      },
      "message": "Reserve enums 0x34C0..0x34CF for Robert Mader (for #124) (#128)\n\nand potential future extensions."
    },
    {
      "commit": "53f038f6fd43e25d8d20f2688f5500b3079e9f25",
      "tree": "791532b34921d874307fc3180fe9faae2c0c3db6",
      "parents": [
        "e8baa0bf39120803505c6e360e1e33af0d9b9745"
      ],
      "author": {
        "name": "James Jones",
        "email": "jajones@nvidia.com",
        "time": "Thu Jun 24 06:36:19 2021 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jun 24 06:36:19 2021 -0700"
      },
      "message": "extensions: Add EGL_EXT_device_drm_render_node (#127)\n\n* extensions: Add EGL_EXT_device_drm_render_node\r\n\r\n* Clarify interactions with EGL_EXT_device_drm"
    },
    {
      "commit": "e8baa0bf39120803505c6e360e1e33af0d9b9745",
      "tree": "5f1c2ed53c192775397408870340e2aa09d0ad98",
      "parents": [
        "fae76e5c3deeb05e7956925f3e4e5ca8827434f5"
      ],
      "author": {
        "name": "Kyle Brenneman",
        "email": "kbrenneman@users.noreply.github.com",
        "time": "Mon Apr 26 17:56:26 2021 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 26 16:56:26 2021 -0700"
      },
      "message": "extensions: Add EGL_EXT_device_persistent_id (#122)\n\n* extensions: Add EGL_EXT_device_persistent_id\r\n\r\n* EGL_EXT_device_persistent_id: Define error codes for eglQueryDeviceBinaryEXT.\r\n\r\nAdd a paragraph to eglQueryDeviceBinaryEXT to describe the error codes it can\r\ngenerate.\r\n\r\n* EGL_EXT_device_persistent_id: Change PROPOSED to RESOLVED for the issues section."
    },
    {
      "commit": "fae76e5c3deeb05e7956925f3e4e5ca8827434f5",
      "tree": "a6ea313ea4351138437958e0c4eec61fb25c178f",
      "parents": [
        "c8bd3b22007dda6340d7b1feeadad88391b29ccb"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Tue Apr 20 15:58:33 2021 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Tue Apr 20 15:58:33 2021 -0700"
      },
      "message": "Fix default value specified for EGL_GL_COLORSPACE (#125)\n"
    },
    {
      "commit": "c8bd3b22007dda6340d7b1feeadad88391b29ccb",
      "tree": "9313845d3be8101e75207709d7e555366d29d808",
      "parents": [
        "d42c684f61828e3ce18533f1c6893b79980e6acc"
      ],
      "author": {
        "name": "Kyle Brenneman",
        "email": "kbrenneman@users.noreply.github.com",
        "time": "Tue Apr 20 06:20:07 2021 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 20 05:20:07 2021 -0700"
      },
      "message": "Fix an enum value in the EGL_EXT_device_query_name spec. (#123)\n\nFix a typo in the spec for EGL_EXT_device_query_name. The spec lists the\r\nEGL_RENDERER_EXT enum as 0x335E, but it should be 0x335F.\r\n\r\negl.xml already has the correct value."
    },
    {
      "commit": "d42c684f61828e3ce18533f1c6893b79980e6acc",
      "tree": "5ed08d9a6cde94522783b096f82b8857d3f42468",
      "parents": [
        "649981109e263b737e7735933c90626c29a306f2"
      ],
      "author": {
        "name": "jonahryandavis",
        "email": "8729214+jonahryandavis@users.noreply.github.com",
        "time": "Wed Jan 27 03:46:43 2021 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 27 03:46:43 2021 -0800"
      },
      "message": "extensions: Add EGL_ANGLE_sync_control_rate (KhronosGroup#116) (#118)\n\n"
    },
    {
      "commit": "649981109e263b737e7735933c90626c29a306f2",
      "tree": "715978e3c921a483c6fec9d1142d958347c3f70d",
      "parents": [
        "187bd7f868a6fdd41318f2df675734f750e0addd"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Wed Oct 21 03:34:13 2020 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Wed Oct 21 03:34:13 2020 -0700"
      },
      "message": "Fix nextfree extension number\n"
    },
    {
      "commit": "187bd7f868a6fdd41318f2df675734f750e0addd",
      "tree": "c7247327be5973eec3016e840c2abdc6bc2ae862",
      "parents": [
        "1a6eced7adb5527da50f2bb160eb24cc4487fc42"
      ],
      "author": {
        "name": "yshui",
        "email": "yshuiv7@gmail.com",
        "time": "Wed Oct 21 11:33:50 2020 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 21 03:33:50 2020 -0700"
      },
      "message": "extensions: Add EGL_EXT_platform_xcb. (#112)\n\n* extensions: Add EGL_EXT_platform_xcb.\r\n\r\nCo-authored-by: Yuxuan Shui \u003cyshuiv7@gmail.com\u003e\r\n\r\n* Mark EXT_platform_xcb complete\r\n\r\n* EGL_EXT_platform_xcb: clarify screen selection."
    },
    {
      "commit": "1a6eced7adb5527da50f2bb160eb24cc4487fc42",
      "tree": "97740400d02fd0266f7bd2d9a3aba6b658922567",
      "parents": [
        "63e1e45facf363c5fb6957d80ec14aaff27f1e98"
      ],
      "author": {
        "name": "Adam Jackson",
        "email": "ajax@redhat.com",
        "time": "Wed Oct 21 06:30:03 2020 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 21 03:30:03 2020 -0700"
      },
      "message": "api: Fix genheaders.py to emit valid comments (#114)\n\nWhen we switched to using SPDX identifiers instead of explicit Apache\r\n2.0 text, the resulting generated headers ended up with a nested /*\r\ninside the license comment."
    },
    {
      "commit": "63e1e45facf363c5fb6957d80ec14aaff27f1e98",
      "tree": "fb4785c2f8032eddb50b324d433d621153a12857",
      "parents": [
        "4e5d0cb9d0256c3e2fcc069bbd0f3b001b5f3c65"
      ],
      "author": {
        "name": "Nicolas Caramelli",
        "email": "caramelli.devel@gmail.com",
        "time": "Wed Oct 21 12:29:12 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 21 03:29:12 2020 -0700"
      },
      "message": "Fixed comment in egl.h and eglext.h headers (#117)\n\n* Fixed comment in egl.h and eglext.h headers\r\n\r\n* Fix genheaders.py for a comment warning in text prefixing headers"
    },
    {
      "commit": "4e5d0cb9d0256c3e2fcc069bbd0f3b001b5f3c65",
      "tree": "82d22c8d8cd3fe22794286142b65d662c45943b1",
      "parents": [
        "5a9a7e3fcb79fd275e0edcc4a96982f3fd0d2604"
      ],
      "author": {
        "name": "Nicolas Caramelli",
        "email": "caramelli.devel@gmail.com",
        "time": "Wed Oct 14 13:31:35 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 14 04:31:35 2020 -0700"
      },
      "message": "eglplatform.h: add EGL_NO_PLATFORM_SPECIFIC_TYPES flag (#111)\n\n* eglplatform.h: move test expression with EGL_NO_X11\r\n\r\n* eglplatform.h: add EGL_REALLY_NO_PLATFORM_SPECIFIC_TYPES\r\n\r\n* drop REALLY_ from token name"
    },
    {
      "commit": "5a9a7e3fcb79fd275e0edcc4a96982f3fd0d2604",
      "tree": "50012ab4b061de6014d43e2b842a9478fe0975ba",
      "parents": [
        "3237bf029e30829641479e2e39151e60bde2774c"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Mon Aug 24 11:05:32 2020 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 24 11:05:32 2020 -0700"
      },
      "message": "Use SPDX license identifiers on headers and related files (#110)\n\n"
    },
    {
      "commit": "3237bf029e30829641479e2e39151e60bde2774c",
      "tree": "de741bbd772ceee7ed94597308db7b089bb3e922",
      "parents": [
        "d7ddb16e56a15faa60ac5deae09b0dff2eae6f8e"
      ],
      "author": {
        "name": "Kyle Brenneman",
        "email": "kbrenneman@users.noreply.github.com",
        "time": "Thu Aug 13 05:04:28 2020 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 13 04:04:28 2020 -0700"
      },
      "message": "extensions: Add EGL_EXT_device_query_name. (#108)\n\nCo-authored-by: Kyle Brenneman \u003cksb@shodan\u003e"
    },
    {
      "commit": "d7ddb16e56a15faa60ac5deae09b0dff2eae6f8e",
      "tree": "d6b0dcdf9d2bbe213645405e65657f1a2baa0f95",
      "parents": [
        "f636b23410dd4db5055dffbe499f4754013759d5"
      ],
      "author": {
        "name": "Kyle Brenneman",
        "email": "kbrenneman@users.noreply.github.com",
        "time": "Mon Jun 29 19:07:11 2020 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Jun 29 18:07:11 2020 -0700"
      },
      "message": "Remove an unmatched \u003c/li\u003e tag. (#107)\n\nRemove an extra \u003c/li\u003e tag from index.php.\r\n\r\nCo-authored-by: Kyle Brenneman \u003cksb@shodan\u003e"
    },
    {
      "commit": "f636b23410dd4db5055dffbe499f4754013759d5",
      "tree": "65ba200f8d137e0e263cd04977fc627f4034a524",
      "parents": [
        "8871e77a0f3ce0ed8b7910ba5adfd52f1b922e57"
      ],
      "author": {
        "name": "Martin Storsjö",
        "email": "martin@martin.st",
        "time": "Fri May 29 19:32:12 2020 +0300"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 29 09:32:12 2020 -0700"
      },
      "message": "Don\u0027t let KHRONOS_STATIC affect the calling convention (#106)\n\nWhen intending to link statically, we should leave out\r\n__declspec(dllimport), but the calling convention (__stdcall) should\r\nstill be the same.\r\n\r\nThis reverts parts of commit 94ba8ee876206364cf45a9bc08b8db5a52cb9543,\r\nmaking the exception to __stdcall specific to __SCITECH_SNAP__ again\r\nas it was before."
    },
    {
      "commit": "8871e77a0f3ce0ed8b7910ba5adfd52f1b922e57",
      "tree": "117156e86d3c9028be72e42e9715e98f973ea67a",
      "parents": [
        "90b78b0662e2f0548cfd1926fb77bf628933541b"
      ],
      "author": {
        "name": "Mukund Keshava",
        "email": "mkeshava@nvidia.com",
        "time": "Fri May 29 22:01:46 2020 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 29 09:31:46 2020 -0700"
      },
      "message": "Add EGL_NV_stream_consumer_eglimage (#105)\n\n"
    },
    {
      "commit": "90b78b0662e2f0548cfd1926fb77bf628933541b",
      "tree": "3817894d5b86e256531550b16e9ce3f9a340e028",
      "parents": [
        "ad06e1c38ee78e8f724abd4275a92f24307b9143"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Mon May 04 21:30:49 2020 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Mon May 04 21:30:49 2020 -0700"
      },
      "message": "Typo fix.\n\nFixes #103\n"
    },
    {
      "commit": "ad06e1c38ee78e8f724abd4275a92f24307b9143",
      "tree": "eb6766acdec9aca3059d6647fb94dc2d3cb42cde",
      "parents": [
        "9faaca20e918b0c8ba1213e1508dd5c1fca521b9"
      ],
      "author": {
        "name": "janharaldfredriksen-arm",
        "email": "jan-harald.fredriksen@arm.com",
        "time": "Thu Apr 09 18:40:05 2020 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 09 09:40:05 2020 -0700"
      },
      "message": "Reserving another enum range for Arm. (#102)\n\n"
    },
    {
      "commit": "9faaca20e918b0c8ba1213e1508dd5c1fca521b9",
      "tree": "3fc80c6bec5b03ec9b33c0617718e671fd74182d",
      "parents": [
        "6d4fe10ec6037857160363c2df97f662ae84ab72"
      ],
      "author": {
        "name": "Eric Engestrom",
        "email": "eric@engestrom.ch",
        "time": "Mon Mar 16 14:16:48 2020 +0100"
      },
      "committer": {
        "name": "Daniel Stone",
        "email": "daniel@fooishbar.org",
        "time": "Thu Apr 09 16:45:50 2020 +0100"
      },
      "message": "EGL_EXT_image_implicit_sync_control: change \"bad attribute value\" error to EGL_BAD_ATTRIBUTE\n"
    },
    {
      "commit": "6d4fe10ec6037857160363c2df97f662ae84ab72",
      "tree": "b0a11c6ac59e09aa60974333700b90784d5a016d",
      "parents": [
        "11478904448bbdf5757b798c856a525aa2b351b1"
      ],
      "author": {
        "name": "Eric Engestrom",
        "email": "eric@engestrom.ch",
        "time": "Mon Mar 16 14:16:10 2020 +0100"
      },
      "committer": {
        "name": "Daniel Stone",
        "email": "daniel@fooishbar.org",
        "time": "Thu Apr 09 16:45:50 2020 +0100"
      },
      "message": "EGL_EXT_image_implicit_sync_control: remove stray tabs\n"
    },
    {
      "commit": "11478904448bbdf5757b798c856a525aa2b351b1",
      "tree": "c2ca85f7caa0d0557e4b27dba04513c9f0e3eacb",
      "parents": [
        "a5b9dcd34b196bbeb0d61495b48a552015968bfc"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Thu Feb 20 10:40:31 2020 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 20 10:40:31 2020 -0800"
      },
      "message": "Const-ify eglSwapBuffersWithDamage* \u0027rects\u0027 parameter (#100)\n\nFixes #98"
    },
    {
      "commit": "a5b9dcd34b196bbeb0d61495b48a552015968bfc",
      "tree": "bf67dc47d5bcb6740599ac794bb1ac55aee3d438",
      "parents": [
        "aa9b63f3ab18aee92c95786a2478156430f809e4"
      ],
      "author": {
        "name": "janharaldfredriksen-arm",
        "email": "jan-harald.fredriksen@arm.com",
        "time": "Thu Feb 20 18:16:24 2020 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Feb 20 09:16:24 2020 -0800"
      },
      "message": "Adding EGL_ARM_image_format. (#99)\n\n"
    },
    {
      "commit": "aa9b63f3ab18aee92c95786a2478156430f809e4",
      "tree": "c1a978502c6db0be18d66805a53e492b88cc9480",
      "parents": [
        "7e7b22fe998aa155a0ba82607c2d2419cf6bba85"
      ],
      "author": {
        "name": "Daniel Stone",
        "email": "daniels@collabora.com",
        "time": "Mon Jan 06 19:36:27 2020 +0000"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Mon Jan 06 11:36:27 2020 -0800"
      },
      "message": "Add EGL_WL_bind_wayland_display and EGL_WL_create_wayland_buffer_from_image (#95)\n\nThese extensions were developed by the Wayland project several years\r\nago, but never proposed for inclusion in the primary Khronos repository.\r\n\r\nUnfortunately this includes tokens which alias with already-defined\r\nvalues for the EGL platform extensions. Downstream implementations also\r\noffered non-standard typedefs (e.g. PFNEGLBINDWAYLANDDISPLAYWL instead\r\nof PFNEGLBINDWAYLANDDISPLAYWLPROC) which will have to be accounted for\r\nin those implementations."
    },
    {
      "commit": "7e7b22fe998aa155a0ba82607c2d2419cf6bba85",
      "tree": "a9eb69461729b23c170b23419ce8372cc554ec49",
      "parents": [
        "de3a5e867d906a04a5c37ee0d89e7f01d3598eb9"
      ],
      "author": {
        "name": "David Turner",
        "email": "52076061+digit-google@users.noreply.github.com",
        "time": "Mon Jan 06 20:34:06 2020 +0100"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Mon Jan 06 11:34:06 2020 -0800"
      },
      "message": "Add support for Fuchsia platform. (#96)\n\nThis patch only ensures that EGLNative{Display,Pixmap,Window}Type\r\nare defined to adequately-sized generic types. There is no native\r\nEGL support on Fuchsia, which only provides Vulkan APIs.\r\n\r\nHowever, this definition opens the door to porting libraries like\r\nANGLE or SwiftShader to the platform. For example, see:\r\n\r\n  https://swiftshader-review.googlesource.com/c/SwiftShader/+/38488"
    },
    {
      "commit": "de3a5e867d906a04a5c37ee0d89e7f01d3598eb9",
      "tree": "37157e03e6d7c72e99834e2d4755fc7df114cbfa",
      "parents": [
        "8b6172612b00bccd24183e4c7399178275a88ee1"
      ],
      "author": {
        "name": "Ken Russell",
        "email": "kbrussel@alum.mit.edu",
        "time": "Sat Oct 12 05:44:43 2019 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Sat Oct 12 05:44:43 2019 -0700"
      },
      "message": "Reserve enums 0x34A0..0x34AF for ANGLE project. (#93)\n\n"
    },
    {
      "commit": "8b6172612b00bccd24183e4c7399178275a88ee1",
      "tree": "67fa152b28ae13a0f2900458eee0a3bc08ee3e60",
      "parents": [
        "37cc16b47886b1373e9840290e969015b7a4267c",
        "dc610b2aa689fcd9063eaaaea50cde1d96a067bc"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Sat Oct 12 05:43:06 2019 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Sat Oct 12 05:43:06 2019 -0700"
      },
      "message": "Merge branch \u0027master\u0027 of github.com:KhronosGroup/EGL-Registry\n"
    },
    {
      "commit": "37cc16b47886b1373e9840290e969015b7a4267c",
      "tree": "ad340398cdd2f086ae4839d8ccc44a0f3f9ffc97",
      "parents": [
        "598f20e3b7b7eec3e8d8a83e64b9592a21c55bb6"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Sat Oct 12 05:42:54 2019 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Sat Oct 12 05:42:54 2019 -0700"
      },
      "message": "Partial fix for #92\n"
    },
    {
      "commit": "dc610b2aa689fcd9063eaaaea50cde1d96a067bc",
      "tree": "6571a82e79d2df5e56fbcc4be16e178378fe196f",
      "parents": [
        "a9bef577b041caab108257ea386d0302290d4361"
      ],
      "author": {
        "name": "Tom Ward",
        "email": "tomwardio@users.noreply.github.com",
        "time": "Sat Oct 05 00:46:07 2019 +0100"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Fri Oct 04 16:46:07 2019 -0700"
      },
      "message": "Add EGL_NO_X11 define to avoid including X11. (#90)\n\nThis allows unix-based systems to not depend on X11 headers to define\r\nEGLNative types, using primitive types instead."
    },
    {
      "commit": "a9bef577b041caab108257ea386d0302290d4361",
      "tree": "884049cd712f7653142a9b8c4d3b465bf47ba25f",
      "parents": [
        "598f20e3b7b7eec3e8d8a83e64b9592a21c55bb6",
        "bb593ce752265633a6cefd41e5de4c73a49f7b21"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Tue Sep 10 07:20:16 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Sep 10 07:20:16 2019 -0700"
      },
      "message": "Merge pull request #89 from nathankidd/man-typos\n\nman: Fix a few copy-paste-o\u0027s"
    },
    {
      "commit": "bb593ce752265633a6cefd41e5de4c73a49f7b21",
      "tree": "884049cd712f7653142a9b8c4d3b465bf47ba25f",
      "parents": [
        "598f20e3b7b7eec3e8d8a83e64b9592a21c55bb6"
      ],
      "author": {
        "name": "Nathan Kidd",
        "email": "nkidd@opentext.com",
        "time": "Mon Aug 12 16:50:57 2019 -0400"
      },
      "committer": {
        "name": "Nathan Kidd",
        "email": "nkidd@opentext.com",
        "time": "Mon Aug 12 16:50:57 2019 -0400"
      },
      "message": "man: Fix a few copy-paste-o\u0027s\n"
    },
    {
      "commit": "598f20e3b7b7eec3e8d8a83e64b9592a21c55bb6",
      "tree": "41833d6f4c8dd1441fa1a7a20fe12a891105602b",
      "parents": [
        "cb927ca98dd9dd2df76956bdf13f0c85e37af47f"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Thu Aug 08 01:05:54 2019 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Thu Aug 08 01:05:54 2019 -0700"
      },
      "message": "Update headers for EGL_NV_stream_dma.\n"
    },
    {
      "commit": "cb927ca98dd9dd2df76956bdf13f0c85e37af47f",
      "tree": "b20aa793056b4af31336e28ae33effa70f61d006",
      "parents": [
        "3a6fe30fcea9ee3c4ba497fa64ca1d5cd8826188",
        "7433de6db919b647bfbb88099195462d659bf692"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Thu Aug 08 01:05:38 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 08 01:05:38 2019 -0700"
      },
      "message": "Merge pull request #88 from santanu-thangaraj/EGL_stream_dma\n\nEGL_NV_stream_dma"
    },
    {
      "commit": "7433de6db919b647bfbb88099195462d659bf692",
      "tree": "a9fd6dd5e274100b40252e6ce473e98c6668e4c9",
      "parents": [
        "b4c0f32a2c696283f9a713a288f349e99a042b97"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Thu Aug 08 10:57:54 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 08 10:57:54 2019 +0530"
      },
      "message": "Update eglext.h"
    },
    {
      "commit": "b4c0f32a2c696283f9a713a288f349e99a042b97",
      "tree": "bd4bc26f01ff20c636c132adc610d10ea118e1bf",
      "parents": [
        "403f9ba1d1f45ad45334c746bbf9ce455996d311"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Thu Aug 08 10:55:14 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Aug 08 10:55:14 2019 +0530"
      },
      "message": "Update egl.h"
    },
    {
      "commit": "3a6fe30fcea9ee3c4ba497fa64ca1d5cd8826188",
      "tree": "1a53b288fcf310cf70a2b5ca1f26d0ecd621459a",
      "parents": [
        "d738c39fe25bab9f65bed2cb78c4db253bd473c4",
        "9429627979042dd42cb1de4009934c5ac6bb42e3"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Wed Aug 07 08:21:15 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Aug 07 08:21:15 2019 -0700"
      },
      "message": "Merge pull request #87 from null77/egl-prototypes\n\nAdd prototype guards to EGL header."
    },
    {
      "commit": "403f9ba1d1f45ad45334c746bbf9ce455996d311",
      "tree": "3d35508af8b035354277f4833921eaec3b7577b8",
      "parents": [
        "83c5320f08c207c85adff23ac9ee6ac59eca31b6"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Mon Aug 05 14:38:55 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 05 14:38:55 2019 +0530"
      },
      "message": "Update EGL_NV_stream_dma.txt"
    },
    {
      "commit": "83c5320f08c207c85adff23ac9ee6ac59eca31b6",
      "tree": "64944d5b09610385423567c8b4ac72d85f042538",
      "parents": [
        "37aeee8dbcc2ddb9c8c7325deb81576fcb1be46a"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Mon Aug 05 14:35:43 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Aug 05 14:35:43 2019 +0530"
      },
      "message": "Update eglext.h"
    },
    {
      "commit": "37aeee8dbcc2ddb9c8c7325deb81576fcb1be46a",
      "tree": "06c94fb0c86bd8d4844089333a9aa402348c1852",
      "parents": [
        "63edba047a0d2d1c0725f2a7216616cfd2b727e5"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Tue Jul 30 15:20:29 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 30 15:20:29 2019 +0530"
      },
      "message": "Update index.php"
    },
    {
      "commit": "63edba047a0d2d1c0725f2a7216616cfd2b727e5",
      "tree": "2dc8ddadf10616e9ab222615f12fa0fb894ac889",
      "parents": [
        "b3c723bd021e6dc9e65e2011cb603dab6fe7dc4e"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Tue Jul 30 15:15:16 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 30 15:15:16 2019 +0530"
      },
      "message": "Update EGL_NV_stream_dma.txt"
    },
    {
      "commit": "b3c723bd021e6dc9e65e2011cb603dab6fe7dc4e",
      "tree": "fd54f9b4e3f9d00da996db16b738116d058b2e5e",
      "parents": [
        "18102bc11ae488c189e8b662cd336cc2a51e75b2"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Tue Jul 30 15:13:08 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 30 15:13:08 2019 +0530"
      },
      "message": "Add files via upload"
    },
    {
      "commit": "18102bc11ae488c189e8b662cd336cc2a51e75b2",
      "tree": "45959ad25c1341c5d59dfed6cd31bdf5743cd428",
      "parents": [
        "ef484f3d297804aa3534d4ac4885724a6de60308"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Tue Jul 30 15:09:36 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 30 15:09:36 2019 +0530"
      },
      "message": "Update eglext.h"
    },
    {
      "commit": "ef484f3d297804aa3534d4ac4885724a6de60308",
      "tree": "e9526f79de15f2066eb24db852c66ba68d741e05",
      "parents": [
        "1bf97ec4243bc7855aa4313c8dc9f959d80fd4b0"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Tue Jul 30 15:06:57 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 30 15:06:57 2019 +0530"
      },
      "message": "Update egl.h"
    },
    {
      "commit": "1bf97ec4243bc7855aa4313c8dc9f959d80fd4b0",
      "tree": "ded7ec39b80f2faf74c7af527b4d88c701a972f8",
      "parents": [
        "6d32a73cfaa89962939d5188dc8df8a2368a9a38"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Tue Jul 30 14:31:56 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 30 14:31:56 2019 +0530"
      },
      "message": "Update egl.xml"
    },
    {
      "commit": "6d32a73cfaa89962939d5188dc8df8a2368a9a38",
      "tree": "5a71b2e87181ae2a755ce62212d7e971185fad35",
      "parents": [
        "6eb52893060880429e33bf499c8b34f6fc1e5bcc"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Tue Jul 30 13:49:07 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 30 13:49:07 2019 +0530"
      },
      "message": "Update egl.xml"
    },
    {
      "commit": "6eb52893060880429e33bf499c8b34f6fc1e5bcc",
      "tree": "a749547cf8f7bea9d9a9ecf6d2f84df68b660ae8",
      "parents": [
        "d738c39fe25bab9f65bed2cb78c4db253bd473c4"
      ],
      "author": {
        "name": "santanu",
        "email": "santanu-thangaraj@users.noreply.github.com",
        "time": "Tue Jul 30 11:56:58 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jul 30 11:56:58 2019 +0530"
      },
      "message": "Update registry.tcl"
    },
    {
      "commit": "9429627979042dd42cb1de4009934c5ac6bb42e3",
      "tree": "1a53b288fcf310cf70a2b5ca1f26d0ecd621459a",
      "parents": [
        "d738c39fe25bab9f65bed2cb78c4db253bd473c4"
      ],
      "author": {
        "name": "Jamie Madill",
        "email": "jmadill@chromium.org",
        "time": "Wed Jul 17 12:53:06 2019 -0400"
      },
      "committer": {
        "name": "Jamie Madill",
        "email": "jmadill@chromium.org",
        "time": "Wed Jul 17 12:53:06 2019 -0400"
      },
      "message": "Add prototype guards to EGL header.\n\nThis allows the header to be used in applications that define their\nown prototypes. Such as for entry point loaders. The new header is\nbackwards compatible with the previous standard header.\n"
    },
    {
      "commit": "d738c39fe25bab9f65bed2cb78c4db253bd473c4",
      "tree": "01be26e45b0639e79d9691edc112d38cb58b380d",
      "parents": [
        "4744552d13f4475839d45c2eae7f745bac6ca204",
        "dcced988432696f79f3d0dfacda73eefb95a7f79"
      ],
      "author": {
        "name": "ianelliottus",
        "email": "ianelliottus@users.noreply.github.com",
        "time": "Fri Jun 14 16:17:31 2019 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jun 14 16:17:31 2019 -0600"
      },
      "message": "Merge pull request #86 from KhronosGroup/chrisforbes-patch-1\n\nFix unintentional spelling variants of eglGetFrameTimestampSupportedANDROID"
    },
    {
      "commit": "dcced988432696f79f3d0dfacda73eefb95a7f79",
      "tree": "01be26e45b0639e79d9691edc112d38cb58b380d",
      "parents": [
        "4744552d13f4475839d45c2eae7f745bac6ca204"
      ],
      "author": {
        "name": "Chris Forbes",
        "email": "chrisforbes@google.com",
        "time": "Tue Jun 11 19:30:24 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jun 11 19:30:24 2019 -0700"
      },
      "message": "Fix unintentional spelling variants of eglGetFrameTimestampSupportedANDROID\n\nThis was variously referred to as eglGetFrameTimestampsSupportedANDROID or eglQueryFrameTimestampsSupportedANDROID. The actual function is eglGetFrameTimestampSupportedANDROID."
    },
    {
      "commit": "4744552d13f4475839d45c2eae7f745bac6ca204",
      "tree": "754b87b03d8154b255e3e3c6939e518bf07431dc",
      "parents": [
        "836d10e67a92cf5b371e9068a5968930dd41717d",
        "0bc163adfb28bc9688b52303127d8e0a5057622d"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Tue May 21 23:11:08 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue May 21 23:11:08 2019 -0700"
      },
      "message": "Merge pull request #85 from mvicomoya/EGL_NV_stream_origin\n\nAdd EGL_NV_stream_origin extension"
    },
    {
      "commit": "0bc163adfb28bc9688b52303127d8e0a5057622d",
      "tree": "754b87b03d8154b255e3e3c6939e518bf07431dc",
      "parents": [
        "836d10e67a92cf5b371e9068a5968930dd41717d"
      ],
      "author": {
        "name": "Miguel A. Vico",
        "email": "mvicomoya@nvidia.com",
        "time": "Mon May 20 14:40:12 2019 -0700"
      },
      "committer": {
        "name": "Miguel A. Vico",
        "email": "mvicomoya@nvidia.com",
        "time": "Mon May 20 14:40:42 2019 -0700"
      },
      "message": "Add EGL_NV_stream_origin extension\n"
    },
    {
      "commit": "836d10e67a92cf5b371e9068a5968930dd41717d",
      "tree": "c7f7e9320f119b7f63715049f9e560fecdd0208c",
      "parents": [
        "76e04329c4ae91161dfa2a73ca7922dad6490380",
        "f2c58524453ace7f22fe5c694b20a3475e939ffe"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Fri May 17 06:29:03 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 17 06:29:03 2019 -0700"
      },
      "message": "Merge pull request #84 from tate-hornbeck/missing_qcom_tokens2\n\nUpdate egl.xml with missing QCOM private extensions"
    },
    {
      "commit": "76e04329c4ae91161dfa2a73ca7922dad6490380",
      "tree": "0b7483c6a75fbeab791b10ed17ef70aafd889ca2",
      "parents": [
        "5bc211c282f15ed4412dcb802aa08dad1cd4a417",
        "e18736b21c5b78de867b4a74d4811a6440e79cda"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Mon May 13 05:16:54 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 13 05:16:54 2019 -0700"
      },
      "message": "Merge pull request #82 from tweenk/egl_emscripten\n\nAdd support for Emscripten in EGL/eglplatform.h."
    },
    {
      "commit": "5bc211c282f15ed4412dcb802aa08dad1cd4a417",
      "tree": "d7a4db7a6b5de14551500345f00ce3f203eb86da",
      "parents": [
        "25d9b6d9c93346a93d6640966c24ddf172f51474",
        "94ba8ee876206364cf45a9bc08b8db5a52cb9543"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Mon May 13 05:16:16 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 13 05:16:16 2019 -0700"
      },
      "message": "Merge pull request #81 from tweenk/windows_static\n\nAdd KHRONOS_STATIC to allow static linking on Windows."
    },
    {
      "commit": "25d9b6d9c93346a93d6640966c24ddf172f51474",
      "tree": "bea8f5d6328d1325e9fa20f0fc756ea442471ce0",
      "parents": [
        "0555f6db15b61a99e5091d6826fb6fb67d9661c8",
        "8c038b48d1b6d7dea667eae52756a9b7c1d95895"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Mon May 13 05:15:16 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon May 13 05:15:16 2019 -0700"
      },
      "message": "Merge pull request #78 from fooishbar/dma-buf-modifiers-correct-no-modifiers\n\nEXT_image_dma_buf_import_modifiers: Correct no-modifier-token behaviour"
    },
    {
      "commit": "f2c58524453ace7f22fe5c694b20a3475e939ffe",
      "tree": "d773fed0f511249821c571aa8048f9e87ce3965b",
      "parents": [
        "0555f6db15b61a99e5091d6826fb6fb67d9661c8"
      ],
      "author": {
        "name": "Tate Hornbeck",
        "email": "tateh@qti.qualcomm.com",
        "time": "Tue May 07 15:34:31 2019 -0400"
      },
      "committer": {
        "name": "Tate Hornbeck",
        "email": "tateh@qti.qualcomm.com",
        "time": "Fri May 10 11:49:44 2019 -0400"
      },
      "message": "Update egl.xml with missing QCOM private extensions\n\nFill in used, but undocumented QCOM private extensions\n"
    },
    {
      "commit": "e18736b21c5b78de867b4a74d4811a6440e79cda",
      "tree": "ca35ff6952d2749eaf7efbd1153e4d8981a031d6",
      "parents": [
        "0555f6db15b61a99e5091d6826fb6fb67d9661c8"
      ],
      "author": {
        "name": "Krzysztof Kosiński",
        "email": "krzysio@google.com",
        "time": "Wed May 01 16:38:01 2019 -0700"
      },
      "committer": {
        "name": "Krzysztof Kosiński",
        "email": "krzysio@google.com",
        "time": "Wed May 01 16:39:51 2019 -0700"
      },
      "message": "Add support for Emscripten in EGL/eglplatform.h.\n\nThe Emscripten toolchain for WebAssembly defines the native EGL handle\ntypes as integers in its custom eglplatform.h header. Make the Khronos\nversion compatible with it.\n"
    },
    {
      "commit": "94ba8ee876206364cf45a9bc08b8db5a52cb9543",
      "tree": "36bfac9c6e7814c9753bf8497ac76ddfd4848fa5",
      "parents": [
        "0555f6db15b61a99e5091d6826fb6fb67d9661c8"
      ],
      "author": {
        "name": "Krzysztof Kosiński",
        "email": "krzysio@google.com",
        "time": "Wed Apr 24 17:44:46 2019 -0700"
      },
      "committer": {
        "name": "Krzysztof Kosiński",
        "email": "krzysio@google.com",
        "time": "Wed Apr 24 17:44:46 2019 -0700"
      },
      "message": "Add KHRONOS_STATIC to allow static linking on Windows.\n\nI have encountered multiple situations where it is desirable to\nstatically link against a software implementation of EGL on Windows.\nAdd the preprocessor constant KHRONOS_STATIC that disables the\nannotation of EGL entry points as DLL-imported.\n"
    },
    {
      "commit": "8c038b48d1b6d7dea667eae52756a9b7c1d95895",
      "tree": "bea8f5d6328d1325e9fa20f0fc756ea442471ce0",
      "parents": [
        "0555f6db15b61a99e5091d6826fb6fb67d9661c8"
      ],
      "author": {
        "name": "Daniel Stone",
        "email": "daniels@collabora.com",
        "time": "Tue Mar 12 16:56:19 2019 +0000"
      },
      "committer": {
        "name": "Daniel Stone",
        "email": "daniels@collabora.com",
        "time": "Mon Apr 01 18:07:19 2019 +0100"
      },
      "message": "EXT_image_dma_buf_import_modifiers: Correct no-modifier-token behaviour\n\nZero is a valid and explicit modifier token, meaning that the image is\npitch-linear, i.e. no tiling or compression is applied.\n\nWhen no modifier is passed for dmabuf import, the implementation may\nassume the image is linear, but is not required to do so. Many drivers\nwhich supported tiling formats before modifiers (or which do not yet\nsupport modifiers) will determine the layout via other mechanisms, e.g.\nmetadata held by the kernel.\n\nFix the wording for the case where the user does not explicitly pass\nmodifiers to state that the layout will be determined by the\nimplementation, rather than stating the layout must be linear.\n\nReported by @olvaffe\n"
    },
    {
      "commit": "0555f6db15b61a99e5091d6826fb6fb67d9661c8",
      "tree": "8f5124582fb44710f46134b853ed12dbc7be58b9",
      "parents": [
        "f75e2d7c465e641e8c736ca2601ce7859df41c43",
        "6a23c76a20bd4422fb2721d7b804e73ac4743e52"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Fri Mar 22 01:46:04 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 22 01:46:04 2019 -0700"
      },
      "message": "Merge pull request #80 from santanu-thangaraj/EGL_NV_n_buffer\n\nAdd EGL_NV_n_buffer extension."
    },
    {
      "commit": "6a23c76a20bd4422fb2721d7b804e73ac4743e52",
      "tree": "8f5124582fb44710f46134b853ed12dbc7be58b9",
      "parents": [
        "9d1b9028d2e84f52a02c247cd7c8e3c251b5b892",
        "faad66085c25e791ad8115cb279cfcec7b271ba3"
      ],
      "author": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Thu Mar 21 10:57:49 2019 +0530"
      },
      "committer": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Thu Mar 21 11:05:44 2019 +0530"
      },
      "message": "Add EGL_NV_n_buffer extensions.\n"
    },
    {
      "commit": "9d1b9028d2e84f52a02c247cd7c8e3c251b5b892",
      "tree": "25344b59ae2f57130c530763a7eaa6dbeced77f5",
      "parents": [
        "5348890f869e82e15cacc8f09b67a9f1698d92e4",
        "7829ea3302ffd10dd1b032585d5fb3237b1335f7"
      ],
      "author": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Thu Mar 21 10:38:41 2019 +0530"
      },
      "committer": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Thu Mar 21 10:48:22 2019 +0530"
      },
      "message": "Add EGL_NV_n_buffer extensions.\n"
    },
    {
      "commit": "faad66085c25e791ad8115cb279cfcec7b271ba3",
      "tree": "43e5922e5f9a42646bf2500c53ea5ca05b900027",
      "parents": [
        "5348890f869e82e15cacc8f09b67a9f1698d92e4",
        "7829ea3302ffd10dd1b032585d5fb3237b1335f7"
      ],
      "author": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Thu Mar 21 10:38:41 2019 +0530"
      },
      "committer": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Thu Mar 21 10:38:41 2019 +0530"
      },
      "message": "Add EGL_NV_n_buffer extensions.\n"
    },
    {
      "commit": "5348890f869e82e15cacc8f09b67a9f1698d92e4",
      "tree": "3206a5c2994d129a7642bd4c76dd3d78dca67274",
      "parents": [
        "f75e2d7c465e641e8c736ca2601ce7859df41c43"
      ],
      "author": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Wed Mar 20 17:32:00 2019 +0530"
      },
      "committer": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Thu Mar 21 10:29:17 2019 +0530"
      },
      "message": "Add EGL_NV_n_buffer extensions.\n"
    },
    {
      "commit": "7829ea3302ffd10dd1b032585d5fb3237b1335f7",
      "tree": "e815b30efec1e4ddc76a4f1a7fa8e683edabd84c",
      "parents": [
        "f75e2d7c465e641e8c736ca2601ce7859df41c43"
      ],
      "author": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Wed Mar 20 17:32:00 2019 +0530"
      },
      "committer": {
        "name": "sthangaraj",
        "email": "sthangaraj@nvidia.com",
        "time": "Wed Mar 20 17:32:00 2019 +0530"
      },
      "message": "Add EGL_NV_n_buffer extension.\n"
    },
    {
      "commit": "f75e2d7c465e641e8c736ca2601ce7859df41c43",
      "tree": "7df8c589178c4e008fb586b95b500bb9a0b2055e",
      "parents": [
        "b3f95aa849812efe22de42da06975389025a4f2d"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Mon Mar 18 01:54:09 2019 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Mon Mar 18 01:54:09 2019 -0700"
      },
      "message": "Add new extension to index\n"
    },
    {
      "commit": "b3f95aa849812efe22de42da06975389025a4f2d",
      "tree": "2db36a7532a31c0cf19207a0e49acff8ad0ab470",
      "parents": [
        "9b12ea69d15aa52f6b4b6dee0302aec14c2e0443",
        "4cf6001169758b51b9c8f0d287f590dc6e55b01b"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Mon Mar 18 01:50:25 2019 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Mar 18 01:50:25 2019 -0700"
      },
      "message": "Merge pull request #77 from courtney-g/190311-ANDROID_GLES_layers\n\nAdd EGL_ANDROID_GLES_layers extension"
    },
    {
      "commit": "4cf6001169758b51b9c8f0d287f590dc6e55b01b",
      "tree": "2db36a7532a31c0cf19207a0e49acff8ad0ab470",
      "parents": [
        "9b12ea69d15aa52f6b4b6dee0302aec14c2e0443"
      ],
      "author": {
        "name": "Courtney Goeltzenleuchter",
        "email": "courtneygo@google.com",
        "time": "Mon Mar 11 16:16:57 2019 -0600"
      },
      "committer": {
        "name": "Courtney Goeltzenleuchter",
        "email": "courtneygo@google.com",
        "time": "Tue Mar 12 11:25:54 2019 -0600"
      },
      "message": "Add EGL_ANDROID_GLES_layers extension\n"
    },
    {
      "commit": "9b12ea69d15aa52f6b4b6dee0302aec14c2e0443",
      "tree": "ca977f042321dc75ed5df8490c71b0b80d8412bc",
      "parents": [
        "35ca1734f8cbb28495fa23f82df2e7ae6954a8d9",
        "ded46f6d08f6f34c62b375bb53e8cbb77ff77c83"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Wed Feb 13 05:17:56 2019 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 13 05:17:56 2019 -0800"
      },
      "message": "Merge pull request #6 from groleo/master\n\ngenheaders.py: make it usable as a module"
    },
    {
      "commit": "35ca1734f8cbb28495fa23f82df2e7ae6954a8d9",
      "tree": "08acc379ff854b98c39d628b410e2bdd2a53c4ba",
      "parents": [
        "7866a17153dc5a186213daf4f81868c59dc0952f"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Fri Jan 25 23:08:01 2019 -0800"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Fri Jan 25 23:08:01 2019 -0800"
      },
      "message": "Update header for #76.\n"
    },
    {
      "commit": "7866a17153dc5a186213daf4f81868c59dc0952f",
      "tree": "fb7d61461ab8bdac0ca9bf1c54b90f75793ff011",
      "parents": [
        "9ed2ec4c6746e622207f48c898a92fda8b122da5",
        "2df9cc407056bdf11eb10f0b42b8cf62bfb9b166"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Fri Jan 25 23:06:48 2019 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Jan 25 23:06:48 2019 -0800"
      },
      "message": "Merge pull request #76 from 1ace/mesa-query-driver\n\nAdd EGL_MESA_query_driver extension"
    },
    {
      "commit": "2df9cc407056bdf11eb10f0b42b8cf62bfb9b166",
      "tree": "fb7d61461ab8bdac0ca9bf1c54b90f75793ff011",
      "parents": [
        "9ed2ec4c6746e622207f48c898a92fda8b122da5"
      ],
      "author": {
        "name": "Veluri Mithun",
        "email": "velurimithun38@gmail.com",
        "time": "Fri Dec 28 20:22:59 2018 +0530"
      },
      "committer": {
        "name": "Eric Engestrom",
        "email": "eric.engestrom@intel.com",
        "time": "Thu Jan 24 10:03:43 2019 +0000"
      },
      "message": "Add EGL_MESA_query_driver extension\n"
    },
    {
      "commit": "9ed2ec4c6746e622207f48c898a92fda8b122da5",
      "tree": "d3e330b397ab562896d5d6262eb7b6737c5c3955",
      "parents": [
        "893c2f8fcd699f0ee9d7a8b790c89fbabed1110c",
        "c6bb79c42bf5c0cc1533fc505a04be65d051b8d6"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Wed Jan 09 17:54:35 2019 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 09 17:54:35 2019 -0800"
      },
      "message": "Merge pull request #75 from velurimithun/revert-73-master\n\nRevert \"Add EGL_MESA_query_driver extension\""
    },
    {
      "commit": "c6bb79c42bf5c0cc1533fc505a04be65d051b8d6",
      "tree": "d3e330b397ab562896d5d6262eb7b6737c5c3955",
      "parents": [
        "893c2f8fcd699f0ee9d7a8b790c89fbabed1110c"
      ],
      "author": {
        "name": "Mithun",
        "email": "velurimithun38@gmail.com",
        "time": "Thu Jan 10 00:39:52 2019 +0530"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 10 00:39:52 2019 +0530"
      },
      "message": "Revert \"Add EGL_MESA_query_driver extension\"\n"
    },
    {
      "commit": "893c2f8fcd699f0ee9d7a8b790c89fbabed1110c",
      "tree": "8e0a4b5e3eb05359a45ba4dd80205be935d86a75",
      "parents": [
        "d0f09833e32d10bcb3552a186afdff0735e1068b",
        "9b2879b6ed713fa6ca8fabb750867ceded3ae4d2"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Sun Dec 30 00:39:34 2018 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Dec 30 00:39:34 2018 -0800"
      },
      "message": "Merge pull request #73 from velurimithun/master\n\nAdd EGL_MESA_query_driver extension"
    },
    {
      "commit": "9b2879b6ed713fa6ca8fabb750867ceded3ae4d2",
      "tree": "8e0a4b5e3eb05359a45ba4dd80205be935d86a75",
      "parents": [
        "d0f09833e32d10bcb3552a186afdff0735e1068b"
      ],
      "author": {
        "name": "Veluri Mithun",
        "email": "velurimithun38@gmail.com",
        "time": "Fri Dec 28 20:22:59 2018 +0530"
      },
      "committer": {
        "name": "Veluri Mithun",
        "email": "velurimithun38@gmail.com",
        "time": "Sun Dec 30 13:48:47 2018 +0530"
      },
      "message": "Add EGL_MESA_query_driver extension\n\nSigned-off-by: Veluri Mithun \u003cvelurimithun38@gmail.com\u003e\n"
    },
    {
      "commit": "d0f09833e32d10bcb3552a186afdff0735e1068b",
      "tree": "d3e330b397ab562896d5d6262eb7b6737c5c3955",
      "parents": [
        "ff8bdef5c199487ee8e18bad047221890a339aa0",
        "8716039fe84446a66dc20c2c86da05b70a7827e6"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Thu Dec 20 05:39:08 2018 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 20 05:39:08 2018 -0800"
      },
      "message": "Merge pull request #72 from KhronosGroup/67-alternate\n\nAlternate fix for #67 - use the correct prototype as defined in the spec"
    },
    {
      "commit": "ff8bdef5c199487ee8e18bad047221890a339aa0",
      "tree": "904a94ff5d21f2cb852bbb14b7b119082dbdd643",
      "parents": [
        "4136522c4d56f35996b94990eb417b51b37740db",
        "3338ed0db494d6a4db7f76627b38f0b1892db096"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Thu Dec 20 05:37:06 2018 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 20 05:37:06 2018 -0800"
      },
      "message": "Merge pull request #71 from courtney-g/181212-display-p3-passthrough\n\nAdd passthrough version of Display P3 colorspace"
    },
    {
      "commit": "8716039fe84446a66dc20c2c86da05b70a7827e6",
      "tree": "0a1d0c47563635c5c1033d4bfb86cbad8b0d7187",
      "parents": [
        "4136522c4d56f35996b94990eb417b51b37740db"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Tue Dec 18 17:07:17 2018 -0800"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Tue Dec 18 17:07:17 2018 -0800"
      },
      "message": "Alternate fix for !67 - use the correct prototype as defined in the\nspec. The Docbook XML syntax I came up with for this function pointer\ndeclaration is wonky, but the rendered result comes out correctly.\n"
    },
    {
      "commit": "3338ed0db494d6a4db7f76627b38f0b1892db096",
      "tree": "904a94ff5d21f2cb852bbb14b7b119082dbdd643",
      "parents": [
        "4136522c4d56f35996b94990eb417b51b37740db"
      ],
      "author": {
        "name": "Courtney Goeltzenleuchter",
        "email": "courtneygo@google.com",
        "time": "Tue Dec 04 14:09:47 2018 -0700"
      },
      "committer": {
        "name": "Courtney Goeltzenleuchter",
        "email": "courtneygo@google.com",
        "time": "Wed Dec 12 09:32:52 2018 -0700"
      },
      "message": "Add passthrough version of Display P3 colorspace\n\nDiscovered that there was no way for an application to specify\nthey want to use the non-linear Display P3 colorspace but do not\nwant the HW to apply the transfer function, instead the application\nis responsible for applying the transfer function.\n\nBug #69\n"
    },
    {
      "commit": "4136522c4d56f35996b94990eb417b51b37740db",
      "tree": "8313478942e718f3ceecbd092205236fcc50450b",
      "parents": [
        "b6b558e7042d67fc7543383bb0e13a075f21d8ab",
        "c59041321c66bb371dede034238baf1b75975e1c"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Thu Dec 06 03:51:22 2018 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 06 03:51:22 2018 -0800"
      },
      "message": "Merge pull request #68 from 1ace/man/intro\n\neglIntro: include path fix and empty lines"
    },
    {
      "commit": "c59041321c66bb371dede034238baf1b75975e1c",
      "tree": "8313478942e718f3ceecbd092205236fcc50450b",
      "parents": [
        "ce8679297e9e644567092644a5e1c884e81565bb"
      ],
      "author": {
        "name": "Eric Engestrom",
        "email": "eric.engestrom@intel.com",
        "time": "Wed Nov 14 16:35:56 2018 +0000"
      },
      "committer": {
        "name": "Eric Engestrom",
        "email": "eric.engestrom@intel.com",
        "time": "Wed Nov 14 16:38:10 2018 +0000"
      },
      "message": "man/eglIntro: add empty lines between egl command groups\n"
    },
    {
      "commit": "ce8679297e9e644567092644a5e1c884e81565bb",
      "tree": "1762c2651185f8b4f10abc026e0ccc2757a70c31",
      "parents": [
        "b6b558e7042d67fc7543383bb0e13a075f21d8ab"
      ],
      "author": {
        "name": "Eric Engestrom",
        "email": "eric.engestrom@intel.com",
        "time": "Wed Nov 14 16:38:04 2018 +0000"
      },
      "committer": {
        "name": "Eric Engestrom",
        "email": "eric.engestrom@intel.com",
        "time": "Wed Nov 14 16:38:10 2018 +0000"
      },
      "message": "man/eglIntro: fix EGL include path\n"
    },
    {
      "commit": "b6b558e7042d67fc7543383bb0e13a075f21d8ab",
      "tree": "9547395d848315dc5a26e40e5540726298701e19",
      "parents": [
        "9bc9fe271addc0935991a585b96e8fa7c50c8b27"
      ],
      "author": {
        "name": "Khronos Group Webmaster",
        "email": "webmaster@khronos.org",
        "time": "Wed Oct 10 15:56:05 2018 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 10 15:56:05 2018 -0400"
      },
      "message": "Create CODE_OF_CONDUCT.md"
    },
    {
      "commit": "9bc9fe271addc0935991a585b96e8fa7c50c8b27",
      "tree": "df7b8f229c9de6eee7c14a55ec63d329f3e2e80e",
      "parents": [
        "2ee0208040eb847d173342529a46de32247d24c9"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Tue Oct 09 08:31:58 2018 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Tue Oct 09 08:31:58 2018 -0700"
      },
      "message": "man page -\u003e reference page in a few places\n"
    },
    {
      "commit": "2ee0208040eb847d173342529a46de32247d24c9",
      "tree": "763caae06dda384e3a948a567f65a3dd8b54dd2b",
      "parents": [
        "78bf312ecdee37357f219aa097d79efd701124f9"
      ],
      "author": {
        "name": "Khronos Group Webmaster",
        "email": "webmaster@khronos.org",
        "time": "Tue Oct 09 11:21:43 2018 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Oct 09 11:21:43 2018 -0400"
      },
      "message": "Update man pages link to 1.5"
    },
    {
      "commit": "78bf312ecdee37357f219aa097d79efd701124f9",
      "tree": "81ad29b8407b71d7adaa45422f4ca7e0e6f66132",
      "parents": [
        "15d45e111c4a16f524263b56c388773ecb4b6316",
        "522328a5147d489abf3e2a2ffc8f3f343d202df5"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Mon Oct 08 18:27:10 2018 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Oct 08 18:27:10 2018 -0700"
      },
      "message": "Merge pull request #64 from courtney-g/181004-bug-63\n\nincorrect reference in EGL_EXT_gl_colorspace_display_p3"
    },
    {
      "commit": "15d45e111c4a16f524263b56c388773ecb4b6316",
      "tree": "9daf289114537700d0877026ded4e354597dafae",
      "parents": [
        "726475c203cb6e731904bfad082c58c1f89fd8e0"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Mon Oct 08 18:11:19 2018 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Mon Oct 08 18:11:19 2018 -0700"
      },
      "message": "Update start page to reference github instead of SVN/bugzilla\n"
    },
    {
      "commit": "522328a5147d489abf3e2a2ffc8f3f343d202df5",
      "tree": "95ce9d55149e0b877ef1d69548b14462969e20c9",
      "parents": [
        "726475c203cb6e731904bfad082c58c1f89fd8e0"
      ],
      "author": {
        "name": "Courtney Goeltzenleuchter",
        "email": "courtneygo@google.com",
        "time": "Thu Oct 04 11:22:01 2018 -0600"
      },
      "committer": {
        "name": "Courtney Goeltzenleuchter",
        "email": "courtneygo@google.com",
        "time": "Thu Oct 04 11:24:07 2018 -0600"
      },
      "message": "incorrect reference in EGL_EXT_gl_colorspace_display_p3\n\nFixes #63\n"
    },
    {
      "commit": "726475c203cb6e731904bfad082c58c1f89fd8e0",
      "tree": "e88ccc055a38d1971f5b3bf48e108a12fc229e02",
      "parents": [
        "ee1fb0ae3954e384df29b7e9ca0b5be5a44c87a2",
        "f5ffb3b99a86e1e5d4a789f60f495792c1038bb0"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Wed Oct 03 23:51:49 2018 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Oct 03 23:51:49 2018 -0700"
      },
      "message": "Merge pull request #61 from KhronosGroup/egl15-man\n\nAdd EGL 1.5 reference pages, and additions to existing reference pages."
    },
    {
      "commit": "f5ffb3b99a86e1e5d4a789f60f495792c1038bb0",
      "tree": "36c5fe2d76691395c2ef5283367d4edaab583bb1",
      "parents": [
        "86a3379418cb59b616d61aeb36593f83d8c46da8"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Wed Oct 03 23:50:59 2018 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Wed Oct 03 23:50:59 2018 -0700"
      },
      "message": "Fixes #62\n"
    },
    {
      "commit": "ee1fb0ae3954e384df29b7e9ca0b5be5a44c87a2",
      "tree": "7f54b0aadee69ec9bc0a11ab6543eb7404a424aa",
      "parents": [
        "e87f2f2fd25f1ef4bedd42dde3d6bf865d88af57"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Sun Sep 30 21:21:44 2018 -0700"
      },
      "committer": {
        "name": "Jon Leech",
        "email": "oddhack@sonic.net",
        "time": "Sun Sep 30 21:21:44 2018 -0700"
      },
      "message": "Scripts now explicitly require Python 3.\nFix a typo in boilerplate at the start of generated headers.\n"
    },
    {
      "commit": "e87f2f2fd25f1ef4bedd42dde3d6bf865d88af57",
      "tree": "845b93011e9cbab9bd5bf277f2de782a9f0ef4e7",
      "parents": [
        "527941c064777a5d4154e59ecfcf77608d07a813",
        "f11bfe354c6304309fc89b71c8124830a06ee02a"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Sun Sep 30 21:02:01 2018 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 30 21:02:01 2018 -0700"
      },
      "message": "Merge pull request #59 from 1ace/fix/genheaders-deprecation\n\ngenheaders: fix time.clock() deprecation warning"
    },
    {
      "commit": "527941c064777a5d4154e59ecfcf77608d07a813",
      "tree": "82497ea89a0ddcfc2259f2b02008ef1d619af528",
      "parents": [
        "57cfcfdae67bce35e41cfe64e5a381483e585ec6",
        "830835c4e82b1ed61d2491e09e0788d3bc4ef6e3"
      ],
      "author": {
        "name": "Jon Leech",
        "email": "devrel@oddhack.org",
        "time": "Sun Sep 30 21:01:19 2018 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Sun Sep 30 21:01:19 2018 -0700"
      },
      "message": "Merge pull request #60 from 1ace/fix/typo\n\nEGL_EXT_gl_colorspace_scrgb_linear: fix typo"
    }
  ],
  "next": "57cfcfdae67bce35e41cfe64e5a381483e585ec6"
}
