mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2026-09-05 03:54:32 +00:00
[vk, qcom[ Removed parallel compilling from qcom entirely
This commit is contained in:
@@ -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 "
|
||||||
|
|||||||
Reference in New Issue
Block a user