[PR #2] [MERGED] Sync with latest SDK release #2

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/2
Author: @kd-11
Created: 8/31/2020
Status: Merged
Merged: 8/31/2020
Merged by: @undefined

Base: masterHead: sdk_148


📝 Commits (10+)

📊 Changes

931 files changed (+18742 additions, -6807 deletions)

View changed files

📝 .appveyor.yml (+3 -3)
📝 .gitignore (+3 -0)
📝 Android.mk (+76 -11)
📝 BUILD.bazel (+51 -5)
📝 BUILD.gn (+208 -148)
CHANGES.md (+34 -0)
📝 CMakeLists.txt (+165 -25)
📝 ChooseMSVCCRT.cmake (+33 -0)
📝 External/CMakeLists.txt (+33 -0)
📝 LICENSE.txt (+279 -3)
📝 OGLCompilersDLL/CMakeLists.txt (+34 -0)
📝 OGLCompilersDLL/InitializeDll.cpp (+0 -128)
📝 OGLCompilersDLL/InitializeDll.h (+4 -4)
📝 README.md (+13 -6)
SPIRV/CInterface/spirv_c_interface.cpp (+110 -0)
📝 SPIRV/CMakeLists.txt (+45 -11)
📝 SPIRV/GLSL.ext.EXT.h (+1 -0)
📝 SPIRV/GlslangToSpv.cpp (+121 -54)
📝 SPIRV/SpvBuilder.cpp (+19 -13)
📝 SPIRV/SpvBuilder.h (+11 -2)

...and 80 more files

📄 Description

Syncs with https://github.com/KhronosGroup/glslang/releases/tag/SDK-candidate-26-Jul-2020


🔄 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/2 **Author:** [@kd-11](https://github.com/kd-11) **Created:** 8/31/2020 **Status:** ✅ Merged **Merged:** 8/31/2020 **Merged by:** [@undefined](undefined) **Base:** `master` ← **Head:** `sdk_148` --- ### 📝 Commits (10+) - [`575f9df`](https://github.com/RPCS3/glslang/commit/575f9df9f74e6f5c0e111d9c7f437d92cc7af51e) Merge pull request #1 from KhronosGroup/master - [`7d37a68`](https://github.com/RPCS3/glslang/commit/7d37a68ad788c274039c57d1184059a20f36cb1e) pass-by-reference updates - [`b366a70`](https://github.com/RPCS3/glslang/commit/b366a703a5922000569e16a18f4c9be0cdfe9412) Merge branch 'master' of https://github.com/neslimsah/glslang - [`054b5e3`](https://github.com/RPCS3/glslang/commit/054b5e35ebecff6cd69e770a2710831182956236) pass by reference updates - [`915f119`](https://github.com/RPCS3/glslang/commit/915f119199b124d6df3cca5b546b09d168fa5679) accelerationStructureEXT - issue #2152 - [`2b4d345`](https://github.com/RPCS3/glslang/commit/2b4d345dae772d3365b1b8e2ae47e3337221d886) accelerationStructureEXT - issue #2152 - [`99508c1`](https://github.com/RPCS3/glslang/commit/99508c1ce389e678a79b00159fe0c0d13f08f213) Merge pull request #2157 from neslimsah/master - [`4d7c749`](https://github.com/RPCS3/glslang/commit/4d7c749b7610c891db4fbe49a25fbd54afe374e5) Merge pull request #2159 from neslimsah/master - [`386f18c`](https://github.com/RPCS3/glslang/commit/386f18cc39f1aaa43acbe8c73be705f6857689f3) Update spirv-tools known_good to latest stable - [`bfe4c59`](https://github.com/RPCS3/glslang/commit/bfe4c5957fc51148a0aab6e04bb22020667c1092) Merge pull request #2160 from greg-lunarg/kg110 ### 📊 Changes **931 files changed** (+18742 additions, -6807 deletions) <details> <summary>View changed files</summary> 📝 `.appveyor.yml` (+3 -3) 📝 `.gitignore` (+3 -0) 📝 `Android.mk` (+76 -11) 📝 `BUILD.bazel` (+51 -5) 📝 `BUILD.gn` (+208 -148) ➕ `CHANGES.md` (+34 -0) 📝 `CMakeLists.txt` (+165 -25) 📝 `ChooseMSVCCRT.cmake` (+33 -0) 📝 `External/CMakeLists.txt` (+33 -0) 📝 `LICENSE.txt` (+279 -3) 📝 `OGLCompilersDLL/CMakeLists.txt` (+34 -0) 📝 `OGLCompilersDLL/InitializeDll.cpp` (+0 -128) 📝 `OGLCompilersDLL/InitializeDll.h` (+4 -4) 📝 `README.md` (+13 -6) ➕ `SPIRV/CInterface/spirv_c_interface.cpp` (+110 -0) 📝 `SPIRV/CMakeLists.txt` (+45 -11) 📝 `SPIRV/GLSL.ext.EXT.h` (+1 -0) 📝 `SPIRV/GlslangToSpv.cpp` (+121 -54) 📝 `SPIRV/SpvBuilder.cpp` (+19 -13) 📝 `SPIRV/SpvBuilder.h` (+11 -2) _...and 80 more files_ </details> ### 📄 Description Syncs with https://github.com/KhronosGroup/glslang/releases/tag/SDK-candidate-26-Jul-2020 --- <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#2