- Update to version 19.3.3
* There's plenty of changes here, but intel, docs, radeonsi, and aco are the biggest sets of changes. - supersedes U_0005-radv-Remove-syncobj_handle-variable-in-header.patch OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=915
This commit is contained in:
parent
40939ad4a3
commit
b16d8b7271
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 14:59:10 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 19.3.3
|
||||
* There's plenty of changes here, but intel, docs, radeonsi,
|
||||
and aco are the biggest sets of changes.
|
||||
- supersedes U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 13:34:34 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -42,7 +42,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 19.3.2
|
||||
%define _version 19.3.3
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -110,7 +110,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa-drivers
|
||||
Version: 19.3.2
|
||||
Version: 19.3.3
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -133,7 +133,6 @@ Patch61: U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patc
|
||||
Patch62: U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch
|
||||
Patch63: U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch
|
||||
Patch64: U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch
|
||||
Patch65: U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
|
||||
Patch66: U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
@ -744,7 +743,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
||||
%patch62 -p1
|
||||
%patch63 -p1
|
||||
%patch64 -p1
|
||||
%patch65 -p1
|
||||
%patch66 -p1
|
||||
|
||||
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
|
||||
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 14:59:10 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
- Update to version 19.3.3
|
||||
* There's plenty of changes here, but intel, docs, radeonsi,
|
||||
and aco are the biggest sets of changes.
|
||||
- supersedes U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 29 13:34:34 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||
|
||||
|
@ -41,7 +41,7 @@
|
||||
|
||||
%define glamor 1
|
||||
%define _name_archive mesa
|
||||
%define _version 19.3.2
|
||||
%define _version 19.3.3
|
||||
%define with_opencl 0
|
||||
%define with_vulkan 0
|
||||
%define with_llvm 0
|
||||
@ -109,7 +109,7 @@
|
||||
%endif
|
||||
|
||||
Name: Mesa
|
||||
Version: 19.3.2
|
||||
Version: 19.3.3
|
||||
Release: 0
|
||||
Summary: System for rendering 3-D graphics
|
||||
License: MIT
|
||||
@ -132,7 +132,6 @@ Patch61: U_0001-gallium-Fix-a-couple-of-multiple-definition-warnings.patc
|
||||
Patch62: U_0002-r600-Move-get_pic_param-to-radeon_vce.c.patch
|
||||
Patch63: U_0003-radeon-Move-si_get_pic_param-to-radeon_vce.c.patch
|
||||
Patch64: U_0004-radeon-Fix-multiple-definition-error-with-radeon_deb.patch
|
||||
Patch65: U_0005-radv-Remove-syncobj_handle-variable-in-header.patch
|
||||
Patch66: U_0006-nouveau-nvc0-add-extern-keyword-to-nvc0_miptree_vtbl.patch
|
||||
BuildRequires: bison
|
||||
BuildRequires: fdupes
|
||||
@ -743,7 +742,6 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
||||
%patch62 -p1
|
||||
%patch63 -p1
|
||||
%patch64 -p1
|
||||
%patch65 -p1
|
||||
%patch66 -p1
|
||||
|
||||
# Remove requires to libglvnd/libglvnd-devel from baselibs.conf when
|
||||
|
@ -1,36 +0,0 @@
|
||||
From bd4380c63c3b8b8b5f60dc840809dbe96a222fd7 Mon Sep 17 00:00:00 2001
|
||||
From: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
|
||||
Date: Tue, 21 Jan 2020 11:49:55 +0100
|
||||
Subject: [PATCH] radv: Remove syncobj_handle variable in header.
|
||||
MIME-Version: 1.0
|
||||
Content-Type: text/plain; charset=UTF-8
|
||||
Content-Transfer-Encoding: 8bit
|
||||
|
||||
I strongly suspect it was supposed to be a typedef. However, used
|
||||
nowhere, we should remove it.
|
||||
|
||||
Fixes: eaa56eab6da "radv: initial support for shared semaphores (v2)"
|
||||
Closes: https://gitlab.freedesktop.org/mesa/mesa/issues/2385
|
||||
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
|
||||
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
|
||||
Tested-by: Marge Bot <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3479>
|
||||
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3479>
|
||||
---
|
||||
src/amd/vulkan/radv_radeon_winsys.h | 1 -
|
||||
1 file changed, 1 deletion(-)
|
||||
|
||||
diff --git a/src/amd/vulkan/radv_radeon_winsys.h b/src/amd/vulkan/radv_radeon_winsys.h
|
||||
index c8790917bcc..5c7b1ab5118 100644
|
||||
--- a/src/amd/vulkan/radv_radeon_winsys.h
|
||||
+++ b/src/amd/vulkan/radv_radeon_winsys.h
|
||||
@@ -156,7 +156,6 @@ struct radeon_bo_metadata {
|
||||
uint32_t metadata[64];
|
||||
};
|
||||
|
||||
-uint32_t syncobj_handle;
|
||||
struct radeon_winsys_fence;
|
||||
|
||||
struct radeon_winsys_bo {
|
||||
--
|
||||
2.16.4
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4e3aee324616352bbc7f58d47ab573e10f68cc7719fd045bd6d3abcdd97ee1c1
|
||||
size 11834324
|
Binary file not shown.
3
mesa-19.3.3.tar.xz
Normal file
3
mesa-19.3.3.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81ce4810bb25d61300f8104856461f4d49cf7cb794aa70cb572312e370c39f09
|
||||
size 11938700
|
BIN
mesa-19.3.3.tar.xz.sig
Normal file
BIN
mesa-19.3.3.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user