forked from pool/spirv-tools
Accepting request 1120700 from X11:Wayland
new_version OBS-URL: https://build.opensuse.org/request/show/1120700 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/spirv-tools?expand=0&rev=41
This commit is contained in:
commit
d3bfe46142
@ -1,4 +1,4 @@
|
||||
libSPIRV-Tools-2023_4_rc2
|
||||
libSPIRV-Tools-2023_5_rc1
|
||||
spirv-tools-devel
|
||||
requires -spirv-tools-<targettype>
|
||||
requires "libSPIRV-Tools-2023_4_rc2-<targettype> = <version>"
|
||||
requires "libSPIRV-Tools-2023_5_rc1-<targettype> = <version>"
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 04:03:44 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2023.5~rc1
|
||||
* opt: add new trim passes
|
||||
* SPV_QCOM_image_processing support
|
||||
* Add SPV_EXT_fragment_shader_interlock and
|
||||
SPV_KHR_physical_storage_buffer to allow lists
|
||||
* Add a new legalization pass to dedupe invocation interlock
|
||||
instructions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 22 10:04:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,17 +17,17 @@
|
||||
|
||||
|
||||
%define _lto_cflags %nil
|
||||
%define lname libSPIRV-Tools-2023_4_rc2
|
||||
%define lname libSPIRV-Tools-2023_5_rc1
|
||||
|
||||
Name: spirv-tools
|
||||
Version: 2023.4~rc2
|
||||
Version: 2023.5~rc1
|
||||
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/v2023.4.rc2.tar.gz
|
||||
#Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/sdk-1.3.261.0.tar.gz
|
||||
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2023.5.rc1.tar.gz
|
||||
#Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/sdk-1.3.268.0.tar.gz
|
||||
Source9: baselibs.conf
|
||||
Patch1: ver.diff
|
||||
BuildRequires: bison
|
||||
@ -40,7 +40,7 @@ BuildRequires: gcc11-c++
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: python3-xml
|
||||
BuildRequires: spirv-headers >= 1.6.1+sdk261
|
||||
BuildRequires: spirv-headers >= 1.6.1+sdk268
|
||||
|
||||
%description
|
||||
The package includes an assembler, binary module parser,
|
||||
@ -68,7 +68,7 @@ validator, and is used in the standalone tools whilst also enabling
|
||||
integration into other code bases directly.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n SPIRV-Tools-2023.4.rc2
|
||||
%autosetup -p1 -n SPIRV-Tools-2023.5.rc1
|
||||
find . -type f -name CMakeLists.txt -exec \
|
||||
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:561b04a3e81ab1f9d46154bce24ce30035e81f808c4f7ad86a2bb6c7f0bc4904
|
||||
size 3140011
|
3
v2023.5.rc1.tar.gz
Normal file
3
v2023.5.rc1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aed90b51ce884ce3ac267acec75e785ee743a1e1fd294c25be33b49c5804d77c
|
||||
size 3147730
|
Loading…
Reference in New Issue
Block a user