Accepting request 1030943 from home:jengelh:branches:X11:Wayland
- Update to release 1.3.231.0 OBS-URL: https://build.opensuse.org/request/show/1030943 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/spirv-cross?expand=0&rev=22
This commit is contained in:
parent
7668bb7773
commit
77e3c15435
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd66ce2f9e6d3b9b8055662ac25172fa5559603f2f23c1a178c74f1602de8732
|
||||
size 1608013
|
3
sdk-1.3.231.0.tar.gz
Normal file
3
sdk-1.3.231.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efdc19e69464743fae332d17be284bba934b449657021821ffe9e7a27b98b8ce
|
||||
size 1673839
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 24 20:13:48 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 1.3.231.0
|
||||
* GLSL: disable row major load around on GLES.
|
||||
* GLSL: added an option to disable row-major-load workaround.
|
||||
* GLSL: Implement GL_EXT_mesh_shader.
|
||||
* GLSL: Implement task shaders.
|
||||
* GLSL: Account for ES sampler1D to sampler2D promotion in
|
||||
textureSize.
|
||||
* MSL: Report unsupported 64-bit atomics.
|
||||
* Add reflection support for shader record buffers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 15 17:05:14 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define _libpkg libspirv-cross-c-shared0
|
||||
%define __builder ninja
|
||||
Name: spirv-cross
|
||||
Version: 1.3.216.0
|
||||
Version: 1.3.231.0
|
||||
Release: 0
|
||||
Summary: Tool and library for SPIR-V reflection and disassembly
|
||||
License: Apache-2.0 OR MIT
|
||||
@ -29,7 +29,7 @@ Source0: https://github.com/KhronosGroup/SPIRV-Cross/archive/sdk-%version
|
||||
BuildRequires: c++_compiler
|
||||
BuildRequires: cmake >= 3
|
||||
BuildRequires: ninja
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: pkg-config
|
||||
|
||||
%description
|
||||
SPIRV-Cross is a tool and library designed for parsing and
|
||||
|
Loading…
x
Reference in New Issue
Block a user