radv: Support VK_EXT_queue_family_foreign.

Basically same as external for now.

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Only case we might need to handle differently in the near future
is Raven's case of displayable DCC which is not renderable. But
we don't support that yet.
This commit is contained in:
Bas Nieuwenhuizen
2019-07-03 02:25:19 +02:00
parent 8a053254b8
commit c6cb9b197d
4 changed files with 8 additions and 3 deletions

View File

@@ -40,6 +40,7 @@ TBD.
<ul>
<li>EGL_EXT_platform_device</li>
<li>VK_EXT_queue_family_foreign for radv</li>
</ul>
<h2>Bug fixes</h2>