[Mesa-dev] [PATCH 3/4] drirc: Initial blacklist for adaptive sync

Michel Dänzer michel at daenzer.net
Wed Sep 12 08:53:39 UTC 2018


On 2018-09-11 6:24 p.m., Nicholas Kazlauskas wrote:
> Applications that don't present at a predictable rate (ie. not games)
> shouldn't have adapative sync enabled. This list covers some of the
> common desktop compositors and some web browsers.
> 
> Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas at amd.com>
> 
> [...]
>  
> +        <application name="Chromium" executable="chromium">
> +            <option name="adaptive_sync_enable" value="false" />
> +        </application>
> +        <application name="Google Chrome" executable="chrome">
> +            <option name="adaptive_sync_enable" value="false" />
> +        </application>

Should probably add Firefox here as well, executable name "firefox".


-- 
Earthling Michel Dänzer               |               http://www.amd.com
Libre software enthusiast             |             Mesa and X developer


More information about the mesa-dev mailing list