- Update to version 19.2.1
* fixes all over the tree: intel, amd, nine, nir, egl, gallium, scons, meson, glsl, haiku, android, and nouveau all got fixes. OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=883
This commit is contained in:
parent
ba297b81e5
commit
3d49bccee3
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 22:16:18 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 19.2.1
|
||||
* fixes all over the tree: intel, amd, nine, nir, egl, gallium,
|
||||
scons, meson, glsl, haiku, android, and nouveau all got fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 21:50:32 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 19.2.0
|
||||
%define _version 19.2.1
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -110,7 +110,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa-drivers
|
||||
Version: 19.2.0
|
||||
Version: 19.2.1
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 9 22:16:18 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 19.2.1
|
||||
* fixes all over the tree: intel, amd, nine, nir, egl, gallium,
|
||||
scons, meson, glsl, haiku, android, and nouveau all got fixes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 7 21:50:32 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 19.2.0
|
||||
%define _version 19.2.1
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -109,7 +109,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa
|
||||
Version: 19.2.0
|
||||
Version: 19.2.1
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b060caa2a00f856431160ff7377d0e8f58f2aa48c16ee5a9e265ebdccb10852a
|
||||
size 11464180
|
Binary file not shown.
3
mesa-19.2.1.tar.xz
Normal file
3
mesa-19.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4cc53ca1a8d12c6ff0e5ea44a5213c05c88447ab50d7e28bb350cd29199f01e9
|
||||
size 11468492
|
BIN
mesa-19.2.1.tar.xz.sig
Normal file
BIN
mesa-19.2.1.tar.xz.sig
Normal file
Binary file not shown.
@ -1,9 +1,9 @@
|
||||
Index: mesa-19.1.0/meson.build
|
||||
Index: mesa-19.2.1/meson.build
|
||||
===================================================================
|
||||
--- mesa-19.1.0.orig/meson.build 2019-06-11 17:12:50.000000000 +0200
|
||||
+++ mesa-19.1.0/meson.build 2019-06-11 22:28:12.967838857 +0200
|
||||
@@ -1414,10 +1414,12 @@ if with_platform_x11
|
||||
dep_x11_xcb = dependency('x11-xcb')
|
||||
--- mesa-19.2.1.orig/meson.build
|
||||
+++ mesa-19.2.1/meson.build
|
||||
@@ -1422,10 +1422,12 @@ if with_platform_x11
|
||||
endif
|
||||
endif
|
||||
if with_any_vk or with_egl or (with_glx == 'dri' and with_dri_platform == 'drm')
|
||||
+ dep_x11_xcb = dependency('x11-xcb')
|
||||
@ -15,10 +15,10 @@ Index: mesa-19.1.0/meson.build
|
||||
dep_xcb_dri3 = dependency('xcb-dri3')
|
||||
dep_xcb_present = dependency('xcb-present')
|
||||
# until xcb-dri3 has been around long enough to make a hard-dependency:
|
||||
Index: mesa-19.1.0/src/loader/meson.build
|
||||
Index: mesa-19.2.1/src/loader/meson.build
|
||||
===================================================================
|
||||
--- mesa-19.1.0.orig/src/loader/meson.build 2019-06-11 17:12:51.000000000 +0200
|
||||
+++ mesa-19.1.0/src/loader/meson.build 2019-06-11 22:28:12.967838857 +0200
|
||||
--- mesa-19.2.1.orig/src/loader/meson.build
|
||||
+++ mesa-19.2.1/src/loader/meson.build
|
||||
@@ -28,6 +28,7 @@ if with_platform_x11 and with_dri3
|
||||
include_directories : [inc_include, inc_src],
|
||||
dependencies : [
|
||||
|
Loading…
Reference in New Issue
Block a user