Mesa/n_drirc-disable-rgb10-for-chromium-on-amd.patch
2019-07-22 09:53:58 +00:00

23 lines
1.2 KiB
Diff

Index: mesa-19.1.2/src/util/00-mesa-defaults.conf
===================================================================
--- 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>
+
+ <!-- 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>
+
+ <!-- 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">