- Update to 3.0g900

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/glslang?expand=0&rev=16
This commit is contained in:
Jan Engelhardt 2016-11-03 19:42:34 +00:00 committed by Git OBS Bridge
parent 7ef6f1c0bc
commit 1c67971380
5 changed files with 27 additions and 6 deletions

View File

@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">git://github.com/KhronosGroup/glslang</param>
<param name="parent-tag">2.3</param>
<param name="parent-tag">3.0</param>
<param name="versionformat">@PARENT_TAG@.g@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="disabled">

View File

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

3
glslang-3.0.g900.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:91248da5bff319731727e9ca7d651c0c0080f2a84b5ee2f13e5d3bdbc04b32d6
size 897292

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Oct 31 22:28:28 UTC 2016 - jengelh@inai.de
- Update to 3.0g900
* Added -x option to save SPIR-V as 32-bit hexadecimal numbers to
a text file.
* Add decompositions for some HLSL intrinsics.
* HLSL: Support semantics in function parameter declarations.
* HLSL: Map parameter qualifiers from generic to function-specific
and entry-point specific.
* HLSL: Add texture Load method & decomposition
* HLSL: Add SampleLevel method
* HLSL: Add gather, improve proto generator machine for upcoming
2DMS/Shadow
* HLSL: add 2DMS texture formats, and matching Load / GetDimensions
support
* HLSL: Add shape conversions for scalar -> vector assigments.
* HLSL: Add string basic type and recognize string declaration
grammar.
* HLSL: allow multi-dimensional arrays
-------------------------------------------------------------------
Sun Jun 12 14:06:11 UTC 2016 - jengelh@inai.de

View File

@ -16,10 +16,10 @@
#
%define version_unconverted 2.3.g537
%define version_unconverted 3.0.g900
Name: glslang
Version: 2.3.g537
Version: 3.0.g900
Release: 0
Summary: OpenGL and OpenGL ES shader front end and validator
License: BSD-3-Clause