Forums » Replicant development »
Mesa patches for EGL
Added by David Keppler about 11 years ago
Paul K and anyone else who might know,
I'm working on a project to run stock AOSP on x86 cloud platforms like Openstack. I too am running up against the limitations of the Android EGL stack and am hoping Mesa will help us out and maybe enable some other neat tricks. Which set of patches did you use in #705 that allowed llvmpipe to work? I understand you ran into performance problems with this on ARM, but I expect the x86 code paths are better optimized.
Thanks.
Replies (1)
RE: Mesa patches for EGL - Added by Paul Kocialkowski about 11 years ago
Basically, I based my work off what was done by Android-x86 (they use Mesa on x86 too). I released my work at:
- http://git.code.paulk.fr/gitweb/?p=external_llvm.git;a=summary
- http://git.code.paulk.fr/gitweb/?p=external_mesa.git;a=summary
Let me know if you find anything interesting regarding mesa!