Recent Posts
All you ever need
Gaymes on Linux
friendship ended with xfce now kde is my best frie...
b-bros just installed arch linux
any xfce users here?
google gave me free access to gemini 2.5 pro
User extensions to Bharatchan
just installed Arch Linux bros
Recommend me a no nonsense browser
alternative frontends
AI wrote 90% of the code at microsoft
Working on my game in a late night game dev sessio...
skills
Good lua scripts for MPVplayer?
Sketch - A simple 2D graphics library in C
I had a dream
soyjak.st forum which hacked 4chin blocks all indi...
Script request
Before crying about you don't having a job answer ...
Google Veo 3
Best IDE for C/C++ - JetBrains CLion
Swiching from linux to FreeBSD
Why it's so difficult to develop emulators for mal...
Luke Smith is Back !!
This jet has served us well
Is it over for linkedin jeets?
Tatti windows
Comfy Night Chan
To get women
Any data analytics/DS anons here
Firefox is more unoptimized than chrome
Can Quantum Computers Actually Beat Humans, or Are...
Why it's so difficult to develop emulators for mali GPUs.
mtMaJY
No.951
It's easier for Adreno GPUs due to reverse engineered turnip drivers.
Why haven't anybody created such drivers for mali GPUs?
How can custom GPU driver included in any android app can replace system drivers? I dont think android gives such privilege to any android application without root.


7k1mJf
No.952
>>951(OP)
Mali is proprietary so it's a hard to understand architecture. And it's a budget phone gpu so there's not much interest in reverse engineering it.
Android is still lunix, so it's possible to load custom drivers in the user space through apps. But it's not going to be as efficient as system drivers of course.


55k27f
No.953
>>951(OP)
you need trannies to make open source drivers
nQvxYD
No.956
>>952
Adreno GPU drivers are propertiary too....
And ive heard about modern drivers are of two parts userspace and kernel space i think they just either replace the userspace driver or use some sort of compatibility layer in the name of driver cuz it doesn't matter how much android is based on linux it should not give any application a low level access to the hardware.
Also not all emulators use turnip drivers they just use it in the early builds of emulator until they have their own solution.
I think the case of compatibility layer for GPU rendering fits very well here since it just translates the console GPU calls to native android GPU instructions like opengl/vulkan, can anyone here confirm this?