diff options
Diffstat (limited to '')
-rw-r--r-- | pipermail/nel/2001-January/000122.html | 77 |
1 files changed, 77 insertions, 0 deletions
diff --git a/pipermail/nel/2001-January/000122.html b/pipermail/nel/2001-January/000122.html new file mode 100644 index 00000000..592137a2 --- /dev/null +++ b/pipermail/nel/2001-January/000122.html @@ -0,0 +1,77 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Nel] mesa3D</TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:lecroart%40nevrax.com"> + <LINK REL="Previous" HREF="000121.html"> + <LINK REL="Next" HREF="000147.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Nel] mesa3D</H1> + <B>Vianney Lecroart</B> + <A HREF="mailto:lecroart%40nevrax.com" + TITLE="[Nel] mesa3D">lecroart@nevrax.com</A><BR> + <I>Wed, 17 Jan 2001 10:01:06 +0100</I> + <P><UL> + <LI> Previous message: <A HREF="000121.html">[Nel] mesa3D</A></li> + <LI> Next message: <A HREF="000147.html">[Nel] mesa3D</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#122">[ date ]</a> + <a href="thread.html#122">[ thread ]</a> + <a href="subject.html#122">[ subject ]</a> + <a href="author.html#122">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Hello, + +><i> /* Header file version number, required by OpenGL ABI for Linux */ +</I>><i> #define GL_GLEXT_VERSION 6 +</I>><i> +</I>><i> ??? +</I>><i> You guys are not up to date! you are ahead of time :-) +</I>><i> +</I>><i> Btw, I tried to fake a correct GL_GLEXT_VERSION but compile fails later +</I>><i> :-((( +</I>><i> +</I>><i> I hope to be able to compile NeL again soon ... +</I>><i> +</I>><i> Bernard +</I> +In fact, it's Mesa that is not synchronized with the official sgi +extensions. +You have to get the last glext.h from sgi: + +<A HREF="http://oss.sgi.com/projects/ogl-sample/ABI/glext.h">http://oss.sgi.com/projects/ogl-sample/ABI/glext.h</A> + +and it will be ok (we ll add this to the INSTALL file) + +Vianney Lecroart +--- +lead programmer / nevrax.com +icq#: 6870415 +homepage: <A HREF="http://ace.planet-d.net">http://ace.planet-d.net</A> +www.geek.com: GCS/E d- s+++: a-- C+++$ UL++ P- L+++>+$ E+>- W++ N+ o? K- +w++$ O- M- V- PS- PE? Y PGP t 5? X+ R- tv++ b- DI D+ G e++ h+ r-- y? + + + +</pre> + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI> Previous message: <A HREF="000121.html">[Nel] mesa3D</A></li> + <LI> Next message: <A HREF="000147.html">[Nel] mesa3D</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#122">[ date ]</a> + <a href="thread.html#122">[ thread ]</a> + <a href="subject.html#122">[ subject ]</a> + <a href="author.html#122">[ author ]</a> + </LI> + </UL> +</body></html> |