Compare commits
13 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| fb128ca42f | |||
| 4ef5963daa | |||
|
|
7619d8a226 | ||
| 3eff9cfff7 | |||
|
|
7856d2ff9a | ||
|
|
aca2617ccb | ||
|
|
7b8cb70716 | ||
| 174b9017a7 | |||
|
|
77ed6bc04f | ||
|
|
5c8dfc6cce | ||
| c2bdd87c26 | |||
| 1b09b78e43 | |||
| d7fd76c0da |
BIN
0018771b46c492e28ca916b00eda96093381a3b2.tar.gz
LFS
Normal file
BIN
0018771b46c492e28ca916b00eda96093381a3b2.tar.gz
LFS
Normal file
Binary file not shown.
BIN
16.1.0.tar.gz
LFS
BIN
16.1.0.tar.gz
LFS
Binary file not shown.
@@ -1 +1 @@
|
||||
libglslang16
|
||||
libglslang15
|
||||
|
||||
@@ -1,60 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 2 18:33:14 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 16.1.0
|
||||
* Avoid emitting OpCapability RuntimeDescriptorArray when
|
||||
unnecessary
|
||||
* Improve compilation speed when debug infomation is enabled
|
||||
* Support GL_EXT_shader_invocation_reorder
|
||||
* Add checks to coopMatMulAdd
|
||||
* Implement stringify operator
|
||||
* Add ES support for depth layout qualifier
|
||||
* Add debug info for hitObjectNV
|
||||
* Emit a DebugGlobalVariable instead of DebugLocalVariable for
|
||||
rayQueryEXT
|
||||
* Add debug info for constant variable
|
||||
* Improve debug line to point declaration
|
||||
* Fix bugs in buffer reference alignment
|
||||
* Reject string operands in binary and select ops
|
||||
* Support GL_EXT_shader_64bit_indexing
|
||||
* Support GLSL_EXT_uniform_buffer_unsized_array
|
||||
* Add semantic check for cooperative vector loads/stores
|
||||
* Improve the debug info name of opaque (sampler) types
|
||||
* Support IO mapping of combined samplers and acceleration
|
||||
structures
|
||||
* Fix bug in debug info for bool types inside SSBO/UBO
|
||||
* Fix bug in debug info for struct member names
|
||||
* Add methods for entry point and invert-y to C interface
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 26 00:09:27 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 16
|
||||
* Remove spirv-remapper (ported to SPIRV-Tools as
|
||||
canonicalize-ids optimization pass)
|
||||
* Emit error for in/out structs containing booleans
|
||||
* Support GLSL_QCOM_cooperative_matrix_conversion
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
||||
22
glslang.spec
22
glslang.spec
@@ -16,28 +16,30 @@
|
||||
#
|
||||
|
||||
|
||||
%define lname libglslang16
|
||||
%define lname libglslang15
|
||||
%if 0%{?suse_version} < 1600
|
||||
%define gcc_version 13
|
||||
%endif
|
||||
|
||||
Name: glslang
|
||||
Version: 16.1.0
|
||||
Version: 15.2.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
|
||||
Source: https://github.com/KhronosGroup/glslang/archive/%version.tar.gz
|
||||
# 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
|
||||
Source3: baselibs.conf
|
||||
BuildRequires: bison
|
||||
BuildRequires: cmake >= 3.14.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc%{?gcc_version} >= 13
|
||||
BuildRequires: gcc%{?gcc_version}-c++ >= 13
|
||||
BuildRequires: gcc%{?gcc_version} >= 9
|
||||
BuildRequires: gcc%{?gcc_version}-c++ >= 9
|
||||
BuildRequires: python3-base
|
||||
BuildRequires: spirv-tools-devel >= 2025.4~rc1
|
||||
BuildRequires: spirv-tools-devel >= 2025.1~rc1
|
||||
|
||||
%description
|
||||
glslang is a compiler front end for the OpenGL ES and OpenGL shading
|
||||
@@ -87,7 +89,7 @@ This package contains additional headers that are not officially installed,
|
||||
but which some downstream packages rely on.
|
||||
|
||||
%prep
|
||||
%autosetup -n glslang-%version -p1
|
||||
%autosetup -n glslang-%rev -p1
|
||||
|
||||
%build
|
||||
%global _lto_cflags %{?_lto_cflags} -ffat-lto-objects
|
||||
@@ -117,7 +119,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" ! -iname "*.hpp" ! -iname '*.hpp11' -print -delete
|
||||
find "$b/%_includedir/" -type f ! -iname "*.h" -a ! -iname "*.hpp" -print -delete
|
||||
find "$b/%_includedir/" -type f -exec chmod a-x "{}" "+"
|
||||
|
||||
cd "$b"
|
||||
@@ -146,10 +148,11 @@ done
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%_libdir/*.so.16*
|
||||
%_libdir/*.so.15*
|
||||
|
||||
%files devel -f devel.files
|
||||
%_bindir/gls*
|
||||
%_bindir/spirv*
|
||||
%_libdir/cmake/
|
||||
%_libdir/libGenericCodeGen.so
|
||||
%_libdir/libHLSL.so
|
||||
@@ -157,6 +160,7 @@ done
|
||||
%_libdir/libOGLCompiler.so
|
||||
%_libdir/libOSDependent.so
|
||||
%_libdir/libSPIRV.so
|
||||
%_libdir/libSPVRemapper.so
|
||||
%_libdir/libglslang.so
|
||||
%_libdir/libglslang-default-resource-limits.so
|
||||
|
||||
|
||||
Reference in New Issue
Block a user