[Mesa-dev] [Bug 32254] EGL+OpenGL API failed to work

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Dec 9 06:22:36 PST 2010


https://bugs.freedesktop.org/show_bug.cgi?id=32254

--- Comment #1 from Chia-I Wu <olvaffe at gmail.com> 2010-12-09 06:22:36 PST ---
(In reply to comment #0)
> I tried to verify the mesa support for EGL with full OpenGL API on my ARM
> platform with Ubuntu 10.10. But the OpenGL state tracker st_GL.so cannot be
> loaded successfully when call eglCreateContext. After export
> EGL_LOG_LEVEL=debug, I got following error message.
> 
> libEGL debug: searching for st module GL
> libEGL debug: /usr/lib/egl/st_GL.so: undefined symbol: _glapi_tls_Context
How did you configure mesa?  It looks like src/mapi/glapi is compiled without
GLX_USE_TLS, but the rest of mesa is compiled with it defined.
> libEGL debug: searching for st module (null)
> libEGL debug: /usr/lib/egl/st_.so: cannot open shared object file: No such file
> or directoy
> iibEGL warning: unable to load st_GL.so

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list