Accepting request 284793 from home:Zaitor:branches:X11:XOrg
Update to version 10.4.4 OBS-URL: https://build.opensuse.org/request/show/284793 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=426
This commit is contained in:
parent
0dc59a02df
commit
79f5efae49
15
Mesa.changes
15
Mesa.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 8 21:45:01 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 10.4.4:
|
||||
+ mesa: fix display list 8-byte alignment issue.
|
||||
+ docs: Add sha256 sums for the 10.4.3 release.
|
||||
+ egl: Pass the correct X visual depth to xcb_put_image().
|
||||
+ glx/dri3: Request non-vsynced Present for swapinterval zero.
|
||||
+ gallium/util: Don't use __builtin_clrsb in util_last_bit().
|
||||
+ configure: Link against all LLVM targets when building clover.
|
||||
+ st/osmesa: Fix osbuffer->textures indexing.
|
||||
+ i965: Fix max_wm_threads for CHV.
|
||||
+ Bugs fixed: fdo#88662, fdo#88930.
|
||||
- Add pkgconfig(libva) BuildRequires: Build VA API support.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 2 08:59:10 UTC 2015 - sndirsch@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive MesaLib
|
||||
%define _version 10.4.3
|
||||
%define _version 10.4.4
|
||||
%ifarch %ix86 x86_64 %arm ppc ppc64 ppc64le s390x
|
||||
%define gallium_loader 1
|
||||
%else
|
||||
@ -37,7 +37,7 @@
|
||||
%define with_nine 1
|
||||
%endif
|
||||
Name: Mesa
|
||||
Version: 10.4.3
|
||||
Version: 10.4.4
|
||||
Release: 0
|
||||
Summary: System for rendering interactive 3-D graphics
|
||||
License: MIT
|
||||
@ -76,6 +76,7 @@ BuildRequires: pkgconfig(libdrm_nouveau) >= 2.4.41
|
||||
BuildRequires: pkgconfig(libdrm_radeon) >= 2.4.45
|
||||
BuildRequires: pkgconfig(libkms) >= 1.0.0
|
||||
BuildRequires: pkgconfig(libudev) > 150
|
||||
BuildRequires: pkgconfig(libva) >= 0.35.0
|
||||
BuildRequires: pkgconfig(presentproto)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
BuildRequires: pkgconfig(x11-xcb)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef6ecc9c2f36c9f78d1662382a69ae961f38f03af3a0c3268e53f351aa1978ad
|
||||
size 7504749
|
3
MesaLib-10.4.4.tar.bz2
Normal file
3
MesaLib-10.4.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f18a967e9c4d80e054b2fdff8c130ce6e6d1f8eecfc42c9f354f8628d8b4df1c
|
||||
size 7507100
|
Loading…
Reference in New Issue
Block a user