SHA256
1
0
forked from pool/Mesa

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:
Dominique Leuenberger 2020-09-21 15:11:41 +00:00 committed by Git OBS Bridge
commit 767e5daf10
9 changed files with 60 additions and 7 deletions

View File

@ -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&#x27; 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>

View File

@ -41,7 +41,7 @@
%define glamor 1
%define _name_archive mesa
%define _version 20.1.7
%define _version 20.1.8
%define with_opencl 0
%define with_vulkan 0
%define with_llvm 0
@ -109,7 +109,7 @@
%endif
Name: Mesa-drivers
Version: 20.1.7
Version: 20.1.8
Release: 0
Summary: System for rendering 3-D graphics
License: MIT
@ -127,6 +127,7 @@ Patch2: n_add-Mesa-headers-again.patch
# never to be upstreamed
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
Patch58: u_dep_xcb.patch
Patch60: buildfix-ppc64le.patch
BuildRequires: bison
BuildRequires: fdupes
BuildRequires: flex
@ -700,6 +701,9 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch2 -p1
%patch54 -p1
%patch58 -p1
%ifarch ppc64le
%patch60 -p1
%endif
# Remove requires to vulkan libs from baselibs.conf on platforms
# where vulkan build is disabled; ugly ...

View File

@ -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&#x27; 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>

View File

@ -40,7 +40,7 @@
%define glamor 1
%define _name_archive mesa
%define _version 20.1.7
%define _version 20.1.8
%define with_opencl 0
%define with_vulkan 0
%define with_llvm 0
@ -108,7 +108,7 @@
%endif
Name: Mesa
Version: 20.1.7
Version: 20.1.8
Release: 0
Summary: System for rendering 3-D graphics
License: MIT
@ -126,6 +126,7 @@ Patch2: n_add-Mesa-headers-again.patch
# never to be upstreamed
Patch54: n_drirc-disable-rgb10-for-chromium-on-amd.patch
Patch58: u_dep_xcb.patch
Patch60: buildfix-ppc64le.patch
BuildRequires: bison
BuildRequires: fdupes
BuildRequires: flex
@ -699,6 +700,9 @@ rm -rf docs/README.{VMS,WIN32,OS2}
%patch2 -p1
%patch54 -p1
%patch58 -p1
%ifarch ppc64le
%patch60 -p1
%endif
# Remove requires to vulkan libs from baselibs.conf on platforms
# where vulkan build is disabled; ugly ...

11
buildfix-ppc64le.patch Normal file
View 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;

View File

@ -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
View 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

Binary file not shown.