• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Android v
« Previous 1 ... 45 46 47 48 49 ... 123 Next »

(Discussion) Vulkan Pie Progress
View New Posts | View Today's Posts

Pages (2): 1 2 Next »
Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
(Discussion) Vulkan Pie Progress
01-20-2019, 07:27 AM
#1
hehk1234 Offline
Junior Member
**
Posts: 28
Threads: 7
Joined: Oct 2017
Any news about vulkan on Dolphin for Android 9 ? I try to contact Xiaomi (my device is Pocophone F1) to tell them about this issue and they said will conctact qualcomm about this bug. But for sure, is really problem on drivers version ? Because if the drivers are broken for emulation, PPSSPP it had to be affected too.... I know is two difference emulator, but the version 1.1.66 for Oreo version works very nice for emulation on dolphin, when I merge and recompile the drivers for Pie or use stock version bahhh black graphics problem. I think the problem is big than drivers, problably the API on Pie and the blocks are different for dolphin interpret and render ?
I'm not try to lack education here, I respect all the job the devs from dolphin makes for the community, I just try to understand with tech language what's going on here with vulkan on Pie.
Find
Reply
01-20-2019, 10:38 AM (This post was last modified: 01-20-2019, 10:44 AM by nonexist.)
#2
nonexist Offline
Senior Member
****
Posts: 305
Threads: 26
Joined: Jul 2016
the way to find out is debug what is going on when it is runing vulkan. maybe some extension has changed for vulkan in android pie.

the funny thing would be to know if vulkan work in Mali gpu for android pie (exynos devices)

I remember that in nougat vulkan was working very well with snapdragon devices. but runing in black screen with Mali gpu due to primitive restart (thanks to @ degasus for finding it)
Find
Reply
01-20-2019, 11:12 AM
#3
hehk1234 Offline
Junior Member
**
Posts: 28
Threads: 7
Joined: Oct 2017
(01-20-2019, 10:38 AM)nonexist Wrote: the way to find out is debug what is going on when it is runing vulkan. maybe some extension has changed for vulkan in android pie.

the funny thing would be to know if vulkan work in Mali gpu for android pie (exynos devices)

I remember that in nougat vulkan was working very well with snapdragon devices. but runing in black screen with Mali gpu due to primitive restart (thanks to @ degasus for finding it)

Is very funny, every single device with adreno 5.x.x or 6.x.x, have problems with pie on vulkan for dolphin. Now if I put the same version of vulkan 1.1.66 on oreo, it runs. As you said, on exyons runs very well on Pie vulkan.
Find
Reply
01-20-2019, 08:41 PM
#4
Mark010
Unregistered
 
(01-20-2019, 10:38 AM)nonexist Wrote: the way to find out is debug what is going on when it is runing vulkan. maybe some extension has changed for vulkan in android pie.

the funny thing would be to know if vulkan work in Mali gpu for android pie (exynos devices)

I remember that in nougat vulkan was working very well with snapdragon devices. but runing in black screen with Mali gpu due to primitive restart (thanks to @ degasus for finding it)

i have the one ui (9.0) beta installed on my exynos galaxy s8 (exynos 8895 soc) and not only does vulkan work fine they also finally implemented opengl ext buffer storage
Reply
01-20-2019, 11:38 PM
#5
BlackAngel Offline
Peaceful Anarchism
***
Posts: 209
Threads: 2
Joined: Mar 2009
(01-20-2019, 08:41 PM)Mark010 Wrote: i have the one ui (9.0) beta installed on my exynos galaxy s8 (exynos 8895 soc) and not only does vulkan work fine they also finally implemented opengl ext buffer storage

You are running Android P 9.0 Beta, official samsung ? or custom rom ?
CPU: AMD Ryzen 7 2700X 4000MHz OC | RAM: G.Skill DDR4 Dual 16GB 3200MHz OC | GPU: NVIDIA GeForce RTX 2080 1710MHz
SSD: Corsair Force MP500 240GB NVMeM.2
Ishiiruka-x64 1075

CPU-Z PC Build Validator
Website Find
Reply
01-24-2019, 01:42 AM
#6
nonexist Offline
Senior Member
****
Posts: 305
Threads: 26
Joined: Jul 2016
vulkan already fixed for android pie thx to @stenzek

https://github.com/dolphin-emu/dolphin/pull/7729

https://dl.dolphin-emu.org/prs/pr-7729-dolphin-latest.apk
Find
Reply
01-24-2019, 07:27 AM
#7
buhonas78 Offline
Junior Member
**
Posts: 12
Threads: 2
Joined: Jan 2019
(01-24-2019, 01:42 AM)nonexist Wrote: vulkan already fixed for android pie thx to @stenzek

https://github.com/dolphin-emu/dolphin/pull/7729

https://dl.dolphin-emu.org/prs/pr-7729-dolphin-latest.apk

wow! it really works, tested in smg! on mi8 android 9 works very good,i can pull the stars again! wow! thanks! it works! it really works again, like it did on Oreo!
Find
Reply
01-24-2019, 11:21 PM
#8
BlackAngel Offline
Peaceful Anarchism
***
Posts: 209
Threads: 2
Joined: Mar 2009
Yesterday I read the code changes, @stenzek is genius..
Also I Update to Android P, most games works flawless..

Trillion Thanks to Dolphin-Dev Team.
CPU: AMD Ryzen 7 2700X 4000MHz OC | RAM: G.Skill DDR4 Dual 16GB 3200MHz OC | GPU: NVIDIA GeForce RTX 2080 1710MHz
SSD: Corsair Force MP500 240GB NVMeM.2
Ishiiruka-x64 1075

CPU-Z PC Build Validator
Website Find
Reply
01-24-2019, 11:43 PM
#9
JosJuice Offline
Developer
**********
Developers (Some Administrators and Super Moderators)
Posts: 8,629
Threads: 7
Joined: Oct 2014
(01-24-2019, 11:13 PM)Revenant Ghost Wrote: This is a big milestone for the Android port of Dolphin. Thanks to everyone who contributed.

Nah, it's just another workaround for a driver issue. A big milestone is implementing Vulkan support in the first place Wink
Find
Reply
01-27-2019, 11:55 PM
#10
DJM Offline
Junior Member
**
Posts: 23
Threads: 3
Joined: Jun 2018
(01-24-2019, 01:42 AM)nonexist Wrote: vulkan already fixed for android pie thx to @stenzek

https://github.com/dolphin-emu/dolphin/pull/7729

https://dl.dolphin-emu.org/prs/pr-7729-dolphin-latest.apk


Anyways performances on my Oneplus 6 are a lot better with OpenGL.
Find
Reply
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode