forked from pool/spirv-tools
- Update to release 2023.6~rc1
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=106
This commit is contained in:
parent
0680800c23
commit
8f41e32e02
@ -1,4 +1,4 @@
|
||||
libSPIRV-Tools-2023_5_rc1
|
||||
libSPIRV-Tools-2023_6_rc1
|
||||
spirv-tools-devel
|
||||
requires -spirv-tools-<targettype>
|
||||
requires "libSPIRV-Tools-2023_5_rc1-<targettype> = <version>"
|
||||
requires "libSPIRV-Tools-2023_6_rc1-<targettype> = <version>"
|
||||
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 22 20:14:02 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2023.6~rc1
|
||||
* spirv-val: Loosen restriction on base type of
|
||||
DebugTypePointer and DebugTypeQualifier
|
||||
* spirv-val: Add WorkgroupMemoryExplicitLayoutKHR check for Block
|
||||
* opt: Add ComputeDerivativeGroup*NV capabilities to trim
|
||||
capabilities pass
|
||||
* opt: Do not crash when tryingto fold unsupported spec constant
|
||||
* opt: support 64-bit OpAccessChain index in FixStorageClass
|
||||
* opt: add StorageImageReadWithoutFormat to cap trim
|
||||
* opt: add PhysicalStorageBufferAddresses to trim
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 27 04:03:44 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,16 +17,16 @@
|
||||
|
||||
|
||||
%define _lto_cflags %nil
|
||||
%define lname libSPIRV-Tools-2023_5_rc1
|
||||
%define lname libSPIRV-Tools-2023_6_rc1
|
||||
|
||||
Name: spirv-tools
|
||||
Version: 2023.5~rc1
|
||||
Version: 2023.6~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.5.rc1.tar.gz
|
||||
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v2023.6.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
|
||||
@ -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.5.rc1
|
||||
%autosetup -p1 -n SPIRV-Tools-2023.6.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:aed90b51ce884ce3ac267acec75e785ee743a1e1fd294c25be33b49c5804d77c
|
||||
size 3147730
|
BIN
v2023.6.rc1.tar.gz
(Stored with Git LFS)
Normal file
BIN
v2023.6.rc1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user