Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Jan 4, 2019

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