mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-12 05:08:56 +02:00
[vk, qcom] Added a handling for blitting image on Stock Drivers
This commit is contained in:
parent
c0d1438862
commit
e3adea7826
1 changed files with 5 additions and 0 deletions
|
|
@ -663,6 +663,11 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
|||
"allowing Eden to use {} (75%) to avoid heap exhaustion",
|
||||
sampler_limit, reserved, sampler_heap_budget);
|
||||
}
|
||||
// Qualcomm proprietary drivers have issues with MSAA->MSAA image blits.
|
||||
LOG_WARNING(Render_Vulkan,
|
||||
"Qualcomm drivers do not support MSAA->MSAA image blits. "
|
||||
"MSAA scaling will use 3D helpers. MSAA resolves work normally.");
|
||||
cant_blit_msaa = true;
|
||||
}
|
||||
|
||||
if (extensions.sampler_filter_minmax && is_amd) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue