Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:jengelh:branches:X11:XOrg
Mesa
n_drirc-disable-rgb10-for-chromium-on-amd.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File n_drirc-disable-rgb10-for-chromium-on-amd.patch of Package Mesa
Index: mesa-20.2.0/src/util/00-mesa-defaults.conf =================================================================== --- mesa-20.2.0.orig/src/util/00-mesa-defaults.conf +++ mesa-20.2.0/src/util/00-mesa-defaults.conf @@ -633,6 +633,14 @@ TODO: document the other workarounds. <application name="DiRT Rally" executable="DirtRally"> <option name="radeonsi_prim_restart_tri_strips_only" 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"/>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor