[Mesa-dev] [PATCH 2/3] glx/glvnd: Fix dispatch function names and indices

Adam Jackson ajax at redhat.com
Tue Nov 1 19:06:48 UTC 2016


On Mon, 2016-10-31 at 20:28 +0000, Emil Velikov wrote:
> > 
> > One user, xdriinfo(1), which is admittedly pretty useless. But the
> > glvnd code in mesa definitely implements dispatch for it (libglvnd
> > itself does not, but is not expected to).
> 
> libglvnd doesn't dispatch to it one cannot really reach it, correct ?

Incorrect. Consider: there's no explicit dispatch code in libglvnd for
GLX_EXT_texture_from_pixmap either. And yet, somehow,
glXGetProcAddress("glXBindTexImageEXT") will return a working function
pointer.

- ajax


More information about the mesa-dev mailing list