Re: [Dri-devel] Linux libGL ABI question

2003-08-26 Thread Ian Romanick
Brian Paul wrote: Ian Romanick wrote: Brian Paul wrote: Ian Romanick wrote: Currently, the only functions that are aliased like this are both GLX_SGI_make_current_read functions, a few GLX_SGIX_fbconfig functions, and glXGetCurrentDisplayEXT (from GLX_EXT_import_context and GLX 1.2). Since t

Re: [Dri-devel] Linux libGL ABI question

2003-08-21 Thread Brian Paul
Ian Romanick wrote: I have a question about the libGL ABI. The "OpenGL Application Binary Interface for Linux" document (http://oss.sgi.com/projects/ogl-sample/ABI/index.html#3) says that only GLX entry points that are required to be static are those in the GLX 1.3 standard. Based on that, I

Re: [Dri-devel] Linux libGL ABI question

2003-08-21 Thread Eric Anholt
On Wed, 2003-08-20 at 09:38, Ian Romanick wrote: > Brian Paul wrote: > > Ian Romanick wrote: > > > >> Currently, the only functions that are aliased like this are both > >> GLX_SGI_make_current_read functions, a few GLX_SGIX_fbconfig > >> functions, and glXGetCurrentDisplayEXT (from GLX_EXT_impo

Re: [Dri-devel] Linux libGL ABI question

2003-08-20 Thread Brian Paul
Ian Romanick wrote: Brian Paul wrote: Ian Romanick wrote: Currently, the only functions that are aliased like this are both GLX_SGI_make_current_read functions, a few GLX_SGIX_fbconfig functions, and glXGetCurrentDisplayEXT (from GLX_EXT_import_context and GLX 1.2). Since this last function ha

Re: [Dri-devel] Linux libGL ABI question

2003-08-20 Thread Ian Romanick
Brian Paul wrote: Ian Romanick wrote: Currently, the only functions that are aliased like this are both GLX_SGI_make_current_read functions, a few GLX_SGIX_fbconfig functions, and glXGetCurrentDisplayEXT (from GLX_EXT_import_context and GLX 1.2). Since this last function has been supported for

[Dri-devel] Linux libGL ABI question

2003-08-19 Thread Ian Romanick
I have a question about the libGL ABI. The "OpenGL Application Binary Interface for Linux" document (http://oss.sgi.com/projects/ogl-sample/ABI/index.html#3) says that only GLX entry points that are required to be static are those in the GLX 1.3 standard. Based on that, I recently (i.e., yest