diff options
author | Andres Rodriguez <[email protected]> | 2017-01-13 18:44:15 -0500 |
---|---|---|
committer | Bas Nieuwenhuizen <[email protected]> | 2017-01-14 14:19:41 +0100 |
commit | 0eb8b6a3e1e36d0961387e26c8ce03f7e296d81e (patch) | |
tree | 4f38c3c526efa3b440bf0231c4fd698c61fc9753 /src/vulkan | |
parent | 772cd3104852302aedf87895cef7828ccacedee2 (diff) |
radv: use a winsys context per-queue, instead of per device v2
Queues are independent execution streams. The vulkan spec provides no
ordering guarantees for different queues.
By using a single context for all queues, we are forcing all commands
into an unecessary FIFO ordering.
This change is a preparation step to allow our-of-ordering scheduling of
certain work tasks.
v2: Fix a rebase error with radv_QueueSubmit() and trace_bo
Signed-off-by: Andres Rodriguez <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/vulkan')
0 files changed, 0 insertions, 0 deletions