Jump to content

Vulkan API


Displax

Recommended Posts

Do you plan to implement support Vulkan API detecion on android devices in future releases?

Yes, of course :) In fact, we've already done a bit of testing using the first Android N Preview on a Nexus 9 device. However, it doesn't seem to work yet. Most likely the next Android N Preview or the one after that will bring working Vulkan support for Nexus 9. Meanwhile, if you know of any device that has verified Vulkan support already on the market, please let us know. We've heard rumours about Galaxy S7 supporting Vulkan, but not sure which model exactly (is it the SD820 based model or the Exynos based one?)

Link to comment
Share on other sites

Yes, of course :) In fact, we've already done a bit of testing using the first Android N Preview on a Nexus 9 device. However, it doesn't seem to work yet. Most likely the next Android N Preview or the one after that will bring working Vulkan support for Nexus 9. Meanwhile, if you know of any device that has verified Vulkan support already on the market, please let us know. We've heard rumours about Galaxy S7 supporting Vulkan, but not sure which model exactly (is it the SD820 based model or the Exynos based one?)

Nexus Player has a test build with Vulkan API support. You can download it here:

https://imgtec.com/tools/powervr-early-access-program/

 

nVidia Shield Tablet has a test build too.

Link to comment
Share on other sites

  • 2 weeks later...

nVidia Shield Tablet K1 got release update with Vulkan API support.

And in Android Developer Preview 2 it include too. ^_^

Thank you for the info. Android N Developer Preview 2 is out, but it's not yet available as an OTA update for our Nexus 9. We keep checkin' ... ;)

Link to comment
Share on other sites

We've checked the new Android N Developer Preview 2 on our Nexus 9, but the Vulkan layer doesn't seem to work properly yet. When we try to initialize Vulkan by calling vkCreateInstance, it says:

E/vulkan: failed to load vulkan hal: No such file or directory (-2)

Maybe a different device or the next preview would help. Or maybe there's a trick, maybe it is necessary to use special initialization with Vulkan for Android. We'll keep trying...

  • Like 1
Link to comment
Share on other sites

  • 1 month later...

We've recently rolled out AIDA64 for Android v1.37 app update that implements full Vulkan support. The enumerated Vulkan devices appear on the Devices page. Please note that even the latest Android N Developer Preview 3 doesn't include a Vulkan-ready nVIDIA ForceWare video driver. It would however work fine with Nexus 5X, Nexus 6P and Nexus Player. As for Samsung's Galaxy S7 and S7 edge, those devices seem to implement a strangely named Vulkan library (libvulkan_sec.so) that may not be suitable for us to use as regular Vulkan library. We'll have to check it in more details, or wait for the next S7/S7 edge system update to find out why the library is not named as libvulkan.so on those devices.

  • Like 1
Link to comment
Share on other sites

  • 3 months later...

We've checked the new Android N Developer Preview 2 on our Nexus 9, but the Vulkan layer doesn't seem to work properly yet. When we try to initialize Vulkan by calling vkCreateInstance, it says:

E/vulkan: failed to load vulkan hal: No such file or directory (-2)

Maybe a different device or the next preview would help. Or maybe there's a trick, maybe it is necessary to use special initialization with Vulkan for Android. We'll keep trying...

Link to comment
Share on other sites

We've checked the new Android N Developer Preview 2 on our Nexus 9, but the Vulkan layer doesn't seem to work properly yet. When we try to initialize Vulkan by calling vkCreateInstance, it says:

E/vulkan: failed to load vulkan hal: No such file or directory (-2)

Maybe a different device or the next preview would help. Or maybe there's a trick, maybe it is necessary to use special initialization with Vulkan for Android. We'll keep trying...

  • Like 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...