Stefan Dirsch
0be01f0ffa
- Update to version 23.0.0 * first stable release of 2023 - refreshed patches * n_drirc-disable-rgb10-for-chromium-on-amd.patch * n_stop-iris-flicker.patch * u_dep_xcb.patch * u_fix-build-on-ppc64le.patch - adjusted n_no-sse2-on-ix86-except-for-intel-drivers.patch - meson: added -Dxmlconfig=enabled to fix link errors (missing "-lexpat") OBS-URL: https://build.opensuse.org/request/show/1067439 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=1195
20 lines
1.2 KiB
Diff
20 lines
1.2 KiB
Diff
Index: mesa-23.0.0/src/util/00-mesa-defaults.conf
|
|
===================================================================
|
|
--- mesa-23.0.0.orig/src/util/00-mesa-defaults.conf
|
|
+++ mesa-23.0.0/src/util/00-mesa-defaults.conf
|
|
@@ -892,6 +892,14 @@ TODO: document the other workarounds.
|
|
<application name="Rocket League" executable="RocketLeague">
|
|
<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>
|
|
+ <!-- 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>
|
|
<application name="Gfx Bench" executable="gfxbench_gl">
|
|
<!-- Helps offscreen tests -->
|
|
<option name="mesa_glthread" value="true"/>
|