which library should OpenGL ES clients link to?

Chia-I Wu olvaffe at gmail.com
Tue Nov 9 21:37:28 PST 2010


Hi list,

I am curious which library should, say, gears links to when it is
ported to OpenGL ES 2.0.  libGL.so or libGLESv2.so?  I'd like to say
libGLESv2, but cairo links to libGL and there is going to be a
conflict: both libraries export _glapi_tls_Dispatch for current
dispatch table.  It is not possible to tell which _glapi_tls_Dispatch
eglMakeCurrent will update and which one glDrawArrays will use.

-- 
olv at LunarG.com


More information about the wayland-devel mailing list