Skip to content

Comments

Vulkan: Support for external memory/fence/semaphore capabilities#2511

Merged
qining merged 2 commits intogoogle:masterfrom
qining:external-capabilities
Jan 4, 2019
Merged

Vulkan: Support for external memory/fence/semaphore capabilities#2511
qining merged 2 commits intogoogle:masterfrom
qining:external-capabilities

Conversation

@qining
Copy link
Contributor

@qining qining commented Jan 3, 2019

This is to support just the capabilities extensions, not real support of external handles.

  • VK_KHR_external_memory_capabilities
  • VK_KHR_external_semaphore_capabilities
  • VK_KHR_external_fence_capabilities

TODO: we may need to cache those capabilities/properties later when we
add real support for external handles.

PS: added several missing files also

@qining qining requested a review from AWoloszyn January 3, 2019 18:05
* VK_KHR_external_memory_capabilities
* VK_KHR_external_semaphore_capabilities
* VK_KHR_external_fence_capabilities

TODO: we may need to cache those capabilities/properties later when we
add real support for external handles.
@qining qining force-pushed the external-capabilities branch from cff41b0 to adbbd77 Compare January 3, 2019 19:04
@@ -193,6 +201,9 @@ sub ref!ExtensionSet supportedInstanceExtensions() {
supported.ExtensionNames["VK_KHR_win32_surface"] = true
supported.ExtensionNames["VK_KHR_get_physical_device_properties2"] = true
supported.ExtensionNames["Vk_KHR_get_surface_capabilities2"] = true
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think these might be wrong?

Vk_KHR_external

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in 68a52c2

Copy link
Contributor

@AWoloszyn AWoloszyn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the extension names are wrong?

@qining qining merged commit def52d5 into google:master Jan 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants