[PR #3] [MERGED] Sync with SDK ver 224 #3

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/3
Author: @kd-11
Created: 12/10/2022
Status: Merged
Merged: 12/10/2022
Merged by: @kd-11

Base: masterHead: sdk_224


📝 Commits (10+)

  • 3afa350 Merge pull request #2780 from kevin-mccullough/FixCrossStageCheck
  • c9cc484 Return new allocator for copied containers
  • 44b5759 Merge pull request #2792 from jeremy-lunarg/hayes-2760
  • 432a43c Remove support for double trig, pow, exp and log
  • d1608ab Merge pull request #2796 from greg-lunarg/i2793
  • 1de2d17 To be compatible with Feature: 'last case/default label not followed by statements'.
  • 77d680e Merge pull request #2712 from ZhiqianXia/switch_error
  • e761169 Add the GL_EXT_shader_integer_mix Preamble for glsl.
  • eb92526 Merge pull request #2719 from ZhiqianXia/GL_EXT_shader_integer_mix
  • 855f496 Update SPIRV-Tools and SPIRV-Headers

📊 Changes

835 files changed (+98775 additions, -49462 deletions)

View changed files

📝 .appveyor.yml (+4 -4)
📝 .gitattributes (+0 -0)
.github/workflows/continuous_deployment.yml (+170 -0)
.github/workflows/continuous_integration.yml (+157 -0)
.github/workflows/deploy.js (+73 -0)
📝 .gitignore (+11 -0)
.gn (+39 -0)
.travis.yml (+0 -128)
📝 Android.mk (+3 -0)
📝 BUILD.bazel (+18 -2)
📝 BUILD.gn (+57 -12)
📝 CHANGES.md (+85 -0)
📝 CMakeLists.txt (+103 -67)
DEPS (+82 -0)
📝 LICENSE.txt (+662 -30)
📝 OGLCompilersDLL/CMakeLists.txt (+14 -4)
📝 OGLCompilersDLL/InitializeDll.cpp (+128 -0)
📝 OGLCompilersDLL/InitializeDll.h (+4 -4)
📝 README.md (+119 -10)
📝 SPIRV/CInterface/spirv_c_interface.cpp (+20 -8)

...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/3 **Author:** [@kd-11](https://github.com/kd-11) **Created:** 12/10/2022 **Status:** ✅ Merged **Merged:** 12/10/2022 **Merged by:** [@kd-11](https://github.com/kd-11) **Base:** `master` ← **Head:** `sdk_224` --- ### 📝 Commits (10+) - [`3afa350`](https://github.com/RPCS3/glslang/commit/3afa350331223f688128c94fbbb5ab3a3c7200d0) Merge pull request #2780 from kevin-mccullough/FixCrossStageCheck - [`c9cc484`](https://github.com/RPCS3/glslang/commit/c9cc4845b9561784df79491b30552dbc1a6bae07) Return new allocator for copied containers - [`44b5759`](https://github.com/RPCS3/glslang/commit/44b57597d8cd814bdc248f15640e7726d5e5b955) Merge pull request #2792 from jeremy-lunarg/hayes-2760 - [`432a43c`](https://github.com/RPCS3/glslang/commit/432a43cccb562f1761d396b04110df5ae1bdb462) Remove support for double trig, pow, exp and log - [`d1608ab`](https://github.com/RPCS3/glslang/commit/d1608ab1ef17f1488bdcbfe11f2c3c96ac482fce) Merge pull request #2796 from greg-lunarg/i2793 - [`1de2d17`](https://github.com/RPCS3/glslang/commit/1de2d1745b1a99fb57a0a75714bfa08acd841427) To be compatible with Feature: 'last case/default label not followed by statements'. - [`77d680e`](https://github.com/RPCS3/glslang/commit/77d680e1c3cc82a46290a92fad1d4549c07dc122) Merge pull request #2712 from ZhiqianXia/switch_error - [`e761169`](https://github.com/RPCS3/glslang/commit/e76116982a45f8d2793d42c2d06bd0b37eb56928) Add the GL_EXT_shader_integer_mix Preamble for glsl. - [`eb92526`](https://github.com/RPCS3/glslang/commit/eb92526d5e04572fdf1d15d2f3ae10a967c2f46f) Merge pull request #2719 from ZhiqianXia/GL_EXT_shader_integer_mix - [`855f496`](https://github.com/RPCS3/glslang/commit/855f4961701415f41dfc9049263af655f5558963) Update SPIRV-Tools and SPIRV-Headers ### 📊 Changes **835 files changed** (+98775 additions, -49462 deletions) <details> <summary>View changed files</summary> 📝 `.appveyor.yml` (+4 -4) 📝 `.gitattributes` (+0 -0) ➕ `.github/workflows/continuous_deployment.yml` (+170 -0) ➕ `.github/workflows/continuous_integration.yml` (+157 -0) ➕ `.github/workflows/deploy.js` (+73 -0) 📝 `.gitignore` (+11 -0) ➕ `.gn` (+39 -0) ➖ `.travis.yml` (+0 -128) 📝 `Android.mk` (+3 -0) 📝 `BUILD.bazel` (+18 -2) 📝 `BUILD.gn` (+57 -12) 📝 `CHANGES.md` (+85 -0) 📝 `CMakeLists.txt` (+103 -67) ➕ `DEPS` (+82 -0) 📝 `LICENSE.txt` (+662 -30) 📝 `OGLCompilersDLL/CMakeLists.txt` (+14 -4) 📝 `OGLCompilersDLL/InitializeDll.cpp` (+128 -0) 📝 `OGLCompilersDLL/InitializeDll.h` (+4 -4) 📝 `README.md` (+119 -10) 📝 `SPIRV/CInterface/spirv_c_interface.cpp` (+20 -8) _...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#3