forked from pool/glslang
- Update to new snapshot 7.11.3276.git10 (4162de4)
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=47
This commit is contained in:
parent
5987c3bc0d
commit
ee1a4f845e
6
_service
6
_service
@ -3,9 +3,9 @@
|
|||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="url">git://github.com/KhronosGroup/glslang</param>
|
<param name="url">git://github.com/KhronosGroup/glslang</param>
|
||||||
<!-- minor part also in glslang/Include/revision.h (and sometimes out of date too) -->
|
<!-- minor part also in glslang/Include/revision.h (and sometimes out of date too) -->
|
||||||
<param name="revision">2f4a8dfd3a596d75e3c26cb7ae9b68886d3a19cf</param>
|
<param name="revision">4162de4bbfc58ef37600c23e4e8fcf58e604f382</param>
|
||||||
<param name="parent-tag">7.11.3214</param>
|
<param name="parent-tag">8e96e247fadd3b241fe4a5d081ebe1ad45f885bc</param>
|
||||||
<param name="versionformat">7.11.3214.git@TAG_OFFSET@</param>
|
<param name="versionformat">7.11.3276.git@TAG_OFFSET@</param>
|
||||||
</service>
|
</service>
|
||||||
<service name="recompress" mode="disabled">
|
<service name="recompress" mode="disabled">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:79410c89a7cdac2706dd889ef74a8e57d90c2721e430b20cad0a8844e595f7fd
|
|
||||||
size 1586072
|
|
3
glslang-7.11.3276.git10.tar.xz
Normal file
3
glslang-7.11.3276.git10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:070b39ee22f73549e9dc7f157edf2363a0c3631da3cb431c046e9b4c40b9011e
|
||||||
|
size 1591316
|
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 28 07:50:03 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new snapshot 7.11.3276.git10 (4162de4)
|
||||||
|
* Add Float16/Int8/Int16 capabilities for private variables and
|
||||||
|
function parameters.
|
||||||
|
* Use spvValidatorOptionsSetBeforeHlslLegalization for
|
||||||
|
pre-legalized HLSL.
|
||||||
|
* Add support for GL_NV_shader_sm_builtins.
|
||||||
|
* Add gl_SemanticsVolatile to GL_KHR_memory_scope_semantics,
|
||||||
|
and make volatile-qualified atomics generate
|
||||||
|
MemorySemanticsVolatile when using the Vulkan memory model.
|
||||||
|
* Add missing GL_ARB_shader_ballot builtins to Geometry and
|
||||||
|
Tessellation shaders.
|
||||||
|
* SPV: Add a switch for favoring non-NaN operands in min, max,
|
||||||
|
and clamp.
|
||||||
|
- Remove nodate.diff (upstreamed)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 5 10:31:35 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
Wed Jun 5 10:31:35 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -16,11 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define version_unconverted 7.11.3214.git36
|
%define version_unconverted 7.11.3276.git10
|
||||||
%define lname libglslang-suse5
|
%define lname libglslang-suse5
|
||||||
|
|
||||||
Name: glslang
|
Name: glslang
|
||||||
Version: 7.11.3214.git36
|
Version: 7.11.3276.git10
|
||||||
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
|
||||||
@ -29,8 +29,7 @@ URL: https://www.khronos.org/opengles/sdk/tools/Reference-Compiler/
|
|||||||
#Git-URL: https://github.com/KhronosGroup/glslang
|
#Git-URL: https://github.com/KhronosGroup/glslang
|
||||||
|
|
||||||
Source: %name-%version.tar.xz
|
Source: %name-%version.tar.xz
|
||||||
Patch1: nodate.diff
|
Patch1: ver.diff
|
||||||
Patch2: ver.diff
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: cmake >= 2.8
|
BuildRequires: cmake >= 2.8
|
||||||
|
20
nodate.diff
20
nodate.diff
@ -1,20 +0,0 @@
|
|||||||
From: Jan Engelhardt <jengelh@inai.de>
|
|
||||||
Date: 2017-08-07 20:22:29.456870387 +0200
|
|
||||||
|
|
||||||
---
|
|
||||||
StandAlone/spirv-remap.cpp | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
Index: glslang/StandAlone/spirv-remap.cpp
|
|
||||||
===================================================================
|
|
||||||
--- glslang.orig/StandAlone/spirv-remap.cpp
|
|
||||||
+++ glslang/StandAlone/spirv-remap.cpp
|
|
||||||
@@ -227,7 +227,7 @@ namespace {
|
|
||||||
}
|
|
||||||
}
|
|
||||||
else if (arg == "--version" || arg == "-V") {
|
|
||||||
- std::cout << basename(argv[0]) << " version 0.97 " << __DATE__ << " " << __TIME__ << std::endl;
|
|
||||||
+ std::cout << basename(argv[0]) << " version 0.97 " << std::endl;
|
|
||||||
exit(0);
|
|
||||||
} else if (arg == "--input" || arg == "-i") {
|
|
||||||
// Collect input files
|
|
Loading…
Reference in New Issue
Block a user