Accepting request 545922 from X11:XOrg
OBS-URL: https://build.opensuse.org/request/show/545922 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=308
This commit is contained in:
commit
5507d309de
32
Mesa.changes
32
Mesa.changes
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 26 16:03:29 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
- update to 17.2.6
|
||||||
|
* Core: fix to keep a program alive when re-linking and prevent
|
||||||
|
an use-after-free.
|
||||||
|
* GLSL compiler: several fixes, including one to prevent a
|
||||||
|
SIGSEV when calling an undeclared subroutine in certain
|
||||||
|
conditions and another to mark the xfb buffers as active only
|
||||||
|
if a variable uses them.
|
||||||
|
* SPIR-V compiler: fixed seveal problems involving the usage of
|
||||||
|
separate images and texture/samplers.
|
||||||
|
* Intel drivers: many new fixes, specially for i965. Several are
|
||||||
|
focused on improving SIMD32 and little-core. It also includes a
|
||||||
|
fix for a GPU hang which was detected while playing HW
|
||||||
|
accelerated video with mpv.
|
||||||
|
* AMD drivers: radv has seen plugged 2 memory leaks while r600
|
||||||
|
has gotten a fix through reversing the tess factor components
|
||||||
|
for isolines.
|
||||||
|
* swr driver: fixes for two performance regressions (one for
|
||||||
|
avx512 platforms and the other for the avx/avx2 platforms).
|
||||||
|
* ddebug gallium driver: fix for an use-after-free.
|
||||||
|
* EGL: Wayland platform of the the DRI2 drivers got a fix to
|
||||||
|
prevent crashing in ancient systems.
|
||||||
|
* GLX has also received corrections to prevent a couple of errors
|
||||||
|
when creating and binding a context in DRI3 and DRISW,
|
||||||
|
respectively.
|
||||||
|
* Build and integration: allow building libglvnd when EGL is present
|
||||||
|
but not GLX. Enable building targets which don't need X11, such
|
||||||
|
as omx and va, when XCB is not present. You can now specify
|
||||||
|
the prefix installation for the OpenCL icd file.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 11 03:46:49 UTC 2017 - aavindraa@gmail.com
|
Sat Nov 11 03:46:49 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 17.2.5
|
%define _version 17.2.6
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
|
%ifarch %ix86 x86_64 %arm aarch64 ppc ppc64 ppc64le s390x
|
||||||
@ -53,7 +53,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 17.2.5
|
Version: 17.2.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering interactive 3-D graphics
|
Summary: System for rendering interactive 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7f7f914b7b9ea0b15f2d9d01a4375e311b0e90e55683b8e8a67ce8691eb1070f
|
|
||||||
size 10386312
|
|
Binary file not shown.
3
mesa-17.2.6.tar.xz
Normal file
3
mesa-17.2.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ad85224620330be26ab68c8fc78381b12b38b610ade2db8716b38faaa8f30de
|
||||||
|
size 10387604
|
BIN
mesa-17.2.6.tar.xz.sig
Normal file
BIN
mesa-17.2.6.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user