Files
eden/src/video_core/vulkan_common
Zephyron 728de0406e vulkan: Improve memory allocation robustness
Enhances the Vulkan memory allocator with better OOM handling and memory
alignment:

* Add memory recovery by cleaning up empty allocations before failing
* Implement proper fallback to non-device-local memory
* Simplify memory alignment handling for different vendors
* Add better error logging for allocation failures
* Add IsEmpty() helper to track unused allocations
* Fix alignment requirements for Adreno (4KB) vs other vendors

These changes improve the robustness of memory allocation, particularly
in low-memory situations, and streamline vendor-specific alignment
requirements.
2025-04-19 17:19:16 -03:00
..
2025-04-13 00:23:18 -03:00
2023-07-31 13:01:21 +02:00
2023-07-31 13:01:21 +02:00
2023-08-02 00:05:14 +02:00
2025-04-04 03:40:48 +02:00
2023-08-02 00:05:14 +02:00