Skip to content

Commit

Permalink
glslang: Update to v15.0.0
Browse files Browse the repository at this point in the history
Release notes can be found [here](https://github.com/KhronosGroup/glslang/releases/tag/15.0.0).

Signed-off-by: Ikey Doherty <[email protected]>
  • Loading branch information
ikeycode committed Nov 9, 2024
1 parent 44982fd commit 57df96d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Binary file modified g/glslang/manifest.x86_64.bin
Binary file not shown.
6 changes: 4 additions & 2 deletions g/glslang/manifest.x86_64.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,15 @@
"/usr/include/glslang/Include/ResourceLimits.h",
"/usr/include/glslang/Include/glslang_c_interface.h",
"/usr/include/glslang/Include/glslang_c_shader_types.h",
"/usr/include/glslang/Include/visibility.h",
"/usr/include/glslang/MachineIndependent/Versions.h",
"/usr/include/glslang/Public/ResourceLimits.h",
"/usr/include/glslang/Public/ShaderLang.h",
"/usr/include/glslang/Public/resource_limits_c.h",
"/usr/include/glslang/SPIRV/GlslangToSpv.h",
"/usr/include/glslang/SPIRV/Logger.h",
"/usr/include/glslang/SPIRV/SPVRemapper.h",
"/usr/include/glslang/SPIRV/SpvTools.h",
"/usr/include/glslang/SPIRV/disassemble.h",
"/usr/include/glslang/SPIRV/spirv.hpp",
"/usr/include/glslang/build_info.h",
Expand All @@ -69,6 +71,6 @@
}
},
"source-name": "glslang",
"source-release": "4",
"source-version": "14.3.0"
"source-release": "5",
"source-version": "15.0.0"
}
6 changes: 3 additions & 3 deletions g/glslang/stone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
# SPDX-License-Identifier: MPL-2.0
#
name : glslang
version : 14.3.0
release : 4
version : 15.0.0
release : 5
homepage : https://github.com/KhronosGroup/glslang
upstreams :
- https://github.com/KhronosGroup/glslang/archive/refs/tags/14.3.0.tar.gz : be6339048e20280938d9cb399fcdd06e04f8654d43e170e8cce5a56c9a754284
- https://github.com/KhronosGroup/glslang/archive/refs/tags/15.0.0.tar.gz : c31c8c2e89af907507c0631273989526ee7d5cdf7df95ececd628fd7b811e064
summary : Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
description : |
Khronos-reference front end for GLSL/ESSL, partial front end for HLSL, and a SPIR-V generator.
Expand Down

0 comments on commit 57df96d

Please sign in to comment.