![]() |
|
Vulkan Video Backend isn't supported? - Printable Version +- Dolphin, the GameCube and Wii emulator - Forums (https://forums.dolphin-emu.org) +-- Forum: Dolphin Emulator Discussion and Support (https://forums.dolphin-emu.org/Forum-dolphin-emulator-discussion-and-support) +--- Forum: Android (https://forums.dolphin-emu.org/Forum-android) +--- Thread: Vulkan Video Backend isn't supported? (/Thread-vulkan-video-backend-isn-t-supported) |
Vulkan Video Backend isn't supported? - Xephyrex - 10-07-2016 My device is the Galaxy S7 edge and of course it supports the Vulkan API, however, in the dolphin emulator, selecting the video backend as Vulkan and trying to start a game would shows a black screen for a second or two and then close out. The only time the game does load, is when OpenGL is selected as the video backend. Any ideas? RE: Vulkan Video Backend isn't supported? - degasus - 10-08-2016 Broken video drivers? To be honest, I don't accept bug reports from any common mobile driver. Vulkan works very well on the shield android TV... RE: Vulkan Video Backend isn't supported? - Xephyrex - 10-08-2016 (10-08-2016, 12:07 AM)degasus Wrote: Broken video drivers? To be honest, I don't accept bug reports from any common mobile driver. Vulkan works very well on the shield android TV... Thanks for the response! How would I be able to discern if I have broken video drivers or not? I'm on stock official firmware (Android 6.0.1 MM) RE: Vulkan Video Backend isn't supported? - degasus - 10-08-2016 Is it a nvidia GPU? If not, the drivers are likely bad. Edit: Oh, it's not android Nougat, so the chance is even worse to get vulkan running :/ To be honest, there is no need to care about Vulkan. The GL driver is likely better. I think you'll see a good performance upgrade on the android-N update. Else, dolphin is hard to use fast. RE: Vulkan Video Backend isn't supported? - Xephyrex - 10-08-2016 (10-08-2016, 12:31 AM)degasus Wrote: Is it a nvidia GPU? If not, the drivers are likely bad. The Mali-T880 MP12 is my GPU. Any ideas? RE: Vulkan Video Backend isn't supported? - degasus - 10-08-2016 For mobile GPU driver quallity: nvidia > intel > adreno > mali. RE: Vulkan Video Backend isn't supported? - Xephyrex - 10-08-2016 (10-08-2016, 12:37 AM)degasus Wrote: For mobile GPU driver quallity: So there's no way to solve it then?
RE: Vulkan Video Backend isn't supported? - degasus - 10-08-2016 Sounds so. Feel free to debug what exactly is broken and to report it to ARM. Bad luck, bug reports on outdated drivers are usually ignored, and there is no way to install the up-to-date drivers from ARM directly. Android is a very locked-in system... RE: Vulkan Video Backend isn't supported? - zxcvbad - 10-08-2016 Vulkan backend is on r12p1, logs are not exposing anything interesting that could be reported to ARM. Setting up debugger and looking line by line to see where it breaks could be an only option at this point. RE: Vulkan Video Backend isn't supported? - Xephyrex - 10-08-2016 (10-08-2016, 03:44 AM)zxcvbad Wrote: Vulkan backend is on r12p1, logs are not exposing anything interesting that could be reported to ARM. Setting up debugger and looking line by line to see where it breaks could be an only option at this point. Could you guide me on how to accomplish this? It'd be greatly appreciated. Thanks! |