mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
radv/gfx10: disable binning
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
faf27ee9b3
commit
fe4419d3c7
1 changed files with 2 additions and 1 deletions
|
|
@ -1897,7 +1897,8 @@ VkResult radv_CreateDevice(
|
|||
}
|
||||
}
|
||||
|
||||
device->pbb_allowed = device->physical_device->rad_info.chip_class >= GFX9 &&
|
||||
/* TODO: Enable binning for GFX10. */
|
||||
device->pbb_allowed = device->physical_device->rad_info.chip_class == GFX9 &&
|
||||
!(device->instance->debug_flags & RADV_DEBUG_NOBINNING);
|
||||
|
||||
/* Disabled and not implemented for now. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue