From 7aa0375f7419b21029e3bcc0a71e05e959f2f9e9 Mon Sep 17 00:00:00 2001 From: jsmall-nvidia Date: Sat, 9 Oct 2021 10:56:24 -0400 Subject: Upgrade to GLSLANG 11.16.0+ (#1962) * #include an absolute path didn't work - because paths were taken to always be relative. * Upgrade to GLSLANG 11.16.0+ * Small edit to readme - really to kick another build. * Upgrade slang-binaries to include new glslang binaries. * Update slang-binaries to include linux-x86 * Upgrade slang-binaries. --- README.md | 2 -- external/glslang | 2 +- external/slang-binaries | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 46d36ccea..8f3db5720 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,6 @@ Builds of the core Slang tools depend on the following projects, either automati * [`spirv-headers`](https://github.com/KhronosGroup/SPIRV-Headers) (Modified MIT) * [`spirv-tools`](https://github.com/KhronosGroup/SPIRV-Tools) (Apache 2.0) -The Slang tests (which are not distributed with source/binary releases) include example HLSL shaders extracted from the Microsoft DirectX SDK, which has its own license - Some of the tests and example programs that build with Slang use the following projets, which may have their own licenses: * [`glm`](https://github.com/g-truc/glm) (MIT) diff --git a/external/glslang b/external/glslang index ae2a56293..27bbb4ab1 160000 --- a/external/glslang +++ b/external/glslang @@ -1 +1 @@ -Subproject commit ae2a562936cc8504c9ef2757cceaff163147834f +Subproject commit 27bbb4ab142183f0bd9b4406805b9f3ab0471c4c diff --git a/external/slang-binaries b/external/slang-binaries index ab63e5acc..848098e1a 160000 --- a/external/slang-binaries +++ b/external/slang-binaries @@ -1 +1 @@ -Subproject commit ab63e5accbcbfb641bb7e41e30705e878dda28d1 +Subproject commit 848098e1a5bf870385e03ff0b495b32124ffee60 -- cgit v1.2.3