[Mesa-dev] [Bug 107977] Commit 90819abb56f6b1a0cd4946b13b6caf24fb46e500 crashes dolphin-emu with "Failed to create Vulkan command buffers"

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 18 13:39:57 UTC 2018


https://bugs.freedesktop.org/show_bug.cgi?id=107977

--- Comment #8 from Gustaw Smolarczyk <wielkiegie at gmail.com> ---
Hi, I am just passing by.

I have found the following piece of code in Dolphin source code [1]:

    VkDescriptorPoolCreateInfo pool_create_info =
{VK_STRUCTURE_TYPE_DESCRIPTOR_POOL_CREATE_INFO,
                                                   nullptr,
                                                   0,
                                                   100000,  // tweak this
                                                  
static_cast<u32>(ArraySize(pool_sizes)),
                                                   pool_sizes};


maxSets is being set to 100000, which might be the source of this problem. I
like the comment next to it :)

[1]
https://github.com/dolphin-emu/dolphin/blob/master/Source/Core/VideoBackends/Vulkan/CommandBufferManager.cpp#L97

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180918/19d9f3a2/attachment.html>


More information about the mesa-dev mailing list