How I get fully native gpu? I'm stuck with llvmpipe. #23961
Answered
by
licy183
lunsokhasovan
asked this question in
Q&A
-
My device is Samsung Galaxy A04s, 4GB RAM, gpu is Mali-G52
|
Beta Was this translation helpful? Give feedback.
Answered by
licy183
Mar 25, 2025
Replies: 1 comment 2 replies
-
It is really difficult for Mali GPU to use OpenGL with hardware acceleration . Unlike Adreno, it doesn't expose some device like You can try |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
lunsokhasovan
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is really difficult for Mali GPU to use OpenGL with hardware acceleration . Unlike Adreno, it doesn't expose some device like
/dev/kgsl-3d*
to normal user, and thus there is no way for Termux to access the Mali-GPU directly as Termux is executed in user space.You can try
virglrenderer-android
. It wraps the system's OpenGL, but it may not bring so much performance.