Files
eden/src/video_core
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-04 03:40:46 +02:00
2025-04-15 01:03:41 -03:00
2025-04-10 01:11:22 +02:00
2025-04-04 03:40:46 +02:00
2025-04-04 03:40:46 +02:00
2023-10-02 18:03:05 -04:00
2024-02-19 16:00:46 +01:00
2025-04-04 03:40:46 +02:00
2025-04-04 03:40:46 +02:00
2025-04-04 03:40:46 +02:00
2024-01-07 22:44:55 +00:00
2022-12-08 17:17:45 -05:00
2022-12-08 17:17:45 -05:00
2022-07-27 12:53:49 +02:00