ngscopeclient / scopehal

Test and measurement hardware abstraction library and protocol decodes. This is the library only. Most users should use scopehal-apps.
BSD 3-Clause "New" or "Revised" License
216 stars 97 forks source link

Fix incorrect Vulkan queue type selection on some AMD GPUs #790

Closed hansemro closed 1 year ago

hansemro commented 1 year ago

Fixes https://github.com/glscopeclient/scopehal-apps/issues/597, where non-graphics queue would be selected for rendering.

This fixes the issue by requiring QueueManager check if the queue has all the requisite flags rather than some.

hansemro commented 1 year ago

Updated commit message to clarify Vulkan queue.