mittorn
mittorn
Where it would be useful (child process)? For example, exagear cannot execve arm process from x86 (or i don't know how to do it?) And it useless in android chroot...
I think more useful way is creating socket interface. Remote will be launched separately (as xserver) and listen on some local socket (because AF_LOCAL can transmit file descritpors). After that...
Thank you for opath option, i didn't know before how it work.
Seems does not work. Both in spawn and nospawn modes ``` warning: both sides waiting? ``` Maybe i'm running it wrong?
Fixed now. But remote highly load two cpu kernels even with 20fps limit (higher fps causes higher load)
Xash3D for example. Engine uses GL1.3, but custom renderers may use shader extensions.
GLES2 works faster on many devices. For example, tegra has worse performance in GLES1. It is possible to implement GLES2, but most functions must be implemented with shaders. It's very...
https://github.com/lunixbochs/glshim/issues/131#issuecomment-135211646 Try install full x11 linux or ubuntu touch on tegra3 device, not android chroot, if you want to get this work. Tegra 3 has x11 egl/gles drivers and ubuntu...
Can't compile it ? (Intel Atom x86 - OpenGL on chrooted Linux with Android - Asus Zenfone 2 ze551ml)
Try use libhybris for gles in chroot.
It still should be force-enabled for core contexts, it will be broken anyway. Also, maybe we need auto-disable vbo in bugcomp mode if it breaks mods like snow war (but...