mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-04-29 17:39:01 +02:00
[vk, qcom[ Removed parallel compilling from qcom entirely
This commit is contained in:
parent
5ec4205f2e
commit
8eb2bb443b
1 changed files with 4 additions and 5 deletions
|
|
@ -631,11 +631,10 @@ Device::Device(VkInstance instance_, vk::PhysicalDevice physical_, VkSurfaceKHR
|
||||||
const bool needs_mobile_alignment_clamp = is_qualcomm || is_arm;
|
const bool needs_mobile_alignment_clamp = is_qualcomm || is_arm;
|
||||||
|
|
||||||
if (is_qualcomm) {
|
if (is_qualcomm) {
|
||||||
const u32 version = (properties.properties.driverVersion << 3) >> 3;
|
has_broken_parallel_compiling = true;
|
||||||
if (version < VK_MAKE_API_VERSION(0, 255, 615, 512)) {
|
LOG_WARNING(Render_Vulkan,
|
||||||
has_broken_parallel_compiling = true;
|
"Adreno drivers exhibit instability with parallel shader compilation; "
|
||||||
}
|
"forcing single-threaded pipeline builds");
|
||||||
|
|
||||||
if (extensions.push_descriptor) {
|
if (extensions.push_descriptor) {
|
||||||
LOG_WARNING(Render_Vulkan,
|
LOG_WARNING(Render_Vulkan,
|
||||||
"Qualcomm driver mishandles push descriptors; disabling "
|
"Qualcomm driver mishandles push descriptors; disabling "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue