Accepting request 717526 from X11:XOrg

- n_drirc-disable-rgb10-for-chromium-on-amd.patch
  * added totem as another affected application (boo#1142270) 

- Add v3d support (VC5/V6 driver) for %arm and aarch64 

- Add kmsro for %arm and aarch64

OBS-URL: https://build.opensuse.org/request/show/717526
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Mesa?expand=0&rev=353
This commit is contained in:
Dominique Leuenberger 2019-07-23 20:33:27 +00:00 committed by Git OBS Bridge
commit 9e374b09bd
5 changed files with 44 additions and 6 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 22 09:42:33 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
* added totem as another affected application (boo#1142270)
-------------------------------------------------------------------
Fri Jul 12 10:16:59 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Add v3d support (VC5/V6 driver) for %arm and aarch64
-------------------------------------------------------------------
Fri Jul 12 08:46:16 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add kmsro for %arm and aarch64
-------------------------------------------------------------------
Thu Jul 11 15:02:37 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -807,7 +807,7 @@ egl_platforms=x11,drm,surfaceless
%else
%ifarch %{arm} aarch64
-Ddri-drivers=nouveau \
-Dgallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost \
-Dgallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost,kmsro,v3d \
%else
%ifarch ppc64 ppc64le
-Ddri-drivers=nouveau \

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Mon Jul 22 09:42:33 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- n_drirc-disable-rgb10-for-chromium-on-amd.patch
* added totem as another affected application (boo#1142270)
-------------------------------------------------------------------
Fri Jul 12 10:16:59 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>
- Add v3d support (VC5/V6 driver) for %arm and aarch64
-------------------------------------------------------------------
Fri Jul 12 08:46:16 UTC 2019 - Guillaume GARDET <guillaume.gardet@opensuse.org>
- Add kmsro for %arm and aarch64
-------------------------------------------------------------------
Thu Jul 11 15:02:37 UTC 2019 - Stefan Dirsch <sndirsch@suse.com>

View File

@ -806,7 +806,7 @@ egl_platforms=x11,drm,surfaceless
%else
%ifarch %{arm} aarch64
-Ddri-drivers=nouveau \
-Dgallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost \
-Dgallium-drivers=r300,r600,nouveau,swrast,virgl,freedreno,vc4,etnaviv,lima,panfrost,kmsro,v3d \
%else
%ifarch ppc64 ppc64le
-Ddri-drivers=nouveau \

View File

@ -1,8 +1,8 @@
Index: mesa-19.1.0/src/util/00-mesa-defaults.conf
Index: mesa-19.1.2/src/util/00-mesa-defaults.conf
===================================================================
--- mesa-19.1.0.orig/src/util/00-mesa-defaults.conf 2019-06-11 17:12:51.000000000 +0200
+++ mesa-19.1.0/src/util/00-mesa-defaults.conf 2019-06-11 22:12:04.431893217 +0200
@@ -451,6 +451,11 @@ TODO: document the other workarounds.
--- mesa-19.1.2.orig/src/util/00-mesa-defaults.conf
+++ mesa-19.1.2/src/util/00-mesa-defaults.conf
@@ -451,6 +451,17 @@ TODO: document the other workarounds.
<application name="Rayman Legends" executable="Rayman Legends.exe">
<option name="dynamic_texture_workaround" value="true" />
</application>
@ -11,6 +11,12 @@ Index: mesa-19.1.0/src/util/00-mesa-defaults.conf
+ <application name="Chromium" executable="chromium">
+ <option name="allow_rgb10_configs" value="false" />
+ </application>
+
+ <!-- This is workaround to prevent distorted colors on hardware accelerated video in Totem. https://bugzilla.opensuse.org/show_bug.cgi?id=1142270 -->
+ <application name="Totem" executable="totem">
+ <option name="allow_rgb10_configs" value="false" />
+ </application>
+
</device>
<!-- vmwgfx doesn't like full buffer swaps and can't sync to vertical retraces.-->
<device driver="vmwgfx">