[Mesa-dev] [PATCH 3/4] drirc: Initial blacklist for adaptive sync
Kazlauskas, Nicholas
nicholas.kazlauskas at amd.com
Wed Sep 12 12:37:57 UTC 2018
On 09/12/2018 04:53 AM, Michel Dänzer wrote:
> 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".
>
>
When I tested Firefox I didn't see any requests to enable adaptive sync
but I would imagine it would exhibit similar behavior if it did.
Probably wouldn't hurt to add.
Nicholas Kazlauskas
More information about the mesa-dev
mailing list