- buildfix-ppc64le.patch
* buildfix for ppc64le (boo#1176562) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=995
This commit is contained in:
parent
f632b8e5a6
commit
2a9812781e
@ -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>
|
||||
|
||||
|
@ -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 ...
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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
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;
|
Loading…
Reference in New Issue
Block a user