Accepting request 835442 from X11:XOrg
- buildfix-ppc64le.patch * buildfix for ppc64le (boo#1176562) - update to 20.1.8: * mainly bugfixes, highlights: - Crash in ruvd_end_frame when calling vaBeginPicture/vaEndPicture without rendering anything - khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion `c != _SIMPLE_MTX_INVALID_VALUE' failed. - Amber test opt_peel_loop_initial_if: Assertion failed - Dirt Rally: Flickering glitches on certain foliage since Mesa 20.1.0 caused by MSAA - [BRW] WRC 5 asserts with gallium nine and iris. OBS-URL: https://build.opensuse.org/request/show/835442 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=392
This commit is contained in:
commit
767e5daf10
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 18 11:11:14 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- buildfix-ppc64le.patch
|
||||||
|
* buildfix for ppc64le (boo#1176562)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 17:51:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 20.1.8:
|
||||||
|
* mainly bugfixes, highlights:
|
||||||
|
- Crash in ruvd_end_frame when calling vaBeginPicture/vaEndPicture without rendering anything
|
||||||
|
- khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion `c != _SIMPLE_MTX_INVALID_VALUE' failed.
|
||||||
|
- Amber test opt_peel_loop_initial_if: Assertion failed
|
||||||
|
- Dirt Rally: Flickering glitches on certain foliage since Mesa 20.1.0 caused by MSAA
|
||||||
|
- [BRW] WRC 5 asserts with gallium nine and iris.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 3 09:24:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
Thu Sep 3 09:24:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 20.1.7
|
%define _version 20.1.8
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -109,7 +109,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa-drivers
|
Name: Mesa-drivers
|
||||||
Version: 20.1.7
|
Version: 20.1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -127,6 +127,7 @@ Patch2: n_add-Mesa-headers-again.patch
|
|||||||
# never to be upstreamed
|
# never to be upstreamed
|
||||||
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
|
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
|
||||||
Patch58: u_dep_xcb.patch
|
Patch58: u_dep_xcb.patch
|
||||||
|
Patch60: buildfix-ppc64le.patch
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -700,6 +701,9 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch54 -p1
|
%patch54 -p1
|
||||||
%patch58 -p1
|
%patch58 -p1
|
||||||
|
%ifarch ppc64le
|
||||||
|
%patch60 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
# Remove requires to vulkan libs from baselibs.conf on platforms
|
# Remove requires to vulkan libs from baselibs.conf on platforms
|
||||||
# where vulkan build is disabled; ugly ...
|
# where vulkan build is disabled; ugly ...
|
||||||
|
17
Mesa.changes
17
Mesa.changes
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 18 11:11:14 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
- buildfix-ppc64le.patch
|
||||||
|
* buildfix for ppc64le (boo#1176562)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 17 17:51:17 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 20.1.8:
|
||||||
|
* mainly bugfixes, highlights:
|
||||||
|
- Crash in ruvd_end_frame when calling vaBeginPicture/vaEndPicture without rendering anything
|
||||||
|
- khr_debug-push-pop-group_gl: ../src/util/simple_mtx.h:86: simple_mtx_lock: Assertion `c != _SIMPLE_MTX_INVALID_VALUE' failed.
|
||||||
|
- Amber test opt_peel_loop_initial_if: Assertion failed
|
||||||
|
- Dirt Rally: Flickering glitches on certain foliage since Mesa 20.1.0 caused by MSAA
|
||||||
|
- [BRW] WRC 5 asserts with gallium nine and iris.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 3 09:24:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
Thu Sep 3 09:24:31 UTC 2020 - Stefan Dirsch <sndirsch@suse.com>
|
||||||
|
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
|
|
||||||
%define glamor 1
|
%define glamor 1
|
||||||
%define _name_archive mesa
|
%define _name_archive mesa
|
||||||
%define _version 20.1.7
|
%define _version 20.1.8
|
||||||
%define with_opencl 0
|
%define with_opencl 0
|
||||||
%define with_vulkan 0
|
%define with_vulkan 0
|
||||||
%define with_llvm 0
|
%define with_llvm 0
|
||||||
@ -108,7 +108,7 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: Mesa
|
Name: Mesa
|
||||||
Version: 20.1.7
|
Version: 20.1.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: System for rendering 3-D graphics
|
Summary: System for rendering 3-D graphics
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -126,6 +126,7 @@ Patch2: n_add-Mesa-headers-again.patch
|
|||||||
# never to be upstreamed
|
# never to be upstreamed
|
||||||
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
|
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
|
||||||
Patch58: u_dep_xcb.patch
|
Patch58: u_dep_xcb.patch
|
||||||
|
Patch60: buildfix-ppc64le.patch
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -699,6 +700,9 @@ rm -rf docs/README.{VMS,WIN32,OS2}
|
|||||||
%patch2 -p1
|
%patch2 -p1
|
||||||
%patch54 -p1
|
%patch54 -p1
|
||||||
%patch58 -p1
|
%patch58 -p1
|
||||||
|
%ifarch ppc64le
|
||||||
|
%patch60 -p1
|
||||||
|
%endif
|
||||||
|
|
||||||
# Remove requires to vulkan libs from baselibs.conf on platforms
|
# Remove requires to vulkan libs from baselibs.conf on platforms
|
||||||
# where vulkan build is disabled; ugly ...
|
# where vulkan build is disabled; ugly ...
|
||||||
|
11
buildfix-ppc64le.patch
Normal file
11
buildfix-ppc64le.patch
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
diff -u -r mesa-20.1.7.old/include/CL/cl_platform.h mesa-20.1.7/include/CL/cl_platform.h
|
||||||
|
--- mesa-20.1.7.old/include/CL/cl_platform.h 2020-09-18 13:08:16.978879000 +0200
|
||||||
|
+++ mesa-20.1.7/include/CL/cl_platform.h 2020-09-18 13:09:04.324816000 +0200
|
||||||
|
@@ -355,7 +355,6 @@
|
||||||
|
|
||||||
|
/* Define basic vector types */
|
||||||
|
#if defined( __VEC__ )
|
||||||
|
- #include <altivec.h> /* may be omitted depending on compiler. AltiVec spec provides no way to detect whether the header is required. */
|
||||||
|
typedef __vector unsigned char __cl_uchar16;
|
||||||
|
typedef __vector signed char __cl_char16;
|
||||||
|
typedef __vector unsigned short __cl_ushort8;
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4de9dd0cb2ca367606cada421db62fbf6d276dfd533e522bfab6001ff9aba288
|
|
||||||
size 12825368
|
|
Binary file not shown.
3
mesa-20.1.8.tar.xz
Normal file
3
mesa-20.1.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:df21351494f7caaec5a3ccc16f14f15512e98d2ecde178bba1d134edc899b961
|
||||||
|
size 12846348
|
BIN
mesa-20.1.8.tar.xz.sig
Normal file
BIN
mesa-20.1.8.tar.xz.sig
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user