-
Notifications
You must be signed in to change notification settings - Fork 52
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
SkiaVK support #5
Comments
Hi, i have succesfully built it following instructions of Roman Stratiienko and using your own mesa fork as you gave me these. I obtained the file `./aospless/install/vendor/lib64/libvulkan_freedreno.so" and pushed to my phone. i got those lines on logcat.
Did i miss something? |
It does not use IMapper4 API but use fallback u_gralloc instead |
Please check if you have such file /vendor/lib64/hw/[email protected] |
We may land gralloc1 support in future, but currently AHB extension only works on IMapper4, |
@asuka-mio It is a sdm710 device. |
@ilhan-athn7 https://github.com/asuka-mio/mesa/commits/tu-gralloc1 try this, we have gralloc1 support |
Thanks, can you tell me how to solve I already have |
Sorry that I'm not maintainer of aospless build script, |
This time i get these;
|
@asuka-mio Hi, tu_gralloc1 branch works with skiavk when i build with android-ndk |
Screenshot_20231001-124528_GLview Extensions Viewer |
Hi, is there any news? |
Nope, for now, its dependency MR is waiting for review |
any news? |
No You can build from #5 (comment) I can theoretically apply needed patches on the fly of build process, till the patches being merged to upstream. |
@ilhan-athn7 thanks. I'd like to test it out, but I can't ask much. |
Re-fork my repository and edit
In line 62
Now you can run workflow and github will generate release for you if everything goes on the way. |
@ilhan-athn7 looks like the changes were merged. I think it can be closed now. |
That's a good new, i will review it. |
@Shatur i see turnip now has And weirdly my device restarts upon when i override |
In my rom I can't even activate it, the option is grayed out. |
You don't have rely on GUI options You can check what rendering is used through below command;
The result will be look like that;
You will see Vulkan instead of OpenGL if you launch an activity right after using setprop command. |
I rolled back to the default driver. For some reason Fortnite refused to load into the game if I use turnip. I just get infinity load. |
@Shatur i am just about try fortnite, today |
Hm... Maybe it's a compatibility issue with my device. It's quite old, OnePlus 6 :) |
Oneplus 6 is just better than my Xiaomi Mi 8 SE in terms of processing power. |
Hm... Strange.
|
Ah, I just tried opening any app and it results in black screen. And now I see the following via ADB:
|
With default drivers it works, the following:
I got this phone only recently, so I not sure if it worked before :) I guess if it works for you, then everything is fine, just a problem with my specific GPU. |
Hi, I have just implement AHB support https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25454 , but it needs IMapper4 API, to build with IMapper4 support https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25410#note_2104573 is needed
And GloDroid/aospext#11 may help
Would you like add ci support?
Thanks
The text was updated successfully, but these errors were encountered: