mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
radv: enable NV_device_generated_commands on GFX6
Now that GFX6 supports IBs, DGC can also be enabled. Pass all vkd3d-proton tests on Pitcairn. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/23689>
This commit is contained in:
parent
a9c8366261
commit
836990b651
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ radv_vrs_attachment_enabled(const struct radv_physical_device *pdevice)
|
|||
static bool
|
||||
radv_NV_device_generated_commands_enabled(const struct radv_physical_device *device)
|
||||
{
|
||||
return device->rad_info.gfx_level >= GFX7 && !(device->instance->debug_flags & RADV_DEBUG_NO_IBS) &&
|
||||
return !(device->instance->debug_flags & RADV_DEBUG_NO_IBS) &&
|
||||
driQueryOptionb(&device->instance->dri_options, "radv_dgc");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue