mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
zink: hook up some memory extensions
enabling VK_EXT_pageable_device_local_memory guarantees that host memory allocations will not consume device-local memory and enables overallocation of device memory when paging can be done Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22855>
This commit is contained in:
parent
b88006fb9f
commit
5dd63a69da
1 changed files with 2 additions and 0 deletions
|
|
@ -123,6 +123,8 @@ EXTENSIONS = [
|
|||
alias="driver",
|
||||
properties=True),
|
||||
Extension("VK_EXT_memory_budget"),
|
||||
Extension("VK_EXT_memory_priority", alias="memprio", features=True),
|
||||
Extension("VK_EXT_pageable_device_local_memory", alias="mempage", features=True),
|
||||
Extension("VK_KHR_draw_indirect_count"),
|
||||
Extension("VK_EXT_shader_object", alias="shobj", features=True, properties=True),
|
||||
Extension("VK_EXT_attachment_feedback_loop_layout",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue