forked from pool/spirv-tools
- Update to release 2022.3
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-tools?expand=0&rev=84
This commit is contained in:
parent
70105fa368
commit
7531c089fa
@ -1,4 +1,4 @@
|
||||
libSPIRV-Tools-2022_3_sdk216
|
||||
libSPIRV-Tools-2022_3
|
||||
spirv-tools-devel
|
||||
requires -spirv-tools-<targettype>
|
||||
requires "libSPIRV-Tools-2022_3_sdk216-<targettype> = <version>"
|
||||
requires "libSPIRV-Tools-2022_3-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b82c5d4790ea4c27ff3a6152fc2fbbb11f6d89702f04d6c644512d851608d67b
|
||||
size 3019645
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 22 23:12:02 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2022.3~sdk224 (SDK-1.3.224.0)
|
||||
* spirv-val: Add support for SPV_AMD_shader_early_and_late_fragment_tests
|
||||
* Avoid replacing access chain with OOB access
|
||||
* Avoid undefined divide-by-0
|
||||
* Fixed crash unrolling loops with residual iterations
|
||||
* Fix segfault in `SpirvTools::Disassemble` when printing
|
||||
* Avoid undefined behaviour when getting debug opcode
|
||||
* spirv-val: Add Vulkan decoration interface
|
||||
* Implement SPV_NV_bindless_texture related changes
|
||||
- Update to release 2022.3
|
||||
* spirv-val: Add SPV_KHR_ray_tracing instructions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 16:51:34 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,18 +17,17 @@
|
||||
|
||||
|
||||
%define _lto_cflags %nil
|
||||
%define lname libSPIRV-Tools-2022_3_sdk216
|
||||
%define lname libSPIRV-Tools-2022_3
|
||||
|
||||
Name: spirv-tools
|
||||
Version: 2022.3~sdk216
|
||||
Version: 2022.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/v%version.tar.gz
|
||||
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/sdk-1.3.216.0.tar.gz
|
||||
Source: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/v%version.tar.gz
|
||||
Source9: baselibs.conf
|
||||
Patch1: ver.diff
|
||||
Patch2: gcc48.diff
|
||||
@ -66,7 +65,7 @@ validator, and is used in the standalone tools whilst also enabling
|
||||
integration into other code bases directly.
|
||||
|
||||
%prep
|
||||
%autosetup -p1 -n SPIRV-Tools-sdk-1.3.216.0
|
||||
%autosetup -p1 -n SPIRV-Tools-%version
|
||||
find . -type f -name CMakeLists.txt -exec \
|
||||
perl -i -pe 's{\@PACKAGE_VERSION\@}{%version}' CMakeLists.txt {} +
|
||||
|
||||
|
3
v2022.3.tar.gz
Normal file
3
v2022.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:df6dc5ed5351f99aaaa6acc78111342d3400b27b99f18148d3be408570144a70
|
||||
size 3035130
|
Loading…
Reference in New Issue
Block a user