Opened 4 months ago
Closed 2 months ago
#20804 closed enhancement (fixed)
glslang-15.1.0
Reported by: | zeckma | Owned by: | Douglas R. Reno |
---|---|---|---|
Priority: | normal | Milestone: | 12.3 |
Component: | BOOK | Version: | git |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New minor release.
Change History (9)
comment:1 by , 4 months ago
follow-up: 3 comment:2 by , 3 months ago
... /mnt/tmp/glslang/source/glslang-15.1.0/SPIRV/SpvTools.cpp: In Funktion »spv_target_env glslang::MapToSpirvToolsEnv(const SpvVersion&, spv::SpvBuildLogger*)«: /mnt/tmp/glslang/source/glslang-15.1.0/SPIRV/SpvTools.cpp:75:32: Fehler: »SPV_ENV_VULKAN_1_4« ist kein Element von »spv_target_env« 75 | return spv_target_env::SPV_ENV_VULKAN_1_4; | ^~~~~~~~~~~~~~~~~~ ...
(meaning "Error: SPV_ENV_VULKAN_1_4 is no member of spv_target_env")
There is a similar issue reported at FreeBSD (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283325). They say, spirv-tools
needs upgrading before upgrade glslang.
comment:3 by , 3 months ago
Replying to thomas:
... /mnt/tmp/glslang/source/glslang-15.1.0/SPIRV/SpvTools.cpp: In Funktion »spv_target_env glslang::MapToSpirvToolsEnv(const SpvVersion&, spv::SpvBuildLogger*)«: /mnt/tmp/glslang/source/glslang-15.1.0/SPIRV/SpvTools.cpp:75:32: Fehler: »SPV_ENV_VULKAN_1_4« ist kein Element von »spv_target_env« 75 | return spv_target_env::SPV_ENV_VULKAN_1_4; | ^~~~~~~~~~~~~~~~~~ ...(meaning "Error: SPV_ENV_VULKAN_1_4 is no member of spv_target_env")
There is a similar issue reported at FreeBSD (https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283325). They say,
spirv-tools
needs upgrading before upgrade glslang.
To me it looks like Vulkan-* needs to get updated so we have Vulkan 1.4 support. Then we can focus on SPIRV-Tools and such. I could be wrong but that's what it looks like, so we may have to wait until the next official Vulkan SDK release.
comment:4 by , 3 months ago
We backed off of updating to every Vulkan tag and decided to go to releases. As far as glslang goes, we can consider releases that use tagged Vulkan packages as experimental or release candidates and wait for a the next Vulkan 'release'.
To the best of my knowledge, Vulkan 'releases' are quarterly with the next release sometime in January.
comment:5 by , 3 months ago
Summary: | glslang-15.1.0 → glslang-15.1.0 (Wait for Vulkan "official" release and SPIRV-*-1.4.xxx.x |
---|
comment:6 by , 3 months ago
Milestone: | 12.3 → 99-Waiting |
---|---|
Summary: | glslang-15.1.0 (Wait for Vulkan "official" release and SPIRV-*-1.4.xxx.x → glslang-15.1.0 (Wait for Vulkan "official" release and SPIRV-*-1.4.xxx.x) |
comment:7 by , 2 months ago
Milestone: | 99-Waiting → 12.3 |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:8 by , 2 months ago
Summary: | glslang-15.1.0 (Wait for Vulkan "official" release and SPIRV-*-1.4.xxx.x) → glslang-15.1.0 |
---|
comment:9 by , 2 months ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Changes in this release: