radv: Add radv_enable_float16_gfx8 drirc and enable for Indiana Jones TGC

This is a hard requirement from the game preventing it to start on GFX8.
Adding this allows playing it on GFX8.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34114>
This commit is contained in:
Natalie Vock
2025-03-23 17:46:53 +01:00
committed by Marge Bot
parent e385cb1750
commit f0f4ae1713
5 changed files with 11 additions and 1 deletions
+1
View File
@@ -73,6 +73,7 @@ struct radv_instance {
bool disable_dcc_stores;
bool lower_terminate_to_discard;
bool emulate_rt;
bool expose_float16_gfx8;
char *app_layer;
uint8_t override_graphics_shader_version;
uint8_t override_compute_shader_version;