mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
radv: expose VK_EXT_zero_initialize_device_memory unconditionally
This extension doesn't require AMDGPU to clear VRAM on allocations by default. RADEON_FLAG_ZERO_VRAM exists since the beginning. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35021>
This commit is contained in:
parent
5828612da2
commit
d7099675b6
1 changed files with 1 additions and 1 deletions
|
|
@ -719,7 +719,7 @@ radv_physical_device_get_supported_extensions(const struct radv_physical_device
|
|||
.EXT_vertex_attribute_divisor = true,
|
||||
.EXT_vertex_input_dynamic_state = !pdev->use_llvm,
|
||||
.EXT_ycbcr_image_arrays = true,
|
||||
.EXT_zero_initialize_device_memory = pdev->info.has_zerovram_support,
|
||||
.EXT_zero_initialize_device_memory = true,
|
||||
.AMD_buffer_marker = true,
|
||||
.AMD_device_coherent_memory = true,
|
||||
.AMD_draw_indirect_count = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue