*** empty log message ***

git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@13 783a27ee-832a-0410-bc00-9f386506c6dd
This commit is contained in:
ikits 2002-12-22 06:53:19 +00:00
parent 270d3dfacf
commit 8decc1d6b4
4 changed files with 25 additions and 25 deletions

View File

@ -361,8 +361,7 @@ the SGI GLX video extensions are not supported, because they depend on
external libraries.
<p>
Note that according to the <a
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/ntopnglr_6ye
r.asp">WGL documentation</a> you have to initialize the entry points
href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/opengl/ntopnglr_6yer.asp">WGL documentation</a> you have to initialize the entry points
for every rendering context you create. GLEW ignores this
requirement, and does not define per context entry points. This means
that you need to call <tt>glewInit()</tt> only once in your program,
@ -381,10 +380,11 @@ name="Credits"><font size="+1"><b>Credits, Copyright</b></font></a>
<tr>
<td>
Aaron Lefohn, Joe Kniss,
and Chris Wyman were the first users of GLEW and also assisted with
the design and debugging process. The acronym GLEW originates from
Aaron Lefohn.
GLEW was developed by Milan Ikits. He also performs occasional
maintainance to make sure that it stays in mint condition. Aaron
Lefohn, Joe Kniss, and Chris Wyman were the first users and also
assisted with the design and debugging process. The acronym
originates from Aaron Lefohn.
<p>
GLEW is derived from the EXTGL project by Lev Povalahev. It is
licensed under the LGPL, the BSD license, the SGI Free Software

View File

@ -23,12 +23,12 @@ GLEW: The OpenGL Extension Wrangler Library
<td width="80%">
<table border=0 cellpadding=5 cellspacing=0 align=center>
<tr>
<td><a href="#ARB">ARB</a></td>
<td><a href="#EXT">EXT</a></td>
<td><a href="#ATI">ATI</a></td>
<td><a href="#NV">NV</a></td>
<td><a href="#SGI">SGI</a></td>
<td><a href="#Misc">Misc</a></td>
<td><a href="#ARB"><b>ARB</b></a></td>
<td><a href="#EXT"><b>EXT</b></a></td>
<td><a href="#ATI"><b>ATI</b></a></td>
<td><a href="#NV"><b>NV</b></a></td>
<td><a href="#SGI"><b>SGI</b></a></td>
<td><a href="#Misc"><b>Misc</b></a></td>
</tr>
</table>
</td>

View File

@ -23,13 +23,13 @@ GLEW: GLX extensions
<td width="80%">
<table border=0 cellpadding=5 cellspacing=0 align=center>
<tr>
<td><a href="#ARB">ARB</a></td>
<td><a href="#EXT">EXT</a></td>
<td><a href="#NV">NV</a></td>
<td><a href="#MESA">MESA</a></td>
<td><a href="#SGI">SGI</a></td>
<td><a href="#OML">OML</a></td>
<td><a href="#SUN">SUN</a></td>
<td><a href="#ARB"><b>ARB</b></a></td>
<td><a href="#EXT"><b>EXT</b></a></td>
<td><a href="#NV"><b>NV</b></a></td>
<td><a href="#MESA"><b>MESA</b></a></td>
<td><a href="#SGI"><b>SGI</b></a></td>
<td><a href="#OML"><b>OML</b></a></td>
<td><a href="#SUN"><b>SUN</b></a></td>
</tr>
</table>
</td>

View File

@ -23,12 +23,12 @@ GLEW: WGL Extensions
<td width="80%">
<table border=0 cellpadding=5 cellspacing=0 align=center>
<tr>
<td><a href="#ARB">ARB</a></td>
<td><a href="#EXT">EXT</a></td>
<td><a href="#ATI">ATI</a></td>
<td><a href="#NV">NV</a></td>
<td><a href="#I3D">I3D</a></td>
<td><a href="#OML">OML</a></td>
<td><a href="#ARB"><b>ARB</b></a></td>
<td><a href="#EXT"><b>EXT</b></a></td>
<td><a href="#ATI"><b>ATI</b></a></td>
<td><a href="#NV"><b>NV</b></a></td>
<td><a href="#I3D"><b>I3D</b></a></td>
<td><a href="#OML"><b>OML</b></a></td>
</tr>
</table>
</td>