Ian Romanick <id...@fr...> writes:
> tom fogal wrote:
> > $ lib nm libOSMesa.so | grep "EGL"
> > 0000000000064254 t _mesa_EGLImageTargetRenderbufferStorageOES
> > 00000000000b30c0 t _mesa_EGLImageTargetTexture2DOES
> > U glEGLImageTargetRenderbufferStorageOES
> > U glEGLImageTargetTexture2DOES
> > 000000000029bb70 T mglEGLImageTargetRenderbufferStorageOES
> > 000000000029bb90 T mglEGLImageTargetTexture2DOES
> >
> > this prevents using libOSMesa, since one gets link errors about the
> > symbol.
>
> The trick here is that these are actually GL functions. Kristian
> added support for these a couple weeks ago, but probably didn't add
> mangling support.
Regenerating gl_mangle.h was all that was needed. Thanks for the hint,
-tom
|