mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-21 07:30:33 +01:00
VK_EXT_memory_budget was included in Vulkan 1.1. This change implements VK_EXT_memory_budget using DirectX's IDXCoreAdapter::QueryState method https://learn.microsoft.com/en-us/windows/win32/dxcore/dxcore_interface/nf-dxcore_interface-idxcoreadapter-querystate This implementation mimics `dxcore_get_memory_info` in src/gallium/drivers/d3d12/d3d12_dxcore_screen.cpp Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39855> |
||
|---|---|---|
| .. | ||
| dzn_abi_helper.h | ||
| dzn_cmd_buffer.c | ||
| dzn_descriptor_set.c | ||
| dzn_device.c | ||
| dzn_dxcore.cpp | ||
| dzn_dxgi.c | ||
| dzn_dxgi.h | ||
| dzn_image.c | ||
| dzn_meta.c | ||
| dzn_nir.c | ||
| dzn_nir.h | ||
| dzn_physical_device_enum.h | ||
| dzn_pipeline.c | ||
| dzn_private.h | ||
| dzn_query.c | ||
| dzn_sync.c | ||
| dzn_util.c | ||
| dzn_wsi.c | ||
| meson.build | ||