radv: remove LLVM sicheduler enable for The Talos Principle
sisched is completely unmaintained, it used to give few more FPS in the past but with ACO, it's now obsolete. It seems even faster without sisched now. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3789>
This commit is contained in:

committed by
Marge Bot

parent
f7d1bf075a
commit
fa48e7edc2
@@ -606,15 +606,7 @@ radv_handle_per_app_options(struct radv_instance *instance,
|
||||
if (!name)
|
||||
return;
|
||||
|
||||
if (!strcmp(name, "Talos - Linux - 32bit") ||
|
||||
!strcmp(name, "Talos - Linux - 64bit")) {
|
||||
if (!(instance->debug_flags & RADV_DEBUG_NO_SISCHED)) {
|
||||
/* Force enable LLVM sisched for Talos because it looks
|
||||
* safe and it gives few more FPS.
|
||||
*/
|
||||
instance->perftest_flags |= RADV_PERFTEST_SISCHED;
|
||||
}
|
||||
} else if (!strcmp(name, "DOOM_VFR")) {
|
||||
if (!strcmp(name, "DOOM_VFR")) {
|
||||
/* Work around a Doom VFR game bug */
|
||||
instance->debug_flags |= RADV_DEBUG_NO_DYNAMIC_BOUNDS;
|
||||
} else if (!strcmp(name, "MonsterHunterWorld.exe")) {
|
||||
|
Reference in New Issue
Block a user