[PR #4] [MERGED] Sync with SDK ver 1.3.268.0 #4

Closed
opened 2026-02-15 16:01:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RPCS3/glslang/pull/4
Author: @kd-11
Created: 12/11/2023
Status: Merged
Merged: 12/11/2023
Merged by: @kd-11

Base: masterHead: sdk_268


📝 Commits (10+)

  • a06a94a build: install glslang-config.cmake to libdir
  • 557f31d Fix strict aliasing violation
  • 91ff31a Remove the unused OS_CleanupThreadData
  • ed78964 GL_EXT_mesh_shader/SPV_EXT_mesh_shader implementation
  • 828a040 Fix: Remove NV suffix from C interface
  • 04afbb6 Fixed a small grammatical error
  • deb8e38 Implement NonSemantic.Shader.DebugInfo.100
  • 56de853 Fix for issue #3020
  • 5c688f7 Make a utility function for termination instructions that take input operands.
  • 86ed581 further updates to 67384dd18b

📊 Changes

1145 files changed (+51849 additions, -21069 deletions)

View changed files

.appveyor.yml (+0 -108)
.github/dependabot.yml (+22 -0)
📝 .github/workflows/continuous_deployment.yml (+123 -10)
📝 .github/workflows/continuous_integration.yml (+210 -60)
📝 .github/workflows/deploy.js (+5 -5)
.github/workflows/scorecard.yml (+53 -0)
📝 .gitignore (+1 -0)
.mailmap (+3 -0)
📝 Android.mk (+7 -7)
BUILD.bazel (+0 -309)
📝 BUILD.gn (+7 -12)
📝 CHANGES.md (+103 -0)
📝 CMakeLists.txt (+58 -90)
📝 OGLCompilersDLL/CMakeLists.txt (+3 -3)
📝 OGLCompilersDLL/InitializeDll.cpp (+0 -128)
📝 OGLCompilersDLL/InitializeDll.h (+4 -4)
📝 README-spirv-remap.txt (+1 -1)
📝 README.md (+44 -46)
SECURITY.md (+6 -0)
📝 SPIRV/CInterface/spirv_c_interface.cpp (+13 -10)

...and 80 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/RPCS3/glslang/pull/4 **Author:** [@kd-11](https://github.com/kd-11) **Created:** 12/11/2023 **Status:** ✅ Merged **Merged:** 12/11/2023 **Merged by:** [@kd-11](https://github.com/kd-11) **Base:** `master` ← **Head:** `sdk_268` --- ### 📝 Commits (10+) - [`a06a94a`](https://github.com/RPCS3/glslang/commit/a06a94a446fc8c410f4edb8a3efba3714a7c9a11) build: install glslang-config.cmake to libdir - [`557f31d`](https://github.com/RPCS3/glslang/commit/557f31d8fe37284b3568c74d23f514bf6ca6f0c8) Fix strict aliasing violation - [`91ff31a`](https://github.com/RPCS3/glslang/commit/91ff31a64eb672dbc6fd5683d0866a48d11f7ac4) Remove the unused OS_CleanupThreadData - [`ed78964`](https://github.com/RPCS3/glslang/commit/ed789649ce2fe4a942a64fe007200b64be39416f) GL_EXT_mesh_shader/SPV_EXT_mesh_shader implementation - [`828a040`](https://github.com/RPCS3/glslang/commit/828a040306592b3c510200114f2b41093dbd459c) Fix: Remove NV suffix from C interface - [`04afbb6`](https://github.com/RPCS3/glslang/commit/04afbb6052c321d1a8b0b65e8d151314326e79e1) Fixed a small grammatical error - [`deb8e38`](https://github.com/RPCS3/glslang/commit/deb8e387079640d1b5eb083b69cdb527b3eb0254) Implement NonSemantic.Shader.DebugInfo.100 - [`56de853`](https://github.com/RPCS3/glslang/commit/56de853fda16e2ec15a9750c639e19da1eb329a7) Fix for issue #3020 - [`5c688f7`](https://github.com/RPCS3/glslang/commit/5c688f77fa0fa1e88473ee70782e2524d699fa09) Make a utility function for termination instructions that take input operands. - [`86ed581`](https://github.com/RPCS3/glslang/commit/86ed5819f34836b57d58d70e48f68f2e2e92ae4e) further updates to 67384dd18b1715 ### 📊 Changes **1145 files changed** (+51849 additions, -21069 deletions) <details> <summary>View changed files</summary> ➖ `.appveyor.yml` (+0 -108) ➕ `.github/dependabot.yml` (+22 -0) 📝 `.github/workflows/continuous_deployment.yml` (+123 -10) 📝 `.github/workflows/continuous_integration.yml` (+210 -60) 📝 `.github/workflows/deploy.js` (+5 -5) ➕ `.github/workflows/scorecard.yml` (+53 -0) 📝 `.gitignore` (+1 -0) ➕ `.mailmap` (+3 -0) 📝 `Android.mk` (+7 -7) ➖ `BUILD.bazel` (+0 -309) 📝 `BUILD.gn` (+7 -12) 📝 `CHANGES.md` (+103 -0) 📝 `CMakeLists.txt` (+58 -90) 📝 `OGLCompilersDLL/CMakeLists.txt` (+3 -3) 📝 `OGLCompilersDLL/InitializeDll.cpp` (+0 -128) 📝 `OGLCompilersDLL/InitializeDll.h` (+4 -4) 📝 `README-spirv-remap.txt` (+1 -1) 📝 `README.md` (+44 -46) ➕ `SECURITY.md` (+6 -0) 📝 `SPIRV/CInterface/spirv_c_interface.cpp` (+13 -10) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 16:01:27 -05:00
yindo closed this issue 2026-02-15 16:01:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RPCS3/glslang#4