forked from pool/glslang
- Update to release 14.3
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=139
This commit is contained in:
parent
31023dc2f5
commit
d7fd76c0da
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:14a2edbb509cb3e51a9a53e3f5e435dbf5971604b4b833e63e6076e8c0a997b5
|
|
||||||
size 3842427
|
|
BIN
14.3.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
14.3.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jun 26 00:22:03 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 14.3
|
||||||
|
* Generate vector constructions more efficiently when sizes match
|
||||||
|
* Skip identity conversions for 8-bit and 16-bit types
|
||||||
|
* Emit debug info for buffer references
|
||||||
|
* Add support for OpExtInstWithForwardRefsKHR
|
||||||
|
* Generate SPV_EXT_replicated_compisites when requested by pragma
|
||||||
|
* Add back layoutLocation to public API
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 2 22:40:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Thu May 2 22:40:16 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libglslang14
|
%define lname libglslang14
|
||||||
Name: glslang
|
Name: glslang
|
||||||
Version: 14.2.0
|
Version: 14.3.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OpenGL and OpenGL ES shader front end and validator
|
Summary: OpenGL and OpenGL ES shader front end and validator
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -31,7 +31,7 @@ BuildRequires: bison
|
|||||||
BuildRequires: cmake >= 3.14.0
|
BuildRequires: cmake >= 3.14.0
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python3-base
|
BuildRequires: python3-base
|
||||||
BuildRequires: spirv-tools-devel >= 2024.1~rc1
|
BuildRequires: spirv-tools-devel >= 2024.3
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} < 1599
|
%if 0%{?suse_version} && 0%{?suse_version} < 1599
|
||||||
BuildRequires: gcc11-c++
|
BuildRequires: gcc11-c++
|
||||||
%else
|
%else
|
||||||
|
Loading…
Reference in New Issue
Block a user