mirror of
https://github.com/RPCS3/glslang.git
synced 2026-07-19 22:03:35 -04:00
[PR #2] [MERGED] Sync with latest SDK release #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:sdk_148📝 Commits (10+)
575f9dfMerge pull request #1 from KhronosGroup/master7d37a68pass-by-reference updatesb366a70Merge branch 'master' of https://github.com/neslimsah/glslang054b5e3pass by reference updates915f119accelerationStructureEXT - issue #21522b4d345accelerationStructureEXT - issue #215299508c1Merge pull request #2157 from neslimsah/master4d7c749Merge pull request #2159 from neslimsah/master386f18cUpdate spirv-tools known_good to latest stablebfe4c59Merge pull request #2160 from greg-lunarg/kg110📊 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.