mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 20:50:09 +01:00
radv: advertise VK_KHR_copy_commands2
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6813>
This commit is contained in:
parent
0401507b77
commit
c669db0b50
2 changed files with 2 additions and 1 deletions
|
|
@ -5,3 +5,4 @@ EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
|
|||
VK_PRESENT_MODE_FIFO_RELAXED on X11
|
||||
GLX_EXT_swap_control for DRI2 and DRI3
|
||||
GLX_EXT_swap_control_tear for DRI3
|
||||
VK_KHR_copy_commands2 on RADV
|
||||
|
|
|
|||
|
|
@ -60,7 +60,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_16bit_storage', 1, True),
|
||||
Extension('VK_KHR_bind_memory2', 1, True),
|
||||
Extension('VK_KHR_buffer_device_address', 1, True),
|
||||
Extension('VK_KHR_copy_commands2', 1, False),
|
||||
Extension('VK_KHR_copy_commands2', 1, True),
|
||||
Extension('VK_KHR_create_renderpass2', 1, True),
|
||||
Extension('VK_KHR_dedicated_allocation', 1, True),
|
||||
Extension('VK_KHR_depth_stencil_resolve', 1, True),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue