Allen Akin wrote:
On Mon, Nov 18, 2002 at 08:14:53PM -0800, Ian Romanick wrote:I think Ian might be looking for an internal version number so he can
| | How does one go about determining the (data structure / API) version of
| libGL.so?
As I understand it, there isn't a formal version number. Apps that
follow the Linux ABI shouldn't need to be aware of the libGL version,
so there isn't one.
http://oss.sgi.com/projects/ogl-sample/ABI/
The closed-source OpenGL implementations apparently don't meet the ABI
standard yet. (At least, NVIDIA's doesn't; can't speak firsthand for
any others.)
test how new libGL is from within a DRI driver. Is that right, Ian?
Well, there isn't an official query like this, but there is the
_glapi_get_version() function which returns the version of the dispatcher
code. See the top of glapi.c for the version history.
-Brian
-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here to get a FREE TRIAL of a Thawte Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel