Stefan Dirsch
73e955aa8c
* second release candidate for Mesa 18.3.0 - supersedes the following patches: * U_intel-aubinator-mark-ftruncate_res-as-MAYBE_UNUSED-i.patch * U_intel-decoder-mark-total_length-as-MAYBE_UNUSED-in-g.patch * U_python-Fix-rich-comparisons.patch * U_python-Use-key-functions-when-sorting-containers.patch * mako_4_radv.patch - adjusted n_drirc-disable-rgb10-for-chromium-on-amd.patch - /etc/drirc moved to /usr/share/drirc.d/00-mesa-defaults.conf OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=780
16 lines
778 B
Diff
16 lines
778 B
Diff
Index: mesa-18.3.0-rc2/src/util/00-mesa-defaults.conf
|
|
===================================================================
|
|
--- mesa-18.3.0-rc2.orig/src/util/00-mesa-defaults.conf
|
|
+++ mesa-18.3.0-rc2/src/util/00-mesa-defaults.conf
|
|
@@ -334,5 +334,10 @@ TODO: document the other workarounds.
|
|
<application name="No Mans Sky" executable="NMS.exe">
|
|
<option name="radeonsi_zerovram" value="true" />
|
|
</application>
|
|
+
|
|
+ <!-- This is workaround to prevent distorted colors on hardware accelerated video in Chromium. https://bugzilla.opensuse.org/show_bug.cgi?id=1113211 -->
|
|
+ <application name="Chromium" executable="chromium">
|
|
+ <option name="allow_rgb10_configs" value="false" />
|
|
+ </application>
|
|
</device>
|
|
</driconf>
|