forked from pool/shaderc
shaderc 2024.3
This commit is contained in:
parent
cc2f62e82c
commit
aa5a5524d1
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 8 16:02:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2024.3
|
||||||
|
* During HLSL compilation or any optimizing compile, do not
|
||||||
|
tell the validator to use "friendly names". This should save
|
||||||
|
time spent in the initial validation step of the optimization
|
||||||
|
recipe.
|
||||||
|
* Adapt test golden results to Glslang changes which reorder
|
||||||
|
decorations by object enum value.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 16 12:10:06 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Thu May 16 12:10:06 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
# Remember to bump in baselibs.conf
|
# Remember to bump in baselibs.conf
|
||||||
%define lname libshaderc_shared1
|
%define lname libshaderc_shared1
|
||||||
Name: shaderc
|
Name: shaderc
|
||||||
Version: 2024.1
|
Version: 2024.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of tools, libraries and tests for shader compilation
|
Summary: A collection of tools, libraries and tests for shader compilation
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@ -31,11 +31,11 @@ Source99: baselibs.conf
|
|||||||
Patch1: 0001-Use-system-third-party-libs.patch
|
Patch1: 0001-Use-system-third-party-libs.patch
|
||||||
BuildRequires: c++_compiler
|
BuildRequires: c++_compiler
|
||||||
BuildRequires: cmake >= 2.8.12
|
BuildRequires: cmake >= 2.8.12
|
||||||
BuildRequires: glslang-devel >= 14.1.0
|
BuildRequires: glslang-devel >= 15
|
||||||
BuildRequires: glslang-nonstd-devel
|
BuildRequires: glslang-nonstd-devel
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: spirv-headers >= 1.6.1~sdk280
|
BuildRequires: spirv-headers >= 1.6.4+sdk296
|
||||||
BuildRequires: spirv-tools-devel >= 2024.1~rc1
|
BuildRequires: spirv-tools-devel >= 2024.4~rc1
|
||||||
|
|
||||||
%description
|
%description
|
||||||
A collection of tools, libraries and tests for shader compilation.
|
A collection of tools, libraries and tests for shader compilation.
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:eb3b5f0c16313d34f208d90c2fa1e588a23283eed63b101edd5422be6165d528
|
|
||||||
size 227211
|
|
BIN
v2024.3.tar.gz
(Stored with Git LFS)
Normal file
BIN
v2024.3.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user