mesa/src/vulkan
Karmjit Mahil 1f9d96ec78 vulkan: Add inital vram-report-limit layer
This Vulkan layer allows reporting a limited VRAM size to the
application. This layer can be useful for testing applications and
games which query for the memory budget adjusting their behavior
accordingly.

They layer does not set a hard limit on the amount of VRAM thus
applications can still make allocations even though the reported
budget might indicate no memory is left, if the set limit is lower
than of actually available VRAM.

Signed-off-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/30095>
2025-01-24 19:56:43 +00:00
..
device-select-layer vulkan: bump layer api versions 2024-12-10 17:17:12 +00:00
overlay-layer vk/overlay-layer: defer log creation to swapchain creation 2025-01-10 23:44:24 +00:00
registry vulkan: Update XML and headers to 1.4.305 2025-01-17 16:42:27 +00:00
runtime nir/validate: validate ssa dominance by default 2025-01-23 23:35:44 +00:00
screenshot-layer vulkan: bump layer api versions 2024-12-10 17:17:12 +00:00
util vulkan/util: Add c99_compat.h inclusion for cpp 'restrict' compatibility 2025-01-15 17:19:13 +00:00
vram-report-limit-layer vulkan: Add inital vram-report-limit layer 2025-01-24 19:56:43 +00:00
wsi vulkan/wsi: unset GAMMA_LUT, CTM and DEGAMMA_LUT when doing a modeset 2025-01-21 21:09:16 +00:00
meson.build vulkan: Add inital vram-report-limit layer 2025-01-24 19:56:43 +00:00
vulkan-android.sym android/vk: drop unnecessary symbols 2023-03-04 07:41:10 +00:00
vulkan-icd-android-symbols.txt vk: be stricter about symbols check between android and other platforms 2023-03-04 07:41:10 +00:00
vulkan-icd-symbols.txt vk: be stricter about symbols check between android and other platforms 2023-03-04 07:41:10 +00:00
vulkan.sym vk: move radv's linker symbols scripts for use in all drivers 2023-03-04 07:41:10 +00:00
vulkan_api.def.in win32: Fixes 32 bits visual studio module definition files by add script gen_vs_module_defs.py 2022-04-19 19:38:47 +00:00