Skip to content

Commit

Permalink
radv: set radv_override_graphics_shader_version=1 for Metaphor
Browse files Browse the repository at this point in the history
The NGG culling fix for depth-only rendering improves performance in
this game by more than 20%.

igned-off-by: Samuel Pitoiset <[email protected]>
  • Loading branch information
hakzsam committed Oct 28, 2024
1 parent 61fc9dd commit d3fb585
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/util/00-radv-defaults.conf
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,10 @@ Application bugs worked around in this file:
<option name="radv_force_pstate_peak_gfx11_dgpu" value="true" />
</application>

<application name="Metaphor Re:Fantazio" application_name_match="METAPHOR.exe">
<option name="radv_override_graphics_shader_version" value="1" />
</application>

<!-- OpenGL Game workarounds (zink) -->
<application name="Black Geyser: Couriers of Darkness" executable="BlackGeyser.x86_64">
<option name="radv_zero_vram" value="true" />
Expand Down

0 comments on commit d3fb585

Please sign in to comment.