8 Commits

Author SHA256 Message Date
1944664c3c Accepting request 1288939 from X11:Wayland
- Update to release 15.4

OBS-URL: https://build.opensuse.org/request/show/1288939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glslang?expand=0&rev=58
2025-07-01 09:33:29 +00:00
OBS User unknown
91a0408ab0 [info=b46ca6d71f2702a2b0803ab4d133a69818a7f0ee3f492c491bf00bbcf33f7a9d]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=151
2025-06-28 08:43:15 +00:00
476a5fa749 Accepting request 1272807 from X11:Wayland
- Update to release 15.3

OBS-URL: https://build.opensuse.org/request/show/1272807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glslang?expand=0&rev=57
2025-04-28 14:16:01 +00:00
OBS User unknown
5ba84cc347 [info=107397e3466cdba5325d67f55825c33fe746fdcb7a7d0c9715432582a752de57]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=150
2025-04-26 00:09:10 +00:00
OBS User unknown
6e2867c6b5 [info=6c3a7fbfcbaeb6485b113a2b9b36c28eb9a2a5764584643a88ed15a9a2f12565]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=149
2025-04-26 00:00:47 +00:00
be001628d1 Accepting request 1252820 from X11:Wayland
- Update to release 15.2

OBS-URL: https://build.opensuse.org/request/show/1252820
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glslang?expand=0&rev=56
2025-03-15 15:15:19 +00:00
OBS User unknown
e0118eb5d4 [info=07fdb3f98178270c28b0f4bd30fa88ad8e3f279e9f3b980476b875bcbfd3ebf6]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=148
2025-03-13 17:00:11 +00:00
OBS User unknown
d0725e2afb [info=39d3cc2c3d5dcbef51d9a1b02efc73308679fa6b9ce4e9b2434ca409cec09183]
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=147
2025-03-13 16:50:39 +00:00
6 changed files with 37 additions and 12 deletions

Binary file not shown.

BIN
15.4.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

4
_scmsync.obsinfo Normal file
View File

@@ -0,0 +1,4 @@
mtime: 1751100180
commit: b46ca6d71f2702a2b0803ab4d133a69818a7f0ee3f492c491bf00bbcf33f7a9d
url: https://src.opensuse.org/jengelh/glslang
revision: master

3
build.specials.obscpio Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:796a96fc40e77a0d8ee61855d397de17bf4f408dedafcecec717ea91c067ca27
size 256

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Fri Jun 27 15:47:16 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 15.4
* Implement GL_NV_gpu_shader5 and enable GL_ARB_gpu_shader5
completely
* Add the GLSL_QCOM_tile_shading support
* Implement GL_EXT_float8_e5m2_e4m3 (bits for exponent/mantissa)
* Add variadic function support for builtin functions
* Add argument default values support for builtin functions
* Add GL_ARM_tensors
-------------------------------------------------------------------
Fri Apr 25 22:16:04 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
- Update to release 15.3
* Fix crash calling coopMatLoadTensorNV on an array element
* Implement GL_EXT_bfloat16
* Add missing error checks for bfloat16 math
-------------------------------------------------------------------
Thu Mar 13 16:47:27 UTC 2025 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -22,24 +22,22 @@
%endif
Name: glslang
Version: 15.2.0
Version: 15.4.0
Release: 0
Summary: OpenGL and OpenGL ES shader front end and validator
License: BSD-3-Clause
Group: Development/Libraries/C and C++
URL: https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
#Git-URL: https://github.com/KhronosGroup/glslang
# tag 15.2.0 missing in git as of 2025-03-13
%define rev 0018771b46c492e28ca916b00eda96093381a3b2
Source: https://github.com/KhronosGroup/glslang/archive/%rev.tar.gz
Source: https://github.com/KhronosGroup/glslang/archive/%version.tar.gz
Source3: baselibs.conf
BuildRequires: bison
BuildRequires: cmake >= 3.14.0
BuildRequires: fdupes
BuildRequires: gcc%{?gcc_version} >= 9
BuildRequires: gcc%{?gcc_version}-c++ >= 9
BuildRequires: gcc%{?gcc_version} >= 13
BuildRequires: gcc%{?gcc_version}-c++ >= 13
BuildRequires: python3-base
BuildRequires: spirv-tools-devel >= 2025.1~rc1
BuildRequires: spirv-tools-devel >= 2025.3~rc1
%description
glslang is a compiler front end for the OpenGL ES and OpenGL shading
@@ -89,7 +87,7 @@ This package contains additional headers that are not officially installed,
but which some downstream packages rely on.
%prep
%autosetup -n glslang-%rev -p1
%autosetup -n glslang-%version -p1
%build
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
@@ -119,7 +117,7 @@ cd -
mkdir -p "$b/%_includedir/External/"
cp -a glslang "$b/%_includedir/"
cp -a SPIRV StandAlone "$b/%_includedir/External/"
find "$b/%_includedir/" -type f ! -iname "*.h" -a ! -iname "*.hpp" -print -delete
find "$b/%_includedir/" -type f ! -iname "*.h" ! -iname "*.hpp" ! -iname '*.hpp11' -print -delete
find "$b/%_includedir/" -type f -exec chmod a-x "{}" "+"
cd "$b"