Luca Barbieri wrote: > On Thu, Jan 21, 2010 at 9:05 AM, Chia-I Wu <olva...@gmail.com> wrote: >> On Thu, Jan 21, 2010 at 2:36 PM, Luca Barbieri <l...@luca-barbieri.com> >> wrote: >>> @@ -1132,7 +1132,7 @@ glXReleaseTexImageEXT(Display *dpy, GLXDrawable >>> drawable, int buffer) >>> /**********************************************************************/ >>> >>> >>> -const char * >>> +PUBLIC const char * >>> _glxapi_get_version(void) >>> { >>> return "1.3"; >> How come _glxapi_* are also made public? Are they used elsewhere? >> > They are named like the public _glapi_* functions in libGL.so, so I > suppose the intent was to make them part of the public API. > They can in theory be used to override the GLX dispatch table.
The GLX dispatch layer in src/mesa/drivers/x11/ should be removed. It hasn't been used in years. I removed it from the stripped-down GLX in src/gallium/state_trackers/glx/xlib/. That could be followed as an exmaple. -Brian ------------------------------------------------------------------------------ Throughout its 18-year history, RSA Conference consistently attracts the world's best and brightest in the field, creating opportunities for Conference attendees to learn about information security's most important issues through interactions with peers, luminaries and emerging and established companies. http://p.sf.net/sfu/rsaconf-dev2dev _______________________________________________ Mesa3d-dev mailing list Mesa3d-dev@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mesa3d-dev