blob: 592137a2fd1d4c619e42ad03b1d0b1e4d39429cf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
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>
|