Newer Ubuntu systems tend to not provide a libGLESv1_CM.so.1 anymore. As we're not required to have a GLESv1 implementation (only a few older Android apps are using GLESv1) we can as easy fix avoid loading a real GLESv1 implementation and assign dummy functions instead to all relevant GLESv1 API calls. In the future we want to switch to a GLESv1->GLESv2 translator as the Android emulator does. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| EGLDispatch.cpp | ||
| gles1_extensions.entries | ||
| gles1_only.entries | ||
| gles2_extensions.entries | ||
| gles2_only.entries | ||
| gles3_only.entries | ||
| gles_common.entries | ||
| gles_extensions.entries | ||
| GLESv1Dispatch.cpp | ||
| GLESv2Dispatch.cpp | ||
| render_egl.entries | ||
| render_egl_extensions.entries | ||