Accepting request 573924 from X11:Wayland
- Update to new snapshot 3.0.g1817 OBS-URL: https://build.opensuse.org/request/show/573924 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glslang?expand=0&rev=8
This commit is contained in:
commit
b8a8f669f3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2f7ef4ba0a5244f40ada31c27056cc798e3ee6cc8dc7e93f5ad3346990e33fc1
|
||||
size 1114000
|
3
glslang-3.0.g1817.tar.xz
Normal file
3
glslang-3.0.g1817.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f532032378be2731ff114f55ca88dddebbd2127613014f6e261be5e9f0cdf46
|
||||
size 1192028
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 7 22:51:46 UTC 2018 - jengelh@inai.de
|
||||
|
||||
- Update to new snapshot 3.0.g1817
|
||||
* HLSL: Include built-in processing for vertex input and fragment output flattening.
|
||||
* HLSL: Flatten structs for all non-arrayed I/O interfaces.
|
||||
* SPV: Implement extension SPV_EXT_shader_stencil_export
|
||||
* HLSL: handle clip and cull distance input builtin type conversion
|
||||
* SPV: 1st pass implementation of SPV_EXT_shader_viewport_index_layer.
|
||||
* HLSL: add geometry stage support for clip/cull distance
|
||||
* Add support for GL_OES_EGL_image_external_essl3
|
||||
* Implement the extension GL_AMD_shader_fragment_mask
|
||||
* Add implementation of SPV_EXT_fragment_fully_covered
|
||||
* GLSL: Implement GL_EXT_control_flow_attributes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 7 18:14:24 UTC 2017 - jengelh@inai.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package glslang
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,10 +16,10 @@
|
||||
#
|
||||
|
||||
|
||||
%define version_unconverted 3.0.g1516
|
||||
%define version_unconverted 3.0.g1817
|
||||
|
||||
Name: glslang
|
||||
Version: 3.0.g1516
|
||||
Version: 3.0.g1817
|
||||
Release: 0
|
||||
Summary: OpenGL and OpenGL ES shader front end and validator
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user