Skip to content
Snippets Groups Projects
Commit 7bd53675 authored by Samuel Pitoiset's avatar Samuel Pitoiset
Browse files

Revert "radv: Don't store buffer references in the descriptor set."


In order to reduce a performance regression introduced by
4b13fe55 ("radv: Keep a global BO list for VkMemory."),
we are going to maintain two different paths.

One when VK_EXT_descriptor_indexing is enabled by the
application because we need to have a global BO list, and
one (the old one) when it's not enabled.

With Talos on Polaris, the global BO list reduces performance
by 10% which is too much for me.

This reverts commit ab6cadd3.
Reviewed-by: default avatarBas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
parent eb96bd57
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment