freedreno kgsl #16524
Replies: 3 comments
-
seems like kgsl patches only avaliable on android platform. but mesa in termux need x11 platform. maybe we need to port https://gitlab.freedesktop.org/Hazematman/mesa/-/commit/7c84dff0ded2144db4356f7d3cc4404e93b13a93 to x11 platform |
Beta Was this translation helpful? Give feedback.
-
I am also somewhat interested on how this would work. Turnip and Zink together works well but requires special env like "MESA_VK_WSI_DEBUG=sw". |
Beta Was this translation helpful? Give feedback.
-
I've managed to get it working, but unfortunately it's not possible to run a desktop environment on it, it just corrupts the interface. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
hi
i found that someone are working on freedreno kgsl backend (https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/21570) . just like turnip kgsl. it will talk to kernel by /dev/kgsl-3d0 and provide gles on it. without using vendor's driver.
on the mainline linux. freedreno can provide up to opengl 4.5 (depends on which device). if kgsl backend keep growing. maybe we can also have that for downstream kernel (android)
Beta Was this translation helpful? Give feedback.
All reactions