mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
f7d1bf075a
commit
fa48e7edc2
1 changed files with 1 additions and 9 deletions
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue