)]}'
{
  "log": [
    {
      "commit": "95abf72a296b06a40472a6f364668a150a6e698a",
      "tree": "605bd586371aeaef07f928e1d36a070ddce47f0a",
      "parents": [
        "92fb730717168ccb53f1e6863816c901f80b8fd8",
        "275822a6261ee689aadb1da5f09a0ec2f058685c"
      ],
      "author": {
        "name": "Matt Sandy",
        "email": "msandy@google.com",
        "time": "Wed Jul 15 12:35:48 2026 -0700"
      },
      "committer": {
        "name": "Matt Sandy",
        "email": "msandy@google.com",
        "time": "Thu Jul 23 13:21:29 2026 -0700"
      },
      "message": "Merge tag \u0027vulkan-sdk-1.4.350.0\u0027 into main\n\nBug: 510484520\nChange-Id: Ic569070a879f1d150b7b99d0e9f67f62082228af\nReviewed-on: https://fuchsia-review.googlesource.com/c/third_party/glslang/+/1708874\nReviewed-by: Craig Stout \u003ccstout@google.com\u003e\n"
    },
    {
      "commit": "92fb730717168ccb53f1e6863816c901f80b8fd8",
      "tree": "b8144ec731a5b374cf2e2948926136db92fa020f",
      "parents": [
        "e9604f331a5efb64b7fa1c1436ba920aec7b2c36"
      ],
      "author": {
        "name": "Aidan Wolter",
        "email": "awolter@google.com",
        "time": "Tue Jun 16 16:59:21 2026 +0000"
      },
      "committer": {
        "name": "Aidan Wolter",
        "email": "awolter@google.com",
        "time": "Tue Jun 16 16:24:20 2026 -0700"
      },
      "message": "[fuchsia] Fix host build for glslang_validator\n\nRedirect glslang_extension_headers to the default toolchain.\nThis matches the redirection of glslang_build_info and ensures\nthat glsl_intrinsic_header.h is generated in the default\ntoolchain\u0027s target_gen_dir, where glslang_validator\u0027s\ninclude_dirs points to.\n\nWithout this, host builds of glslang_validator fail in clean\nbuilds because they cannot find glsl_intrinsic_header.h.\n\nBug: 516876349\nTest: fx ninja -C out/default host_x64/glslang_validator\nChange-Id: Ic0b5dd765fbbed6bade7d9949d767e4d335e749c\nReviewed-on: https://fuchsia-review.googlesource.com/c/third_party/glslang/+/1660674\nReviewed-by: Yilong Li \u003cliyl@google.com\u003e\n"
    },
    {
      "commit": "e9604f331a5efb64b7fa1c1436ba920aec7b2c36",
      "tree": "8e6525a73bfcab0d7d9478eb65b8273550e3763d",
      "parents": [
        "48526e7fe330553c9b20fbedd02eed612cc35291"
      ],
      "author": {
        "name": "Aidan Wolter",
        "email": "awolter@google.com",
        "time": "Wed Jun 10 15:57:56 2026 +0000"
      },
      "committer": {
        "name": "Aidan Wolter",
        "email": "awolter@google.com",
        "time": "Mon Jun 15 12:32:32 2026 -0700"
      },
      "message": "[fuchsia] Use resolved git HEAD path for build info\n\nUpdate BUILD.gn to redirect glslang_build_info to the default toolchain\nwhen building in the Fuchsia tree, and use the resolved git HEAD path\nfrom git_revisions.gni. This ensures the action reruns when the HEAD\nchanges, even in a git worktree.\n\nBug: 516876349\nTAG\u003dagy\nCONV\u003dbcc9f2ae-2088-4deb-b33f-1c2c7fc4597f\n\nChange-Id: If112638b0e1c7456cd7525838022defcad572e6c\nReviewed-on: https://fuchsia-review.googlesource.com/c/third_party/glslang/+/1647122\nReviewed-by: Yilong Li \u003cliyl@google.com\u003e\nReviewed-by: Aaron Wood \u003caaronwood@google.com\u003e\n"
    },
    {
      "commit": "275822a6261ee689aadb1da5f09a0ec2f058685c",
      "tree": "d1ce7fc53b14a8fb6ff4118f2b7b2296b4a1d243",
      "parents": [
        "08f27157ef61f88d3d292aa59ee89fcc40e08610"
      ],
      "author": {
        "name": "Jeremy Hayes",
        "email": "jeremy@lunarg.com",
        "time": "Fri May 01 13:58:40 2026 -0600"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Fri May 01 16:50:11 2026 -0400"
      },
      "message": "Update CHANGES for 16.3.0\n"
    },
    {
      "commit": "08f27157ef61f88d3d292aa59ee89fcc40e08610",
      "tree": "68ee79ea3a45dd5c0a6800913bcc8c65c6680a47",
      "parents": [
        "458ff50a67cb69371850068a62b78f1990a1ff9a"
      ],
      "author": {
        "name": "Chow",
        "email": "Shaochi.Zhou@amd.com",
        "time": "Sat May 02 03:49:44 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri May 01 15:49:44 2026 -0400"
      },
      "message": "Add support for SPV_KHR_constant_data and SPV_KHR_abort\n\n* Recreate abort impl in glslang.\n* OpAbortKHR should be the last instruction in a block\n- with no instructions following in the same way as OpReturn.\n* Each split sub-string has a terminator, so it should be +1 size now.\n* Let alignment of each element string be 32 bits.\n\n---------\n\nCo-authored-by: Craig Graham \u003ccraig.graham@samsung.com\u003e\nCo-authored-by: Arcady Goldmints-Orlov \u003carcady@lunarg.com\u003e"
    },
    {
      "commit": "458ff50a67cb69371850068a62b78f1990a1ff9a",
      "tree": "42e09c48b68b53cd2e9c7efe0912823ed5d63c26",
      "parents": [
        "203ede6da62ffcaa411d35c7ebc52e29a8d3364a"
      ],
      "author": {
        "name": "alelenv",
        "email": "40001162+alelenv@users.noreply.github.com",
        "time": "Wed Apr 29 18:09:47 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Apr 29 21:09:47 2026 -0400"
      },
      "message": "Update glslang for SPIRV issue 373"
    },
    {
      "commit": "203ede6da62ffcaa411d35c7ebc52e29a8d3364a",
      "tree": "4bedac58b82ba6125259c3af96e6b3dcab1ca69e",
      "parents": [
        "91bfd96ae494a9f1c503cacb0dfceef6d3075cb2"
      ],
      "author": {
        "name": "janharald",
        "email": "jan-harald.fredriksen@arm.com",
        "time": "Tue Apr 21 22:51:29 2026 +0200"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Apr 28 22:43:45 2026 -0400"
      },
      "message": "Require a quad or linear layout qualifier to be specified for GL_KHR_compute_shader_derivatives.\n"
    },
    {
      "commit": "91bfd96ae494a9f1c503cacb0dfceef6d3075cb2",
      "tree": "9ce8c95f1bc51797ef77a091968418bb4339c1b7",
      "parents": [
        "2e2475180c792794ad22081c60cdb31877043ffa"
      ],
      "author": {
        "name": "janharald",
        "email": "jan-harald.fredriksen@arm.com",
        "time": "Tue Apr 21 22:50:30 2026 +0200"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Apr 28 22:43:45 2026 -0400"
      },
      "message": "Adding support for GL_KHR_compute_shader_derivatives\n"
    },
    {
      "commit": "2e2475180c792794ad22081c60cdb31877043ffa",
      "tree": "ce5bfe38da398a4bf1623cad3c2250e99e777f4a",
      "parents": [
        "dde1a470818fff952b8e134d054bf1314505466d"
      ],
      "author": {
        "name": "dneto",
        "email": "dneto@google.com",
        "time": "Mon Apr 27 19:03:56 2026 -0400"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Apr 28 15:40:07 2026 -0400"
      },
      "message": "kokoro: use GCC 15\n\nGoogle internal bug 506281797\n"
    },
    {
      "commit": "dde1a470818fff952b8e134d054bf1314505466d",
      "tree": "20bc86367cf55e0253d4dfeb28dd89f233c29fe6",
      "parents": [
        "3f246a0523e9f8a4a8dd0364465f92317f39b007"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 27 06:53:00 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Apr 28 14:30:25 2026 -0400"
      },
      "message": "Bump lukka/get-cmake from 4.3.1 to 4.3.2\n\nBumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.3.1 to 4.3.2.\n- [Release notes](https://github.com/lukka/get-cmake/releases)\n- [Changelog](https://github.com/lukka/get-cmake/blob/main/RELEASE_PROCESS.md)\n- [Commits](https://github.com/lukka/get-cmake/compare/ea83089aa35e08e459464341fe24ad024ee2466f...7bfc9baacbbdcb5e37957ad05c3546b3e222be3c)\n\n---\nupdated-dependencies:\n- dependency-name: lukka/get-cmake\n  dependency-version: 4.3.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "3f246a0523e9f8a4a8dd0364465f92317f39b007",
      "tree": "f55da073d91fae25780fcd4d85db08c8efdb10fd",
      "parents": [
        "881a6fa2d2b6d5ed141bd8a7ef5e981098d654b2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 27 06:52:55 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Apr 28 13:58:28 2026 -0400"
      },
      "message": "Bump hendrikmuhs/ccache-action from 1.2.22 to 1.2.23\n\nBumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.22 to 1.2.23.\n- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)\n- [Commits](https://github.com/hendrikmuhs/ccache-action/compare/33522472633dbd32578e909b315f5ee43ba878ce...d62db5f07c26379fc4b4e0916f098a92573c3b03)\n\n---\nupdated-dependencies:\n- dependency-name: hendrikmuhs/ccache-action\n  dependency-version: 1.2.23\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "881a6fa2d2b6d5ed141bd8a7ef5e981098d654b2",
      "tree": "8a5709e29859e82681c06863770eba456a827cd4",
      "parents": [
        "6dc83846416597073fe621695d2e6d5b1b1a6fc7"
      ],
      "author": {
        "name": "ErikHogeman",
        "email": "erik.hogeman@arm.com",
        "time": "Tue Apr 28 19:36:27 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 28 13:36:27 2026 -0400"
      },
      "message": "Fix access chains for GL_ARM_tensors with raw descriptor heap accesses"
    },
    {
      "commit": "6dc83846416597073fe621695d2e6d5b1b1a6fc7",
      "tree": "7551b7fc08ad0642fc9f67ae1225e42dbae84019",
      "parents": [
        "0971d79400aa5811d24bb696a7a69565f5c4cb3b"
      ],
      "author": {
        "name": "dneto",
        "email": "dneto@google.com",
        "time": "Fri Apr 24 23:51:44 2026 -0400"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Apr 28 13:16:45 2026 -0400"
      },
      "message": "kokoro: test with clang-18\n\nGoogle-internal bug 393437270\n"
    },
    {
      "commit": "0971d79400aa5811d24bb696a7a69565f5c4cb3b",
      "tree": "47341395fc172e9e732b829a5902c11c3b0e82b2",
      "parents": [
        "39bfdd6ea1231fe6ba33709d0dae1d5d21a087b0"
      ],
      "author": {
        "name": "Diego Novillo",
        "email": "dnovillo@nvidia.com",
        "time": "Tue Apr 28 01:26:25 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Apr 28 01:26:25 2026 -0400"
      },
      "message": "Initial support for NonSemantic.Shader.DebugInfo 101 (#4220)\n\n* Rename NonSemanticShaderDebugInfo100.h to NonSemanticShaderDebugInfo.h\n\nDrop the version number from the file name and all C identifiers\nNo semantic change.\n\n* Add NonSemantic.Shader.DebugInfo.101 support\n\n- DebugTypeVectorIdEXT: emitted for OpTypeCooperativeVectorNV types\n  whose component count is a SPIR-V Id rather than a literal.\n- DebugTypeCooperativeMatrixKHR: emitted for OpTypeCooperativeMatrixKHR\n  types, replacing the former opaque-composite workaround.\n- Optional FPEncoding operand on DebugTypeBasic: identifies non-standard\n  float formats (bfloat16, float8 E4M3, float8 E5M2).\n\nThe NonSemantic.Shader.DebugInfo import string is only promoted to .101\nwhen a version-101 opcode is actually emitted."
    },
    {
      "commit": "39bfdd6ea1231fe6ba33709d0dae1d5d21a087b0",
      "tree": "026c6abd2facc1b21a105a02447bae2ec04b9eca",
      "parents": [
        "a3a83d095e358aae4d63ece088dcca71828e2de0"
      ],
      "author": {
        "name": "David Neto",
        "email": "dneto@google.com",
        "time": "Mon Apr 27 11:32:37 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 27 11:32:37 2026 -0400"
      },
      "message": "Add template deduction guide for Defer (#4234)\n\nThis avoids a Clang -Wctad-maybe-unsupported in some compiler\nconfigurations."
    },
    {
      "commit": "a3a83d095e358aae4d63ece088dcca71828e2de0",
      "tree": "6da2af4618584a9799693f7e14efa96eb90a8884",
      "parents": [
        "5ed4003a18a10a9d1bd7e43aaf1664499abffa83"
      ],
      "author": {
        "name": "GinShio",
        "email": "ginshio78@gmail.com",
        "time": "Thu Apr 23 02:55:09 2026 +0800"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Sat Apr 25 13:32:21 2026 -0400"
      },
      "message": "Add small type capabilities for GLSL.STD.450\n\nTypically, GLSL.STD.450 extension instructions are used with other\narithmetic operations or conversions for small types, which works fine.\nHowever, if the shader only uses GLSL.STD.450 functions, we fail to add\nthe capabilities for small types. This causes a validation error without\nthe corresponding capabilities.\n"
    },
    {
      "commit": "5ed4003a18a10a9d1bd7e43aaf1664499abffa83",
      "tree": "46bc4b5082ed2e3f7a0c021c0c16dd799e63ca2c",
      "parents": [
        "c2ebbbdac72b05787275d59e2dd6d8add43ca8b7"
      ],
      "author": {
        "name": "Einar Hov",
        "email": "einar.hov@arm.com",
        "time": "Fri Apr 24 03:52:34 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 23 22:52:34 2026 -0400"
      },
      "message": "Add support for bfloat16 and float8 tensors\n\nAdd the following extensions:\n\nGL_ARM_tensors_bfloat16\nGL_ARM_tensors_float_e5m2\nGL_ARM_tensors_float_e4m3\n\nAlso add GL_ARM_tensors extension definitions to preamble"
    },
    {
      "commit": "c2ebbbdac72b05787275d59e2dd6d8add43ca8b7",
      "tree": "dcd53bd725e438434e044b47f5add867ed062a8f",
      "parents": [
        "aa8e19e05f8b30d14b894fb2d94875bb6c8be3c6"
      ],
      "author": {
        "name": "Kyle Hiebel",
        "email": "khiebel@nvidia.com",
        "time": "Mon Apr 20 10:00:16 2026 -0700"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Thu Apr 23 21:31:44 2026 -0400"
      },
      "message": "Unconditionally emit debug source for include files when using non-semantic debug info + test\n"
    },
    {
      "commit": "aa8e19e05f8b30d14b894fb2d94875bb6c8be3c6",
      "tree": "b8f0733e26a73b78d3639d4d3903b43867286d88",
      "parents": [
        "46a961a14ddf3032b7e05ce4dc7ef4068997cb61"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 20 06:35:34 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Apr 20 10:41:59 2026 -0400"
      },
      "message": "Bump github/codeql-action from 4.35.1 to 4.35.2\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.35.1 to 4.35.2.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/c10b8064de6f491fea524254123dbe5e09572f13...95e58e9a2cdfd71adc6e0353d5c52f41a045d225)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.35.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "46a961a14ddf3032b7e05ce4dc7ef4068997cb61",
      "tree": "9b411227e5a65ee99b386ad3f4fd211b46affd6f",
      "parents": [
        "0af41187d52e3ad6bd2247fc34e67d51cd4b5c2d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 13 06:25:35 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Fri Apr 17 19:41:45 2026 -0400"
      },
      "message": "Bump actions/upload-artifact from 7.0.0 to 7.0.1\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 7.0.0 to 7.0.1.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/bbbca2ddaa5d8feaa63e36b76fdaad77386f024f...043fb46d1a93c77aae656e7c1c64a875d1fc6a0a)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n  dependency-version: 7.0.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "0af41187d52e3ad6bd2247fc34e67d51cd4b5c2d",
      "tree": "fcf96946b695ce093c4c4b1179ff6836b43e9878",
      "parents": [
        "9593cbf4e6ba7be79a8d58792714adb16904cfb7"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 13 06:25:45 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Fri Apr 17 19:27:17 2026 -0400"
      },
      "message": "Bump actions/github-script from 8.0.0 to 9.0.0\n\nBumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0.\n- [Release notes](https://github.com/actions/github-script/releases)\n- [Commits](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3)\n\n---\nupdated-dependencies:\n- dependency-name: actions/github-script\n  dependency-version: 9.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "9593cbf4e6ba7be79a8d58792714adb16904cfb7",
      "tree": "adbbadd8fb0733761b49291298cb1fee1b0675f8",
      "parents": [
        "7a78bf564a2f1029f8f359aec193f3b6c4f55cca"
      ],
      "author": {
        "name": "Diego Novillo",
        "email": "dnovillo@nvidia.com",
        "time": "Thu Apr 16 15:31:12 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 16 15:31:12 2026 -0400"
      },
      "message": "Deprecate the HLSL front-end.\n\nAdd HLSL deprecation notice to README.md"
    },
    {
      "commit": "7a78bf564a2f1029f8f359aec193f3b6c4f55cca",
      "tree": "5cc22e4dce9e8629f227164c621c4e5b62dfb463",
      "parents": [
        "dcf1aaa6fd7dc2081f17aa0a4f1590a76473d961"
      ],
      "author": {
        "name": "¥IGA",
        "email": "yiga.steam@gmail.com",
        "time": "Sun Apr 12 12:37:04 2026 +0200"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Wed Apr 15 17:43:37 2026 -0400"
      },
      "message": "Avoid useless copies in SpirvIntrinsics.cpp\n"
    },
    {
      "commit": "dcf1aaa6fd7dc2081f17aa0a4f1590a76473d961",
      "tree": "7a8821721cef8029159183621d0a29133a35d855",
      "parents": [
        "5075e912fa8838db33b0b8db1a71eaa8133122c9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Apr 09 17:03:16 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Thu Apr 09 15:40:41 2026 -0400"
      },
      "message": "Bump hendrikmuhs/ccache-action from 1.2.21 to 1.2.22\n\nBumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.21 to 1.2.22.\n- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)\n- [Commits](https://github.com/hendrikmuhs/ccache-action/compare/1bbbcda0748b3e340dee71a314fa68ffcbd6df79...33522472633dbd32578e909b315f5ee43ba878ce)\n\n---\nupdated-dependencies:\n- dependency-name: hendrikmuhs/ccache-action\n  dependency-version: 1.2.22\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "5075e912fa8838db33b0b8db1a71eaa8133122c9",
      "tree": "fcf748d105c6d6870d9b3153140876aea909d68c",
      "parents": [
        "ddd6e6ddb87dc9f0faf31fe122e5f70a39fd28c4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Apr 06 06:23:58 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Thu Apr 09 13:02:15 2026 -0400"
      },
      "message": "Bump mymindstorm/setup-emsdk from 14 to 15\n\nBumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 14 to 15.\n- [Release notes](https://github.com/mymindstorm/setup-emsdk/releases)\n- [Commits](https://github.com/mymindstorm/setup-emsdk/compare/6ab9eb1bda2574c4ddb79809fc9247783eaf9021...667eb33f24e84e7f362c16d8d7fff0629a73e15e)\n\n---\nupdated-dependencies:\n- dependency-name: mymindstorm/setup-emsdk\n  dependency-version: \u002715\u0027\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "ddd6e6ddb87dc9f0faf31fe122e5f70a39fd28c4",
      "tree": "03ea0c50f484332dd05fc410bc5cbd9615a50bfb",
      "parents": [
        "7d9fae2c95024cdf010006288bcacf5fea1fd6e9"
      ],
      "author": {
        "name": "David Neto",
        "email": "dneto@google.com",
        "time": "Thu Apr 09 12:53:37 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Apr 09 12:53:37 2026 -0400"
      },
      "message": "hlsl: Ensure scope is popped even when method body fails to parse\n\nUpdate the function body parsing so that scopes are popped even if function body parsing fails.\nScopes are created and destroyed in the process of parsing HLSL method bodies (and function bodies in general).\nOn some error paths, the scope was not being popped. This caused a crash later on.\n\nAdd glslang::Defer\nA Defer object will, when destroyed, will call a given function. Use this to conveniently schedule an action along all exit paths from a function."
    },
    {
      "commit": "7d9fae2c95024cdf010006288bcacf5fea1fd6e9",
      "tree": "432b0cdbd997e5402718be13ab159850486dcb82",
      "parents": [
        "59e5dcc3b786c5a0a8548103d05be0cd8789dc29"
      ],
      "author": {
        "name": "David Neto",
        "email": "dneto@google.com",
        "time": "Mon Apr 06 12:03:57 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 06 12:03:57 2026 -0400"
      },
      "message": "HLSL: handle type error for ternary operator (#4207)\n\nAdd test cases:\n- simple: no conversion, succeeds\n- conversion: requires conversion, succeeds\n- error: invalid, fails"
    },
    {
      "commit": "59e5dcc3b786c5a0a8548103d05be0cd8789dc29",
      "tree": "7f40301bbab9391294c620fbee0d601a95c4f13a",
      "parents": [
        "715c8500e7cd67f2eba9e60e98852a1ed49d2f15"
      ],
      "author": {
        "name": "David Neto",
        "email": "dneto@google.com",
        "time": "Mon Apr 06 10:36:44 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Mon Apr 06 10:36:44 2026 -0400"
      },
      "message": "HLSL: Check for bad integer argument on Load*, Store*, Interlocked* (#4208)"
    },
    {
      "commit": "715c8500e7cd67f2eba9e60e98852a1ed49d2f15",
      "tree": "2a478768a79b7e7c4fa7831e6c5e7da5d04782fc",
      "parents": [
        "2bb9da378bc55360253bed2cba11545929c1e8c4"
      ],
      "author": {
        "name": "David Neto",
        "email": "dneto@google.com",
        "time": "Tue Mar 31 15:51:27 2026 -0400"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 31 15:51:27 2026 -0400"
      },
      "message": "Check for bad parameters on long vector type (#4200)\n\nAdd three kinds of tests for vector types that have bad template\nparameters.\n- variable declarations\n- constructor expressions as their own statments\n- constructor expressions as the type in a variable declaration\n\nBefore the fix, the last case caused a crash in the compiler.\n\nBug: crbug.com/486238211\n\n* Check for bad parameters on long vector type\n\nBug: crbug.com/486238211\n\n* A long vector type without a size says it has 0 components\n\nThis avoids a crash when trying to parse a function call\nlike the following:\n\n    vector\u003cfloat\u003e(0);"
    },
    {
      "commit": "2bb9da378bc55360253bed2cba11545929c1e8c4",
      "tree": "2c059ba3ad3ae3ea3fbc3219016e9e9b670abd80",
      "parents": [
        "32a3a77b0dc87832e8f0c38b581812562252f3b3"
      ],
      "author": {
        "name": "Romaric Jodin",
        "email": "rjodin@google.com",
        "time": "Tue Mar 31 17:05:34 2026 +0200"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Mar 31 11:05:34 2026 -0400"
      },
      "message": "preprocessor: Replace ostringstream with string concat in #include (#4205)\n\nUsing `std::ostringstream` to format line numbers and header names during `#include` preprocessing causes a `RuntimeError: function signature mismatch` in certain WebAssembly (WASM) environments. This occurs because WebAssembly runtimes enforce strict type checking for virtual table lookups (e.g., `std::num_put::put`).\n\nBy replacing the `std::ostringstream` with standard string concatenation and `std::to_string`, we bypass the standard library\u0027s heavy virtual localization machinery.\n\nThis change unblocks WebAssembly ports and slightly reduces overhead without altering any preprocessing logic."
    },
    {
      "commit": "32a3a77b0dc87832e8f0c38b581812562252f3b3",
      "tree": "4aba291e16266fff506eb74b952761e3cc3e9be6",
      "parents": [
        "124e7c3c51ce318447252317a85417dc0aafc84a"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 30 06:24:02 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Mar 30 17:14:53 2026 -0400"
      },
      "message": "Bump github/codeql-action from 4.34.1 to 4.35.1\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.34.1 to 4.35.1.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/38697555549f1db7851b81482ff19f1fa5c4fedc...c10b8064de6f491fea524254123dbe5e09572f13)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.35.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "124e7c3c51ce318447252317a85417dc0aafc84a",
      "tree": "b7e9e4aa097b31e8ea0d06f6af8f60f18b0a2cb2",
      "parents": [
        "7fb81fa42fb713e354807f9abab42ba7967691c3"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 30 06:23:50 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Mar 30 17:14:20 2026 -0400"
      },
      "message": "Bump lukka/get-cmake from 4.3.0 to 4.3.1\n\nBumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.3.0 to 4.3.1.\n- [Release notes](https://github.com/lukka/get-cmake/releases)\n- [Changelog](https://github.com/lukka/get-cmake/blob/main/RELEASE_PROCESS.md)\n- [Commits](https://github.com/lukka/get-cmake/compare/b78306120111dc2522750771cfd09ee7ca723687...ea83089aa35e08e459464341fe24ad024ee2466f)\n\n---\nupdated-dependencies:\n- dependency-name: lukka/get-cmake\n  dependency-version: 4.3.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "7fb81fa42fb713e354807f9abab42ba7967691c3",
      "tree": "3680bc67ff16b08fab2d32b3dcbccbedf71812bc",
      "parents": [
        "e4c40890710586ea02a2d457a123b7c339d526f7"
      ],
      "author": {
        "name": "spencer-lunarg",
        "email": "spencer@lunarg.com",
        "time": "Fri Mar 27 10:17:11 2026 -0400"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Fri Mar 27 12:20:30 2026 -0400"
      },
      "message": "Fix builtIn having invalid ShaderDebugInfo lines\n"
    },
    {
      "commit": "e4c40890710586ea02a2d457a123b7c339d526f7",
      "tree": "bbe3cdc23c0501456d8f6c6cae4cc3cddd94dd07",
      "parents": [
        "a027192d0d528e2c190c8ffc93647ebddc498e49"
      ],
      "author": {
        "name": "spencer-lunarg",
        "email": "spencer@lunarg.com",
        "time": "Thu Mar 19 11:28:42 2026 -0400"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Mar 24 10:49:24 2026 -0400"
      },
      "message": "Fix ShaderDebugInfo having invalid line numbers in 1.0\n"
    },
    {
      "commit": "a027192d0d528e2c190c8ffc93647ebddc498e49",
      "tree": "5b4b89d60d5902349880f616fce6334bdcecad29",
      "parents": [
        "0f8bd4945d2d88fa68560f4b17d1f066740928ac"
      ],
      "author": {
        "name": "spencer-lunarg",
        "email": "spencer@lunarg.com",
        "time": "Fri Mar 20 13:26:35 2026 -0400"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Mar 24 10:28:31 2026 -0400"
      },
      "message": "Fix invalid tests in hlsl.format.rwtexture.frag\n"
    },
    {
      "commit": "0f8bd4945d2d88fa68560f4b17d1f066740928ac",
      "tree": "dbd7b6375c5bff08f6a69dd48b8a0c816c14d42e",
      "parents": [
        "f26a16effe4fe7aa608ebb799721c1003dd4a3b8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 23 06:18:24 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Mar 23 19:09:30 2026 -0400"
      },
      "message": "Bump lukka/get-cmake from 4.2.3 to 4.3.0\n\nBumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.2.3 to 4.3.0.\n- [Release notes](https://github.com/lukka/get-cmake/releases)\n- [Changelog](https://github.com/lukka/get-cmake/blob/main/RELEASE_PROCESS.md)\n- [Commits](https://github.com/lukka/get-cmake/compare/f176ccd3f28bda569c43aae4894f06b2435a3375...b78306120111dc2522750771cfd09ee7ca723687)\n\n---\nupdated-dependencies:\n- dependency-name: lukka/get-cmake\n  dependency-version: 4.3.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f26a16effe4fe7aa608ebb799721c1003dd4a3b8",
      "tree": "270709fd27394731b64d0aa58482da49dc213800",
      "parents": [
        "5792210ecf4f676f56e5d3346a9eed686d96eab2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 23 06:18:32 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Mar 23 18:21:00 2026 -0400"
      },
      "message": "Bump github/codeql-action from 4.32.6 to 4.34.1\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.6 to 4.34.1.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/0d579ffd059c29b07949a3cce3983f0780820c98...38697555549f1db7851b81482ff19f1fa5c4fedc)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.34.1\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "5792210ecf4f676f56e5d3346a9eed686d96eab2",
      "tree": "ce1c0276b9e9f604d378499e393c077fe4d7cf84",
      "parents": [
        "36ee985cde10ae4592ba37c09f376ade86ed18c2"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 23 06:18:20 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Mar 23 18:19:53 2026 -0400"
      },
      "message": "Bump hendrikmuhs/ccache-action from 1.2.20 to 1.2.21\n\nBumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.20 to 1.2.21.\n- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)\n- [Commits](https://github.com/hendrikmuhs/ccache-action/compare/5ebbd400eff9e74630f759d94ddd7b6c26299639...1bbbcda0748b3e340dee71a314fa68ffcbd6df79)\n\n---\nupdated-dependencies:\n- dependency-name: hendrikmuhs/ccache-action\n  dependency-version: 1.2.21\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "36ee985cde10ae4592ba37c09f376ade86ed18c2",
      "tree": "8a93ecf50b3c63404d526465c7cfd0101d46901c",
      "parents": [
        "09c541ee5b22bbac307987b50d86ec2b4f683d75"
      ],
      "author": {
        "name": "James Dolan",
        "email": "jamesdolan@users.noreply.github.com",
        "time": "Fri Mar 20 10:36:53 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 20 13:36:53 2026 -0400"
      },
      "message": "fix alignment of guard blocks (#4137)"
    },
    {
      "commit": "09c541ee5b22bbac307987b50d86ec2b4f683d75",
      "tree": "c81e4deabb00783942e3e06e925f0319dc2cdfee",
      "parents": [
        "959ff4a0dba11111c5c999f1235c798431475322"
      ],
      "author": {
        "name": "Jeff Bolz",
        "email": "jbolz@nvidia.com",
        "time": "Fri Mar 13 10:25:06 2026 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Fri Mar 13 10:25:06 2026 -0500"
      },
      "message": "GL_EXT_long_vector with 2-4 components doesn\u0027t require LongVector capability (#4188)"
    },
    {
      "commit": "959ff4a0dba11111c5c999f1235c798431475322",
      "tree": "f6d3d52565643e5c9a3d791d9f5c81995f0a105b",
      "parents": [
        "8c74e789384a3d1e5b11f3804a53f12225ad8bc8"
      ],
      "author": {
        "name": "Guang-035",
        "email": "xuguang035@gmail.com",
        "time": "Wed Mar 11 10:44:32 2026 +0800"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Wed Mar 11 09:51:23 2026 -0600"
      },
      "message": "Add image descriptor stride test and rename BufferStride to Stride\n\nAdd an image2D declaration with descriptor_stride\u003d1024 alongside the\nexisting buffer test with descriptor_stride\u003d512, covering both buffer\nand image descriptor types as suggested in code review.\n"
    },
    {
      "commit": "8c74e789384a3d1e5b11f3804a53f12225ad8bc8",
      "tree": "cf84dfd261becd3383bf124b2498433424c29d3f",
      "parents": [
        "a19eea9a9125cc27c8492af78c55459f6cf24a16"
      ],
      "author": {
        "name": "Guang-035",
        "email": "xuguang035@gmail.com",
        "time": "Tue Mar 10 14:45:41 2026 +0800"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Wed Mar 11 09:51:23 2026 -0600"
      },
      "message": "Add test for descriptor_stride with large values\n"
    },
    {
      "commit": "a19eea9a9125cc27c8492af78c55459f6cf24a16",
      "tree": "b80194d08112ff5310282ab7d5d04a6689d97edf",
      "parents": [
        "d1f52c8993a501bd52d4fbd044bfeb9ecdceb9f4"
      ],
      "author": {
        "name": "Guang-035",
        "email": "xuguang035@gmail.com",
        "time": "Tue Mar 10 10:59:04 2026 +0800"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Wed Mar 11 09:51:23 2026 -0600"
      },
      "message": "Fix layoutDescriptorStride bitfield truncation for large stride values\n\nMade-with: Cursor\n"
    },
    {
      "commit": "d1f52c8993a501bd52d4fbd044bfeb9ecdceb9f4",
      "tree": "a8716ef6d470d7523d6284cc075c93184c8665ae",
      "parents": [
        "f299b38d04bdf788b889af23de6b41d6de910434"
      ],
      "author": {
        "name": "dneto",
        "email": "dneto@google.com",
        "time": "Sat Mar 07 01:23:08 2026 -0500"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Tue Mar 10 17:03:27 2026 -0600"
      },
      "message": "HLSL: provide string error context only if token is a string\n\nSome parse errors provide the token string as context.\nIn some cases the most recent token might not be a string at all.\nIn those cases, provide an empty string instead, rather than\ntrying to read a corrupted pointer in the union.\n\nBug: crbug.com/247877918\n"
    },
    {
      "commit": "f299b38d04bdf788b889af23de6b41d6de910434",
      "tree": "30d7c401260cf014ed3f9734a7e62c22c12fffee",
      "parents": [
        "9c4f12c5fe189ecffa50b2d030c430118437a5a8"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 09 06:20:27 2026 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Tue Mar 10 13:42:19 2026 -0600"
      },
      "message": "Bump github/codeql-action from 4.32.4 to 4.32.6\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.4 to 4.32.6.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/89a39a4e59826350b863aa6b6252a07ad50cf83e...0d579ffd059c29b07949a3cce3983f0780820c98)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.32.6\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "9c4f12c5fe189ecffa50b2d030c430118437a5a8",
      "tree": "612ba1740b3ec4c392da621ded1d9ff078e8e25b",
      "parents": [
        "b11b03839c940685b0201026bd2a4ffef1d5a4b8"
      ],
      "author": {
        "name": "Arcady Goldmints-Orlov",
        "email": "arcady@lunarg.com",
        "time": "Thu Mar 05 20:35:13 2026 -0500"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Tue Mar 10 13:40:37 2026 -0600"
      },
      "message": "Check for invalid usage of gl_WorkGroupSize components\n\nThe check for usage of gl_WorkGroupSize before a local_size_[xyz]\ndeclaration was not being hit in cases of access to a component\nbecause those usages get constant folded just as they are being\nparsed. This change adds a check before the call to foldSwizzle()\nto catch these cases.\n"
    },
    {
      "commit": "b11b03839c940685b0201026bd2a4ffef1d5a4b8",
      "tree": "3abc5cd2c33487b72b1a8eab425fadbbe7d29982",
      "parents": [
        "f1437db5fbf51161b5de0eca18121ef359c5dedd"
      ],
      "author": {
        "name": "mmmhj2",
        "email": "vincent_li_2024@126.com",
        "time": "Thu Mar 05 23:55:15 2026 +0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 05 10:55:15 2026 -0500"
      },
      "message": "Implement \u003csystem\u003e include for the standalone wrapper (#4154)\n\n* Implement #include \u003csystem\u003e directives\n* Add HLSL test for \u003csystem\u003e inclusion\n* Add GLSL system inclusion test\n* Add test for unresolved system inclusion"
    },
    {
      "commit": "f1437db5fbf51161b5de0eca18121ef359c5dedd",
      "tree": "0194c45d52372297bf6e871ed115f9daf550a618",
      "parents": [
        "c0d54e2b6b3f1e56e657c8e388b2310791624303"
      ],
      "author": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Thu Mar 05 07:34:46 2026 -0500"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Mar 05 07:34:46 2026 -0500"
      },
      "message": "Add explicit type support for bitfieldReverse (#4174)\n\nThis was missing for 8- and 16-bit types.\n\n* Add unit tests for bit operations with 8/16-bit types\n\nThis adds tests for bitfieldExtract, bitfieldInsert, bitfieldReverse,\nbitCount, findLSB, and findMSB with arguments of explicitly sized\n8-bit and 16-bit signed and unsigned integers.\n\n---------\n\nCo-authored-by: Graeme Leese \u003cgleese@broadcom.com\u003e"
    },
    {
      "commit": "c0d54e2b6b3f1e56e657c8e388b2310791624303",
      "tree": "536f6e7700920a52b5f2e3f0a84f6428675e7abe",
      "parents": [
        "e966816ab28ab7cb448d5b33270b43c941b343d4"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Mar 02 06:26:30 2026 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Tue Mar 03 16:06:11 2026 -0700"
      },
      "message": "Bump actions/upload-artifact from 6.0.0 to 7.0.0\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6.0.0 to 7.0.0.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/b7c566a772e6b6bfb58ed0dc250532a479d7789f...bbbca2ddaa5d8feaa63e36b76fdaad77386f024f)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n  dependency-version: 7.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "e966816ab28ab7cb448d5b33270b43c941b343d4",
      "tree": "590d865b1dbfe9e824f8ccfd523a4e421affeb3a",
      "parents": [
        "a0b70c2af7709bc1baa8b505a2ef6611fbaa7710"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 23 06:32:13 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Feb 23 22:31:02 2026 -0500"
      },
      "message": "Bump github/codeql-action from 4.32.3 to 4.32.4\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.3 to 4.32.4.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/9e907b5e64f6b83e7804b09294d44122997950d6...89a39a4e59826350b863aa6b6252a07ad50cf83e)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.32.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "a0b70c2af7709bc1baa8b505a2ef6611fbaa7710",
      "tree": "07b36cc038fe3ee543fa956f044c4166811c14bf",
      "parents": [
        "5b226551be1f4f4595eb3aa9a7e300df870baa82"
      ],
      "author": {
        "name": "Arcady Goldmints-Orlov",
        "email": "arcady@lunarg.com",
        "time": "Fri Jan 09 00:18:15 2026 -0500"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Mon Feb 23 09:02:46 2026 -0700"
      },
      "message": "Raise the maximum limit for specialization constant IDs\n\nThis was capped at 0x7ff for unclear reasons, now it can be any 32-bit\nvalue up to INT_MAX.\n"
    },
    {
      "commit": "5b226551be1f4f4595eb3aa9a7e300df870baa82",
      "tree": "c8d678251a83460c3c4aed9793511cb0f7aaf4d0",
      "parents": [
        "b83b2462ae7199c1560c68a710fb373bc2f75f86"
      ],
      "author": {
        "name": "spencer-lunarg",
        "email": "spencer@lunarg.com",
        "time": "Wed Feb 18 09:42:57 2026 -0500"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Wed Feb 18 17:54:38 2026 -0500"
      },
      "message": "ci: Add continuous_integration dependency\n"
    },
    {
      "commit": "b83b2462ae7199c1560c68a710fb373bc2f75f86",
      "tree": "69a19c6d9a50dd3f4347c9335ccd4dd7d2976176",
      "parents": [
        "617ecc40dc1d2e64b2796198769ef035d73b9e16"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 16 06:26:18 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Feb 16 18:23:20 2026 -0800"
      },
      "message": "Bump github/codeql-action from 4.32.0 to 4.32.3\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.32.0 to 4.32.3.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/b20883b0cd1f46c72ae0ba6d1090936928f9fa30...9e907b5e64f6b83e7804b09294d44122997950d6)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.32.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "617ecc40dc1d2e64b2796198769ef035d73b9e16",
      "tree": "0142d3496e7018b8ce85534d96e07040db652d8f",
      "parents": [
        "022de31e7ffa5230068858d9e6cd85ae11170bda"
      ],
      "author": {
        "name": "dneto",
        "email": "dneto@google.com",
        "time": "Thu Feb 12 08:14:47 2026 -0500"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Thu Feb 12 08:59:20 2026 -0800"
      },
      "message": "Fix string conversion warning in assert\n\nThe assert wasn\u0027t doing what was expected.\n"
    },
    {
      "commit": "022de31e7ffa5230068858d9e6cd85ae11170bda",
      "tree": "a830c49da40cc9113f940d1ea733781f4c199463",
      "parents": [
        "f5f664dee8146676b04a332a7233959fc3ce9681"
      ],
      "author": {
        "name": "Cosima Neidahl",
        "email": "opna2608@protonmail.com",
        "time": "Wed Feb 11 20:56:47 2026 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Feb 11 11:56:47 2026 -0800"
      },
      "message": "cmake: Look for external gtest build, if not building in-tree\n\n"
    },
    {
      "commit": "f5f664dee8146676b04a332a7233959fc3ce9681",
      "tree": "3da8b0d36810d2b77f29b758c9e87deb8358992a",
      "parents": [
        "c6866ac90c2633a8e5e2cfdfa997b08bf5876137"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 02 06:36:00 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Feb 09 12:23:38 2026 -0800"
      },
      "message": "Bump github/codeql-action from 4.31.11 to 4.32.0\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.11 to 4.32.0.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/19b2f06db2b6f5108140aeb04014ef02b648f789...b20883b0cd1f46c72ae0ba6d1090936928f9fa30)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.32.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "c6866ac90c2633a8e5e2cfdfa997b08bf5876137",
      "tree": "962fa2a9873af0e6ba1b0e2004a83d248c385301",
      "parents": [
        "e9c2cb495285706c6980932483e7fa9566107ac1"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 02 06:36:05 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Feb 09 12:09:25 2026 -0800"
      },
      "message": "Bump lukka/get-cmake from 4.2.2 to 4.2.3\n\nBumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.2.2 to 4.2.3.\n- [Release notes](https://github.com/lukka/get-cmake/releases)\n- [Changelog](https://github.com/lukka/get-cmake/blob/main/RELEASE_PROCESS.md)\n- [Commits](https://github.com/lukka/get-cmake/compare/dc05ee1ee5ba69770230c73a6a4e947595745cab...f176ccd3f28bda569c43aae4894f06b2435a3375)\n\n---\nupdated-dependencies:\n- dependency-name: lukka/get-cmake\n  dependency-version: 4.2.3\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "e9c2cb495285706c6980932483e7fa9566107ac1",
      "tree": "f27bcd013546068a48d140193139b6537ddd5ca8",
      "parents": [
        "968eb87c07f957520b7a96433933bb8d2bb0fc3c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Feb 02 06:36:12 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Feb 09 13:06:48 2026 -0500"
      },
      "message": "Bump actions/checkout from 6.0.1 to 6.0.2\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/8e8c483db84b4bee98b60c0593521ed34d9990e8...de0fac2e4500dabe0009e67214ff5f5447ce83dd)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: 6.0.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "968eb87c07f957520b7a96433933bb8d2bb0fc3c",
      "tree": "d55709466b4b5567fca5fff4892cd33a7116fff3",
      "parents": [
        "43023b117abb3153e2ca400010d51dabebaae446"
      ],
      "author": {
        "name": "alelenv",
        "email": "40001162+alelenv@users.noreply.github.com",
        "time": "Tue Feb 03 05:29:45 2026 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Feb 03 08:29:45 2026 -0500"
      },
      "message": "Add support for GL_NV_explicit_typecast. (#4161)\n\n* Add support for GL_NV_explicit_typecast.\n\n* Add a warning for unexpected legal usage of unary typecast operation."
    },
    {
      "commit": "43023b117abb3153e2ca400010d51dabebaae446",
      "tree": "d0f6dcbd69e0e4a3dc43687bc1f2c76dd4ba6672",
      "parents": [
        "0e29f99e9c0265538aededc466b5aeca22af4723"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Thu Jan 29 21:56:23 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Thu Jan 29 17:33:37 2026 -0500"
      },
      "message": "Bump actions/setup-python from 6.1.0 to 6.2.0\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 6.1.0 to 6.2.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/83679a892e2d95755f2dac6acb0bfd1e9ac5d548...a309ff8b426b58ec0e2a45f0f869d46889d02405)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n  dependency-version: 6.2.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "0e29f99e9c0265538aededc466b5aeca22af4723",
      "tree": "5a1fbeb2c4a5920884b29ee672ad34d4063a6e67",
      "parents": [
        "57463e8265c8f95a850655f53d41930955c9c4f9"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 26 06:39:48 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Thu Jan 29 16:54:45 2026 -0500"
      },
      "message": "Bump lukka/get-cmake from 4.2.1 to 4.2.2\n\nBumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.2.1 to 4.2.2.\n- [Release notes](https://github.com/lukka/get-cmake/releases)\n- [Commits](https://github.com/lukka/get-cmake/compare/9e07ecdcee1b12e5037e42f410b67f03e2f626e1...dc05ee1ee5ba69770230c73a6a4e947595745cab)\n\n---\nupdated-dependencies:\n- dependency-name: lukka/get-cmake\n  dependency-version: 4.2.2\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "57463e8265c8f95a850655f53d41930955c9c4f9",
      "tree": "74a18eb376cd810f200777e5cb88769dde2a0a5c",
      "parents": [
        "f0bd0257c308b9a26562c1a30c4748a0219cc951"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 26 06:39:45 2026 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Thu Jan 29 16:50:51 2026 -0500"
      },
      "message": "Bump github/codeql-action from 4.31.10 to 4.31.11\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.10 to 4.31.11.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/cdefb33c0f6224e58673d9004f47f7cb3e328b89...19b2f06db2b6f5108140aeb04014ef02b648f789)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.31.11\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f0bd0257c308b9a26562c1a30c4748a0219cc951",
      "tree": "ee71bf907060016f6004e3b3b107fd8dd66f94c6",
      "parents": [
        "592c09742e5f39adf9b4e87565a25d988353e404"
      ],
      "author": {
        "name": "Jeremy Hayes",
        "email": "jeremy@lunarg.com",
        "time": "Thu Jan 22 20:08:37 2026 -0700"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Thu Jan 22 20:35:29 2026 -0700"
      },
      "message": "Update CHANGES for 16.2.0\n"
    },
    {
      "commit": "592c09742e5f39adf9b4e87565a25d988353e404",
      "tree": "59f8633d0f053e1ee2cb9ef5e4fb427cfae67ed0",
      "parents": [
        "6199417ce98adccca399381f263e78add00b1f29"
      ],
      "author": {
        "name": "Jeremy Hayes",
        "email": "jeremy@lunarg.com",
        "time": "Thu Jan 22 19:06:37 2026 -0700"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Thu Jan 22 20:09:37 2026 -0700"
      },
      "message": "Update known_good.json\n"
    },
    {
      "commit": "6199417ce98adccca399381f263e78add00b1f29",
      "tree": "e6af031bf0e2a9344c3e73fccd8e88d33905cd58",
      "parents": [
        "c8d3e0661aa2838d4986520f92c99444e4096c48"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Jan 19 06:56:17 2026 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Thu Jan 22 18:52:39 2026 -0700"
      },
      "message": "Bump github/codeql-action from 4.31.9 to 4.31.10\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.9 to 4.31.10.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/5d4e8d1aca955e8d8589aabd499c5cae939e33c7...cdefb33c0f6224e58673d9004f47f7cb3e328b89)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.31.10\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "c8d3e0661aa2838d4986520f92c99444e4096c48",
      "tree": "fa552893cb54741cb12ab5f5a172db8981866b78",
      "parents": [
        "6b3c0c6e2531d53fd6a513b8a294120a8a1d89ad"
      ],
      "author": {
        "name": "Shaochi Zhou(AMD)",
        "email": "Shaochi.Zhou@amd.com",
        "time": "Wed Jan 21 18:32:48 2026 +0800"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Thu Jan 22 18:31:30 2026 -0700"
      },
      "message": "Implement extension GL_EXT_descriptor_heap.\n"
    },
    {
      "commit": "6b3c0c6e2531d53fd6a513b8a294120a8a1d89ad",
      "tree": "5d2474b7c3925fb6889eeee9eb3003e3ce94b2e9",
      "parents": [
        "42b0ef1ddb872ddb5183efecd712944c279baf48"
      ],
      "author": {
        "name": "Piers Daniell",
        "email": "pdaniell@nvidia.com",
        "time": "Thu Jan 22 12:48:57 2026 -0700"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Jan 22 14:48:57 2026 -0500"
      },
      "message": "Implement support for GL_NV_push_constant_bank (#4157)\n\n"
    },
    {
      "commit": "42b0ef1ddb872ddb5183efecd712944c279baf48",
      "tree": "10a721b715f2656bc6292210ec37d6d083cce935",
      "parents": [
        "2e7feec7e4394679cbaa4335aa98ed2b7ea8eed5"
      ],
      "author": {
        "name": "Arcady Goldmints-Orlov",
        "email": "arcady@lunarg.com",
        "time": "Fri Jan 16 21:54:34 2026 -0500"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Sat Jan 17 15:04:36 2026 -0700"
      },
      "message": "Add missing preamble #define for GL_EXT_nontemporal_keyword\n"
    },
    {
      "commit": "2e7feec7e4394679cbaa4335aa98ed2b7ea8eed5",
      "tree": "9a83c6fb0c7bb9c2e7d235d46efc88c4b2ac44a9",
      "parents": [
        "db3388901e403617fa2fe816fe6bf131c847abb2"
      ],
      "author": {
        "name": "Arcady Goldmints-Orlov",
        "email": "arcady@lunarg.com",
        "time": "Fri Jan 16 15:43:43 2026 -0600"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Fri Jan 16 16:47:02 2026 -0700"
      },
      "message": "cmake: Enable more MSVC warnings\n\nThese warnings are automatically enabled by MSVC when doing LTO so we\nmay as well enable them all the time.\n"
    },
    {
      "commit": "db3388901e403617fa2fe816fe6bf131c847abb2",
      "tree": "acbf6ccd128244494b1385503cdfa6d9ac163453",
      "parents": [
        "7881226269b1596feb604515743f528f02041375"
      ],
      "author": {
        "name": "Arcady Goldmints-Orlov",
        "email": "arcady@lunarg.com",
        "time": "Fri Jan 16 12:19:41 2026 -0600"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Fri Jan 16 13:22:42 2026 -0700"
      },
      "message": "ci: Don\u0027t use get-cmake other than for backcompat testing\n\nApparently github\u0027s runners include a sufficiently up to date cmake and ninja\nalready so these aren\u0027t needed.\n"
    },
    {
      "commit": "7881226269b1596feb604515743f528f02041375",
      "tree": "f872435795bb60a3f0ec233e21dab0a3b9d45342",
      "parents": [
        "b937eae5e2ae1e29efe8f8775feaa434239806d2"
      ],
      "author": {
        "name": "Jeff Bolz",
        "email": "jbolz@nvidia.com",
        "time": "Tue Jan 13 12:52:22 2026 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Jan 13 13:52:22 2026 -0500"
      },
      "message": "Only set afterType when a token is recognized as a keyword (#4142)\n\n* add test for using \u0027vector\u0027 without long_vector\n* Only set afterType when a token is recognized as a keyword"
    },
    {
      "commit": "b937eae5e2ae1e29efe8f8775feaa434239806d2",
      "tree": "647c80b35e8c7cbc08b9e6a44dc410e01f78681b",
      "parents": [
        "1399733f1b769b98a90e9a354892bfeaf62bbffa"
      ],
      "author": {
        "name": "Jeff Bolz",
        "email": "jbolz@nvidia.com",
        "time": "Wed Jan 07 11:52:42 2026 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Jan 07 12:52:42 2026 -0500"
      },
      "message": "Implement GL_EXT_long_vector (#4132)\n\n* Implement GL_EXT_long_vector"
    },
    {
      "commit": "1399733f1b769b98a90e9a354892bfeaf62bbffa",
      "tree": "d632706c2d8cdfbfd83f4068397f6132442dcbc8",
      "parents": [
        "6ed71b09392d8dcc34847763575319caf2fcd41b"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 29 06:04:25 2025 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Tue Dec 30 13:16:20 2025 -0700"
      },
      "message": "Bump actions/upload-artifact from 5.0.0 to 6.0.0\n\nBumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5.0.0 to 6.0.0.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/330a01c490aca151604b8cf639adc76d48f6c5d4...b7c566a772e6b6bfb58ed0dc250532a479d7789f)\n\n---\nupdated-dependencies:\n- dependency-name: actions/upload-artifact\n  dependency-version: 6.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "6ed71b09392d8dcc34847763575319caf2fcd41b",
      "tree": "6c1cd7ec20aa9cb9ec0975bbed8304aca7f7a52a",
      "parents": [
        "455fb86658e98f8eb7d7a1b3980a0524a05160eb"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 29 06:04:21 2025 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Tue Dec 30 13:11:58 2025 -0700"
      },
      "message": "Bump github/codeql-action from 4.31.8 to 4.31.9\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.8 to 4.31.9.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/1b168cd39490f61582a9beae412bb7057a6b2c4e...5d4e8d1aca955e8d8589aabd499c5cae939e33c7)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.31.9\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "455fb86658e98f8eb7d7a1b3980a0524a05160eb",
      "tree": "faf5a8d14b5812a95fd470757de1892979a43512",
      "parents": [
        "6a74e1498a2c65e51c9fcb87f9214e4b8c7c7f7c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Tue Dec 23 23:54:11 2025 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Dec 23 19:23:01 2025 -0500"
      },
      "message": "Bump lukka/get-cmake from 4.2.0 to 4.2.1\n\nBumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.2.0 to 4.2.1.\n- [Release notes](https://github.com/lukka/get-cmake/releases)\n- [Commits](https://github.com/lukka/get-cmake/compare/bb2faa721a800324b726fec00f7c1ff7641964d1...9e07ecdcee1b12e5037e42f410b67f03e2f626e1)\n\n---\nupdated-dependencies:\n- dependency-name: lukka/get-cmake\n  dependency-version: 4.2.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "6a74e1498a2c65e51c9fcb87f9214e4b8c7c7f7c",
      "tree": "43a9c32640f30a1a4be8f7796381e779969eef49",
      "parents": [
        "1db98c5c5348bab1f6bb4641e92fe310056c9686"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 15 06:05:00 2025 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Dec 23 18:53:13 2025 -0500"
      },
      "message": "Bump actions/checkout from 6.0.0 to 6.0.1\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: 6.0.1\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "1db98c5c5348bab1f6bb4641e92fe310056c9686",
      "tree": "bfd2175e6464c6adecd97f8b3d6fbc8b395da25f",
      "parents": [
        "9a8c5fd1f485736d29ef470d1b6981c5de73a365"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 15 06:04:45 2025 +0000"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Dec 23 18:52:33 2025 -0500"
      },
      "message": "Bump github/codeql-action from 4.31.5 to 4.31.8\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.5 to 4.31.8.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/fdbfb4d2750291e159f0156def62b853c2798ca2...1b168cd39490f61582a9beae412bb7057a6b2c4e)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.31.8\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "9a8c5fd1f485736d29ef470d1b6981c5de73a365",
      "tree": "4647ea58674010ea3ae03f6ecebcd22eb3e43733",
      "parents": [
        "eeba57d6adc1b020addeb310881ee645f6a5d0df"
      ],
      "author": {
        "name": "Jeff Bolz",
        "email": "jbolz@nvidia.com",
        "time": "Tue Dec 16 11:51:52 2025 -0600"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Dec 16 12:51:52 2025 -0500"
      },
      "message": "build: UseMultiToolTask for better parallel builds in msbuild (#4129)\n\n"
    },
    {
      "commit": "eeba57d6adc1b020addeb310881ee645f6a5d0df",
      "tree": "0dc108a3b6a60cc768ab83511b519a51af58a158",
      "parents": [
        "dffbc79733f63435ae24e73f64384f1374e0dda2"
      ],
      "author": {
        "name": "Jeff Bolz",
        "email": "jbolz@nvidia.com",
        "time": "Tue Dec 16 10:28:09 2025 -0600"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Tue Dec 16 10:14:22 2025 -0700"
      },
      "message": "scalarize swizzled MeshEXT stores\n"
    },
    {
      "commit": "dffbc79733f63435ae24e73f64384f1374e0dda2",
      "tree": "46f5baf2e5064cad79fe5ebdb7625cd20dd58a46",
      "parents": [
        "0036567adc7961f55a65a518bf5e303a4d4650c4"
      ],
      "author": {
        "name": "spencer-lunarg",
        "email": "spencer@lunarg.com",
        "time": "Thu Dec 11 14:12:57 2025 -0500"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Thu Dec 11 15:51:22 2025 -0500"
      },
      "message": "Remove invalid reading from MeshEXT output\n"
    },
    {
      "commit": "0036567adc7961f55a65a518bf5e303a4d4650c4",
      "tree": "4e3e85e23eb3d2487095fda9a50a524dff47df60",
      "parents": [
        "53ead8fa37722785bf478689c78bab8f01dc1797"
      ],
      "author": {
        "name": "vinsentli",
        "email": "vinsentli@tencent.com",
        "time": "Mon Dec 08 20:15:58 2025 +0800"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Tue Dec 09 09:58:24 2025 -0700"
      },
      "message": "Replace \u0027GL_TASK(MESH)_SHADER_NV\u0027 with \u0027GL_TASK(MESH)_SHADER_EXT\u0027.\n"
    },
    {
      "commit": "53ead8fa37722785bf478689c78bab8f01dc1797",
      "tree": "8a410f43df4a9ba193910ba936a20971a4d63069",
      "parents": [
        "0387d04d9a59571425c03dac82b8d815ce23f53f"
      ],
      "author": {
        "name": "Jeremy Hayes",
        "email": "jeremy@lunarg.com",
        "time": "Mon Dec 08 16:00:10 2025 -0700"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Dec 08 22:38:44 2025 -0500"
      },
      "message": "Update CI MacOS runner\n\nUse latest MacOS\nSet deployment target\n\nThe continuous deployment script had already been updated with these\nchanges but the continous integration script had not.\n"
    },
    {
      "commit": "0387d04d9a59571425c03dac82b8d815ce23f53f",
      "tree": "bd51cfb0f7aa40ba74942437ee2f32fdb2379777",
      "parents": [
        "f6a9ba4bc6b46f326e5306757de71f342144ad2d"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 01 06:16:02 2025 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Mon Dec 08 14:58:57 2025 -0700"
      },
      "message": "Bump actions/setup-python from 6.0.0 to 6.1.0\n\nBumps [actions/setup-python](https://github.com/actions/setup-python) from 6.0.0 to 6.1.0.\n- [Release notes](https://github.com/actions/setup-python/releases)\n- [Commits](https://github.com/actions/setup-python/compare/e797f83bcb11b83ae66e0230d6156d7c80228e7c...83679a892e2d95755f2dac6acb0bfd1e9ac5d548)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-python\n  dependency-version: 6.1.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "f6a9ba4bc6b46f326e5306757de71f342144ad2d",
      "tree": "1f267895649b953642286dd27f9258709e7d3fdd",
      "parents": [
        "27c4dede3c8a82716437b17dabea9d89b11422a5"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 01 06:15:58 2025 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Mon Dec 08 14:57:20 2025 -0700"
      },
      "message": "Bump hendrikmuhs/ccache-action from 1.2.19 to 1.2.20\n\nBumps [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action) from 1.2.19 to 1.2.20.\n- [Release notes](https://github.com/hendrikmuhs/ccache-action/releases)\n- [Commits](https://github.com/hendrikmuhs/ccache-action/compare/bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716...5ebbd400eff9e74630f759d94ddd7b6c26299639)\n\n---\nupdated-dependencies:\n- dependency-name: hendrikmuhs/ccache-action\n  dependency-version: 1.2.20\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "27c4dede3c8a82716437b17dabea9d89b11422a5",
      "tree": "efa5bbadd32352e74ca8d56cbf02e3b91c1fb5c1",
      "parents": [
        "19246e3fbc095586e0e325b378ea351aababeb7c"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Dec 01 06:15:54 2025 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Mon Dec 08 14:56:14 2025 -0700"
      },
      "message": "Bump github/codeql-action from 4.31.4 to 4.31.5\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.4 to 4.31.5.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/e12f0178983d466f2f6028f5cc7a6d786fd97f4b...fdbfb4d2750291e159f0156def62b853c2798ca2)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.31.5\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "19246e3fbc095586e0e325b378ea351aababeb7c",
      "tree": "d2ced8c71153c19b87a675cdc499724bfc9f5f70",
      "parents": [
        "b5782e52ee2f7b3e40bb9c80d15b47016e008bc9"
      ],
      "author": {
        "name": "François Beaufort",
        "email": "beaufort.francois@gmail.com",
        "time": "Thu Dec 04 18:08:27 2025 +0100"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Dec 04 12:08:27 2025 -0500"
      },
      "message": "Allow gl_FragDepth identifier to be redeclared\n\nUpdate redeclareBuiltinVariable to allow an exception to the general rule before GLSL ES 3.2 that built-in identifiers can\u0027t be redeclared."
    },
    {
      "commit": "b5782e52ee2f7b3e40bb9c80d15b47016e008bc9",
      "tree": "7bd228cb17f7485d991646f5ef78c9c4d7bb1faf",
      "parents": [
        "209b675bf0c0d82c0e536bcb3cb7e1011957dd59"
      ],
      "author": {
        "name": "Jeremy Hayes",
        "email": "jeremy@lunarg.com",
        "time": "Mon Dec 01 15:20:11 2025 -0700"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Mon Dec 01 22:10:01 2025 -0500"
      },
      "message": "Update CHANGES for 16.1.0\n"
    },
    {
      "commit": "209b675bf0c0d82c0e536bcb3cb7e1011957dd59",
      "tree": "0ff4d3193e2a9975c51f790b7bea8c95da44678f",
      "parents": [
        "7a47e2531cb334982b2a2dd8513dca0a3de4373d"
      ],
      "author": {
        "name": "Jeremy Hayes",
        "email": "jeremy@lunarg.com",
        "time": "Mon Dec 01 13:38:40 2025 -0700"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Mon Dec 01 14:19:35 2025 -0700"
      },
      "message": "Update known_good.json\n"
    },
    {
      "commit": "7a47e2531cb334982b2a2dd8513dca0a3de4373d",
      "tree": "643eaf84e3b7bd7f21e258d4dc9708a7a3eb5a64",
      "parents": [
        "aea55ab8e770e1403374e5cea2266b3223300f71"
      ],
      "author": {
        "name": "spencer-lunarg",
        "email": "spencer@lunarg.com",
        "time": "Tue Nov 25 14:37:36 2025 -0500"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Nov 25 15:19:00 2025 -0500"
      },
      "message": "Fix Adding unneeded RuntimeDescriptorArray with BDA\n"
    },
    {
      "commit": "aea55ab8e770e1403374e5cea2266b3223300f71",
      "tree": "2ca91de5e675c46d461950271eefebc8c4ade429",
      "parents": [
        "6cfcfaf1985a765c1691f12d413a2fd2945e918f"
      ],
      "author": {
        "name": "Axel Gneiting",
        "email": "axel@0m.dev",
        "time": "Mon Nov 03 12:09:12 2025 -0800"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Tue Nov 25 11:36:17 2025 -0700"
      },
      "message": "Fix linear time lookups in Builder::findScalarConstant\n"
    },
    {
      "commit": "6cfcfaf1985a765c1691f12d413a2fd2945e918f",
      "tree": "8c6cbbd6a91c6500809263a80c11284b7b2cb9aa",
      "parents": [
        "30cdb0ff03321c6301d247fa74eabe76e31b4e08"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 24 17:31:59 2025 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Mon Nov 24 11:29:32 2025 -0700"
      },
      "message": "Bump lukka/get-cmake from 4.1.2 to 4.2.0\n\nBumps [lukka/get-cmake](https://github.com/lukka/get-cmake) from 4.1.2 to 4.2.0.\n- [Release notes](https://github.com/lukka/get-cmake/releases)\n- [Commits](https://github.com/lukka/get-cmake/compare/628dd514bed37cb0a609e84a6186cbbaa2fc0140...bb2faa721a800324b726fec00f7c1ff7641964d1)\n\n---\nupdated-dependencies:\n- dependency-name: lukka/get-cmake\n  dependency-version: 4.2.0\n  dependency-type: direct:production\n  update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "30cdb0ff03321c6301d247fa74eabe76e31b4e08",
      "tree": "63eb40b7b0733219a60a3916c7f077288dedd199",
      "parents": [
        "dceaf7bdc9d3b927ea36763d9c10347502f18d59"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 24 06:07:56 2025 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Mon Nov 24 09:46:28 2025 -0700"
      },
      "message": "Bump github/codeql-action from 4.31.2 to 4.31.4\n\nBumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.2 to 4.31.4.\n- [Release notes](https://github.com/github/codeql-action/releases)\n- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/github/codeql-action/compare/0499de31b99561a6d14a36a5f662c2a54f91beee...e12f0178983d466f2f6028f5cc7a6d786fd97f4b)\n\n---\nupdated-dependencies:\n- dependency-name: github/codeql-action\n  dependency-version: 4.31.4\n  dependency-type: direct:production\n  update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "dceaf7bdc9d3b927ea36763d9c10347502f18d59",
      "tree": "dbc6636c4ab51f59496cea72344f8f5024222f85",
      "parents": [
        "38c07d3d8b744779e195bb159c17f0daad5a2480"
      ],
      "author": {
        "name": "dependabot[bot]",
        "email": "49699333+dependabot[bot]@users.noreply.github.com",
        "time": "Mon Nov 24 06:07:49 2025 +0000"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Mon Nov 24 09:44:07 2025 -0700"
      },
      "message": "Bump actions/checkout from 5.0.0 to 6.0.0\n\nBumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n  dependency-version: 6.0.0\n  dependency-type: direct:production\n  update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] \u003csupport@github.com\u003e"
    },
    {
      "commit": "38c07d3d8b744779e195bb159c17f0daad5a2480",
      "tree": "4d8cd01637565484ffd282adf3562a8b892718aa",
      "parents": [
        "4f0acfbbe8d4688540f44807ad7a147044045814"
      ],
      "author": {
        "name": "Qingyuan Zheng",
        "email": "103151391+qingyuanzNV@users.noreply.github.com",
        "time": "Thu Nov 20 18:33:38 2025 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Thu Nov 20 21:33:38 2025 -0500"
      },
      "message": "Fix Debug Info for Retargeted Builtins (#4104)\n\n* Also emit debug global variable for builtin alias\n\n* Add tests for rt builtins\n\n* Fix a bug in symbol table level iteration\n\n* Fix review comment and ODR issue\n\n* Fix a bug where spv type instead of debug type is passed to create debug global variable alias"
    },
    {
      "commit": "4f0acfbbe8d4688540f44807ad7a147044045814",
      "tree": "8d2eee82294149157b89569af394b17be39af35d",
      "parents": [
        "f7c910864c67fc8a347184769b6c7bd6ae4c32ad"
      ],
      "author": {
        "name": "Jeremy Hayes",
        "email": "jeremy@lunarg.com",
        "time": "Wed Nov 19 15:43:43 2025 -0700"
      },
      "committer": {
        "name": "Jeremy Hayes",
        "email": "jeremy-lunarg@users.noreply.github.com",
        "time": "Thu Nov 20 08:40:51 2025 -0700"
      },
      "message": "Fix type and remove condition\n\nChange int to uint and remove condition that can never be true since\ncoopMatKHRuse is unsigned and CM_MatrixUseA is a contant zero.\n"
    },
    {
      "commit": "f7c910864c67fc8a347184769b6c7bd6ae4c32ad",
      "tree": "0d86bab66b57b94b0a3cd897d8bebc097fced979",
      "parents": [
        "8dd7112da56b00b2c352ed18aa0a355d5bdf4bdd"
      ],
      "author": {
        "name": "alelenv",
        "email": "40001162+alelenv@users.noreply.github.com",
        "time": "Wed Nov 19 06:18:05 2025 -0800"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Wed Nov 19 09:18:05 2025 -0500"
      },
      "message": "Add support for GL_EXT_shader_invocation_reorder. (#4088)\n\n* Add support for GL_EXT_shader_invocation_reorder."
    },
    {
      "commit": "8dd7112da56b00b2c352ed18aa0a355d5bdf4bdd",
      "tree": "f6a82501c327ef3e68961bb95d514b4b6683db42",
      "parents": [
        "66de1f9fc9d7668481187dce3c0faa0d2a1c889e"
      ],
      "author": {
        "name": "Matthew Moulton",
        "email": "30711895+mmoult@users.noreply.github.com",
        "time": "Wed Nov 19 01:06:57 2025 +0000"
      },
      "committer": {
        "name": "GitHub",
        "email": "noreply@github.com",
        "time": "Tue Nov 18 20:06:57 2025 -0500"
      },
      "message": "Add checks to coopMatMulAdd (#4022)\n\nValidate properties of coopMatMulAdd such as:\n* the inside dimension of the multiplication matrices must match\n* the dimension of the addition matrix must match the product of the\n  multiplication\n* the usage property of all operands must match the expected value\n* Handle coopMatNV. Nvidia cooperative matrices have slightly different type parameters.\nHandle this variant properly in the MatMulAdd checks.\n* Handle spec constants. If spec constants are used in the cooperative matrix dimensions, they\nmust match precisely (not just their default values)."
    },
    {
      "commit": "66de1f9fc9d7668481187dce3c0faa0d2a1c889e",
      "tree": "aa7a43b63976b2175dfa820a3b35c76ec9e53dd0",
      "parents": [
        "8f94d3bc8acfb8cffac37236ba272d508aedcb34"
      ],
      "author": {
        "name": "Thomas Nibler",
        "email": "dev@tnibler.de",
        "time": "Mon Oct 20 21:05:00 2025 +0200"
      },
      "committer": {
        "name": "Arcady Goldmints-Orlov",
        "email": "arcady@lunarg.com",
        "time": "Tue Nov 18 20:02:37 2025 -0500"
      },
      "message": "Preprocessor: Implement stringify operator\n\nThis is only enabled if GL_EXT_debug_printf is enabled as base GLSL\ndoesn\u0027t support string literals.\n"
    },
    {
      "commit": "8f94d3bc8acfb8cffac37236ba272d508aedcb34",
      "tree": "724829607da41f61e67c383379cd76b3581fb987",
      "parents": [
        "affdc10c01359e82de4b78ee30ea88b5aee37044"
      ],
      "author": {
        "name": "François Beaufort",
        "email": "beaufort.francois@gmail.com",
        "time": "Mon Nov 17 11:44:20 2025 +0100"
      },
      "committer": {
        "name": "Arcady Goldmints-Orlov",
        "email": "arcady@lunarg.com",
        "time": "Tue Nov 18 20:01:30 2025 -0500"
      },
      "message": "Add ES support for depth layout qualifier\n\nAdds support for GL_EXT_conservative_depth and\nGL_ARB_conservative_depth.\n"
    },
    {
      "commit": "affdc10c01359e82de4b78ee30ea88b5aee37044",
      "tree": "e2dca0f15b6da98ca3aa9b8572ed5cec13d94bb3",
      "parents": [
        "a9b9dc1e6be82ff83aa222c2d8d58068db4f9772"
      ],
      "author": {
        "name": "Shahbaz Youssefi",
        "email": "syoussefi@google.com",
        "time": "Tue Nov 18 10:14:31 2025 -0500"
      },
      "committer": {
        "name": "arcady-lunarg",
        "email": "122813703+arcady-lunarg@users.noreply.github.com",
        "time": "Tue Nov 18 14:01:34 2025 -0500"
      },
      "message": "Avoid `auto` that resolves to pointer\n\nThe chromium-style clang extension forbids such usage, making glslang\nroll into chromium fail to build with this error:\n\n```\nerror: [chromium-style] auto variable type must not deduce to a raw pointer type\n```\n"
    }
  ],
  "next": "a9b9dc1e6be82ff83aa222c2d8d58068db4f9772"
}
