mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
Disable device groups
... by silo'ing each physical device in its own device group. This unblocks dEQP VK testing until the mesa layer has codegen to fully translate structs in pNext chains. Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:
parent
90c80dc90a
commit
a883f65ab6
1 changed files with 4 additions and 0 deletions
|
|
@ -789,6 +789,10 @@ custom_decodes = {
|
|||
"vkCmdCopyBufferToImage2KHR" : emit_global_state_wrapped_decoding_with_context,
|
||||
"vkCmdCopyImage2KHR" : emit_global_state_wrapped_decoding,
|
||||
"vkCmdCopyImageToBuffer2KHR" : emit_global_state_wrapped_decoding,
|
||||
|
||||
# VK_KHR_device_group_creation / VK_VERSION_1_1
|
||||
"vkEnumeratePhysicalDeviceGroups" : emit_global_state_wrapped_decoding,
|
||||
"vkEnumeratePhysicalDeviceGroupsKHR" : emit_global_state_wrapped_decoding,
|
||||
}
|
||||
|
||||
class VulkanDecoder(VulkanWrapperGenerator):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue