mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 04:20:08 +01:00
anv: enable direct descriptors on platforms with extended bindless offset
Aka. DG2 Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21645>
This commit is contained in:
parent
26e2436823
commit
96c33fb027
1 changed files with 1 additions and 1 deletions
|
|
@ -1330,7 +1330,7 @@ anv_physical_device_try_create(struct vk_instance *vk_instance,
|
|||
* to !uses_ex_bso when all the infrastructure is built up.
|
||||
*/
|
||||
device->indirect_descriptors =
|
||||
true ||
|
||||
!device->uses_ex_bso ||
|
||||
driQueryOptionb(&instance->dri_options, "force_indirect_descriptors");
|
||||
|
||||
/* Check if we can read the GPU timestamp register from the CPU */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue