1
0
forked from pool/spirv-tools

Synchronize with OBS

This commit is contained in:
Jan Engelhardt 2024-07-03 09:17:42 +02:00
parent 97c3f5ee2a
commit 3177890571
5 changed files with 24 additions and 10 deletions

View File

@ -1,4 +1,4 @@
libSPIRV-Tools-2024_1
libSPIRV-Tools-2024_3
spirv-tools-devel
requires -spirv-tools-<targettype>
requires "libSPIRV-Tools-2024_1-<targettype> = <version>"
requires "libSPIRV-Tools-2024_3-<targettype> = <version>"

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Jun 25 20:47:23 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2024.3
* Optimizer:
* Do not fold MUL and ADDs to generate FMAs
* Add AliasedPointer decoration
* Add support for vulkan-shader-profiler external passes
* Validator:
* Add support for OpExtInstWithForwardRefs
* Disassembler:
* Add decorations to comments
* Add --nested-indent and --reorder-blocks
-------------------------------------------------------------------
Fri Apr 12 18:57:59 UTC 2024 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,16 +17,16 @@
%define _lto_cflags %nil
%define lname libSPIRV-Tools-2024_1
%define lname libSPIRV-Tools-2024_3
Name: spirv-tools
Version: 2024.1
Version: 2024.3
Release: 0
Summary: API and commands for processing SPIR-V modules
License: Apache-2.0
Group: Development/Libraries/C and C++
URL: https://github.com/KhronosGroup/SPIRV-Tools
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2024.1.tar.gz
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v%version.tar.gz
Source9: baselibs.conf
Patch1: ver.diff
BuildRequires: bison
@ -39,7 +39,7 @@ BuildRequires: gcc11-c++
BuildRequires: pkg-config
BuildRequires: python3-base
BuildRequires: python3-xml
BuildRequires: spirv-headers >= 1.6.1+sdk275+git19
BuildRequires: spirv-headers >= 1.6.1+sdk283+g8
%description
The package includes an assembler, binary module parser,
@ -67,7 +67,7 @@ validator, and is used in the standalone tools whilst also enabling
integration into other code bases directly.
%prep
%autosetup -p1 -n SPIRV-Tools-2024.1
%autosetup -p1 -n SPIRV-Tools-%version
find . -type f -name CMakeLists.txt -exec \
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:137780e2a8b5c722888f9ec0fb553e6e92f38a0a5c7fcdad9b715152448b9d82
size 3171146

BIN
v2024.3.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.