Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Maik Froechtenicht
glew
Commits
2e7fd1ce
Commit
2e7fd1ce
authored
Apr 27, 2011
by
Nigel Stewart
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bump version to 1.6.0, documentation updates for GLEW release.
parent
5be9820d
Changes
13
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
531 additions
and
461 deletions
+531
-461
auto/doc/index.html
auto/doc/index.html
+7
-6
auto/doc/log.html
auto/doc/log.html
+30
-0
auto/src/header.html
auto/src/header.html
+2
-2
config/version
config/version
+2
-2
doc/advanced.html
doc/advanced.html
+2
-2
doc/basic.html
doc/basic.html
+2
-2
doc/credits.html
doc/credits.html
+2
-2
doc/glew.html
doc/glew.html
+403
-398
doc/glxew.html
doc/glxew.html
+23
-22
doc/index.html
doc/index.html
+9
-8
doc/install.html
doc/install.html
+2
-2
doc/log.html
doc/log.html
+32
-2
doc/wglew.html
doc/wglew.html
+15
-13
No files found.
auto/doc/index.html
View file @
2e7fd1ce
...
...
@@ -12,8 +12,8 @@ Mac OS X, FreeBSD, Irix, and Solaris.
<p>
<a
href=
"http://sourceforge.net/projects/glew/"
>
GLEW
</a>
is distributed
as source and precompiled binaries. The latest release is
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a>
[0
1-31
-11]:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a>
[0
4-27
-11]:
</p>
<p>
</p>
...
...
@@ -27,8 +27,8 @@ as source and precompiled binaries. The latest release is
<td
align=
"right"
><b>
Source
</b></td>
<td></td>
<td
align=
"left"
>
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/glew-1.
5.8
.zip/download"
>
ZIP
</a>
|
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/glew-1.
5.8
.tgz/download"
>
TGZ
</a></td>
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/glew-1.
6.0
.zip/download"
>
ZIP
</a>
|
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/glew-1.
6.0
.tgz/download"
>
TGZ
</a></td>
<td></td>
</tr>
<tr>
...
...
@@ -36,8 +36,8 @@ as source and precompiled binaries. The latest release is
<td
align=
"right"
><b>
Binaries
</b></td>
<td></td>
<td
align=
"left"
>
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/glew-1.
5.8
-win32.zip/download"
>
Windows 32-bit
</a>
|
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/glew-1.
5.8
-win64.zip/download"
>
64-bit
</a>
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/glew-1.
6.0
-win32.zip/download"
>
Windows 32-bit
</a>
|
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/glew-1.
6.0
-win64.zip/download"
>
64-bit
</a>
</td>
<td></td>
</tr>
...
...
@@ -64,6 +64,7 @@ The latest release contains support for OpenGL 3.3, OpenGL 4.1 and the following
<h2>
News
</h2>
<ul>
<li>
[04-27-11]
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.6.0/"
>
GLEW 1.6.0
</a>
fixes minor bugs and adds eight new extensions
</li>
<li>
[01-31-11]
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.5.8/"
>
GLEW 1.5.8
</a>
fixes minor bugs and adds two new extensions
</li>
<li>
[11-03-10]
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.5.7/"
>
GLEW 1.5.7
</a>
fixes minor bugs and adds one new extension
</li>
<li>
[09-07-10]
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.5.6/"
>
GLEW 1.5.6
</a>
adds suport for OpenGL 4.1, fixes bugs
</li>
...
...
auto/doc/log.html
View file @
2e7fd1ce
<h2>
Change Log
</h2>
<hr
align=
"center"
>
<ul
class=
"none"
>
<li><b>
1.6.0
</b>
[04-27-11]
<ul>
<li>
New extensions:
<ul>
<li>
GL_AMD_blend_minmax_factor
<li>
GL_AMD_sample_positions
<li>
GL_EXT_x11_sync_object
<li>
GL_NV_texture_multisample
<li>
GL_NV_video_capture
<li>
GLX_NV_video_capture
<li>
WGL_NV_DX_interop
<li>
WGL_NV_video_capture
</ul>
<li>
Bug fixes:
<ul>
<li>
Define GLEW_NO_GLU for no glu dependency.
<li>
mx suffix for GLEW MX libraries, build both libraries by default.
<li>
Cygwin build improvements
<li>
Soname of GLEWmx shared libraries
<li>
Query GL extension string only once
<li>
GLX_OML_sync_control no longer requires C99
<li>
glDraw*InstancedARB moved from GL_ARB_draw_instanced to GL_ARB_instanced_arrays
<li>
glFramebufferTextureLayerEXT moved from GL_EXT_geometry_shader4 to GL_EXT_texture_array
<li>
Fixes for BSD build
</ul>
</ul>
</ul>
<hr
align=
"center"
>
<ul
class=
"none"
>
<li><b>
1.5.8
</b>
[01-31-11]
...
...
auto/src/header.html
View file @
2e7fd1ce
...
...
@@ -46,7 +46,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"top"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a></i></td></tr>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a></i></td></tr>
<tr><td
align=
"center"
><br></td></tr>
<tr><td
align=
"center"
><img
src=
"./glew.png"
alt=
"GLEW Logo"
width=
"97"
height=
"75"
></td></tr>
<tr><td
align=
"center"
><br></td></tr>
...
...
@@ -70,7 +70,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"bottom"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"5"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Last Update: 0
1-31
-11
</i></td></tr>
<tr><td
align=
"center"
><i>
Last Update: 0
4-27
-11
</i></td></tr>
<tr><td
align=
"center"
>
<a
href=
"http://www.opengl.org"
>
<img
src=
"./ogl_sm.jpg"
width=
"68"
height=
"35"
border=
"0"
alt=
"OpenGL Logo"
></a>
...
...
config/version
View file @
2e7fd1ce
GLEW_MAJOR = 1
GLEW_MINOR =
5
GLEW_MICRO =
8
GLEW_MINOR =
6
GLEW_MICRO =
0
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
GLEW_NAME = GLEW
SO_MAJOR = $(GLEW_MAJOR).$(GLEW_MINOR)
...
...
doc/advanced.html
View file @
2e7fd1ce
...
...
@@ -46,7 +46,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"top"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a></i></td></tr>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a></i></td></tr>
<tr><td
align=
"center"
><br></td></tr>
<tr><td
align=
"center"
><img
src=
"./glew.png"
alt=
"GLEW Logo"
width=
"97"
height=
"75"
></td></tr>
<tr><td
align=
"center"
><br></td></tr>
...
...
@@ -70,7 +70,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"bottom"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"5"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Last Update: 0
1-31
-11
</i></td></tr>
<tr><td
align=
"center"
><i>
Last Update: 0
4-27
-11
</i></td></tr>
<tr><td
align=
"center"
>
<a
href=
"http://www.opengl.org"
>
<img
src=
"./ogl_sm.jpg"
width=
"68"
height=
"35"
border=
"0"
alt=
"OpenGL Logo"
></a>
...
...
doc/basic.html
View file @
2e7fd1ce
...
...
@@ -46,7 +46,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"top"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a></i></td></tr>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a></i></td></tr>
<tr><td
align=
"center"
><br></td></tr>
<tr><td
align=
"center"
><img
src=
"./glew.png"
alt=
"GLEW Logo"
width=
"97"
height=
"75"
></td></tr>
<tr><td
align=
"center"
><br></td></tr>
...
...
@@ -70,7 +70,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"bottom"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"5"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Last Update: 0
1-31
-11
</i></td></tr>
<tr><td
align=
"center"
><i>
Last Update: 0
4-27
-11
</i></td></tr>
<tr><td
align=
"center"
>
<a
href=
"http://www.opengl.org"
>
<img
src=
"./ogl_sm.jpg"
width=
"68"
height=
"35"
border=
"0"
alt=
"OpenGL Logo"
></a>
...
...
doc/credits.html
View file @
2e7fd1ce
...
...
@@ -46,7 +46,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"top"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a></i></td></tr>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a></i></td></tr>
<tr><td
align=
"center"
><br></td></tr>
<tr><td
align=
"center"
><img
src=
"./glew.png"
alt=
"GLEW Logo"
width=
"97"
height=
"75"
></td></tr>
<tr><td
align=
"center"
><br></td></tr>
...
...
@@ -70,7 +70,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"bottom"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"5"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Last Update: 0
1-31
-11
</i></td></tr>
<tr><td
align=
"center"
><i>
Last Update: 0
4-27
-11
</i></td></tr>
<tr><td
align=
"center"
>
<a
href=
"http://www.opengl.org"
>
<img
src=
"./ogl_sm.jpg"
width=
"68"
height=
"35"
border=
"0"
alt=
"OpenGL Logo"
></a>
...
...
doc/glew.html
View file @
2e7fd1ce
This diff is collapsed.
Click to expand it.
doc/glxew.html
View file @
2e7fd1ce
...
...
@@ -46,7 +46,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"top"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a></i></td></tr>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a></i></td></tr>
<tr><td
align=
"center"
><br></td></tr>
<tr><td
align=
"center"
><img
src=
"./glew.png"
alt=
"GLEW Logo"
width=
"97"
height=
"75"
></td></tr>
<tr><td
align=
"center"
><br></td></tr>
...
...
@@ -70,7 +70,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"bottom"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"5"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Last Update: 0
1-31
-11
</i></td></tr>
<tr><td
align=
"center"
><i>
Last Update: 0
4-27
-11
</i></td></tr>
<tr><td
align=
"center"
>
<a
href=
"http://www.opengl.org"
>
<img
src=
"./ogl_sm.jpg"
width=
"68"
height=
"35"
border=
"0"
alt=
"OpenGL Logo"
></a>
...
...
@@ -139,31 +139,32 @@ width="88" height="32" border="0" alt="Support This Project"></a></td></tr> -->
<tr><td
class=
"num"
>
31
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/present_video.txt"
>
NV_present_video
</a></td></tr>
<tr><td
class=
"num"
>
32
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/glx_swap_group.txt"
>
NV_swap_group
</a></td></tr>
<tr><td
class=
"num"
>
33
</td><td>
</td><td><a
href=
"http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range.txt"
>
NV_vertex_array_range
</a></td></tr>
<tr><td
class=
"num"
>
34
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/glx_video_out.txt"
>
NV_video_output
</a></td></tr>
<tr><td
class=
"num"
>
34
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/video_capture.txt"
>
NV_video_capture
</a></td></tr>
<tr><td
class=
"num"
>
35
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/glx_video_out.txt"
>
NV_video_output
</a></td></tr>
<tr><td><br></td><td></td><td></td></tr>
<tr><td
class=
"num"
>
3
5
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/OML/glx_swap_method.txt"
>
OML_swap_method
</a></td></tr>
<tr><td
class=
"num"
>
3
6
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/OML/glx_sync_control.txt"
>
OML_sync_control
</a></td></tr>
<tr><td
class=
"num"
>
3
6
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/OML/glx_swap_method.txt"
>
OML_swap_method
</a></td></tr>
<tr><td
class=
"num"
>
3
7
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/OML/glx_sync_control.txt"
>
OML_sync_control
</a></td></tr>
<tr><td><br></td><td></td><td></td></tr>
<tr><td
class=
"num"
>
3
7
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIS/blended_overlay.txt"
>
SGIS_blended_overlay
</a></td></tr>
<tr><td
class=
"num"
>
3
8
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIS/color_range.txt"
>
SGIS_color_range
</a></td></tr>
<tr><td
class=
"num"
>
39
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIS/multisample.txt"
>
SGIS_multisample
</a></td></tr>
<tr><td
class=
"num"
>
4
0
</td><td>
</td><td>
SGIS_shared_multisample
</td></tr>
<tr><td
class=
"num"
>
3
8
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIS/blended_overlay.txt"
>
SGIS_blended_overlay
</a></td></tr>
<tr><td
class=
"num"
>
3
9
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIS/color_range.txt"
>
SGIS_color_range
</a></td></tr>
<tr><td
class=
"num"
>
40
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIS/multisample.txt"
>
SGIS_multisample
</a></td></tr>
<tr><td
class=
"num"
>
4
1
</td><td>
</td><td>
SGIS_shared_multisample
</td></tr>
<tr><td><br></td><td></td><td></td></tr>
<tr><td
class=
"num"
>
4
1
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIX/fbconfig.txt"
>
SGIX_fbconfig
</a></td></tr>
<tr><td
class=
"num"
>
4
2
</td><td>
</td><td><a
href=
"http://oss.sgi.com/projects/ogl-sample/registry/SGIX/hyperpipe_group.txt"
>
SGIX_hyperpipe
</a></td></tr>
<tr><td
class=
"num"
>
4
3
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIX/pbuffer.txt"
>
SGIX_pbuffer
</a></td></tr>
<tr><td
class=
"num"
>
4
4
</td><td>
</td><td><a
href=
"http://oss.sgi.com/projects/ogl-sample/registry/SGIX/swap_barrier.txt"
>
SGIX_swap_barrier
</a></td></tr>
<tr><td
class=
"num"
>
4
5
</td><td>
</td><td><a
href=
"http://oss.sgi.com/projects/ogl-sample/registry/SGIX/swap_group.txt"
>
SGIX_swap_group
</a></td></tr>
<tr><td
class=
"num"
>
4
6
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIX/video_resize.txt"
>
SGIX_video_resize
</a></td></tr>
<tr><td
class=
"num"
>
4
7
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIX/visual_select_group.txt"
>
SGIX_visual_select_group
</a></td></tr>
<tr><td
class=
"num"
>
4
2
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIX/fbconfig.txt"
>
SGIX_fbconfig
</a></td></tr>
<tr><td
class=
"num"
>
4
3
</td><td>
</td><td><a
href=
"http://oss.sgi.com/projects/ogl-sample/registry/SGIX/hyperpipe_group.txt"
>
SGIX_hyperpipe
</a></td></tr>
<tr><td
class=
"num"
>
4
4
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIX/pbuffer.txt"
>
SGIX_pbuffer
</a></td></tr>
<tr><td
class=
"num"
>
4
5
</td><td>
</td><td><a
href=
"http://oss.sgi.com/projects/ogl-sample/registry/SGIX/swap_barrier.txt"
>
SGIX_swap_barrier
</a></td></tr>
<tr><td
class=
"num"
>
4
6
</td><td>
</td><td><a
href=
"http://oss.sgi.com/projects/ogl-sample/registry/SGIX/swap_group.txt"
>
SGIX_swap_group
</a></td></tr>
<tr><td
class=
"num"
>
4
7
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIX/video_resize.txt"
>
SGIX_video_resize
</a></td></tr>
<tr><td
class=
"num"
>
4
8
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGIX/visual_select_group.txt"
>
SGIX_visual_select_group
</a></td></tr>
<tr><td><br></td><td></td><td></td></tr>
<tr><td
class=
"num"
>
4
8
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGI/cushion.txt"
>
SGI_cushion
</a></td></tr>
<tr><td
class=
"num"
>
49
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGI/make_current_read.txt"
>
SGI_make_current_read
</a></td></tr>
<tr><td
class=
"num"
>
5
0
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGI/swap_control.txt"
>
SGI_swap_control
</a></td></tr>
<tr><td
class=
"num"
>
5
1
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGI/video_sync.txt"
>
SGI_video_sync
</a></td></tr>
<tr><td
class=
"num"
>
4
9
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGI/cushion.txt"
>
SGI_cushion
</a></td></tr>
<tr><td
class=
"num"
>
50
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGI/make_current_read.txt"
>
SGI_make_current_read
</a></td></tr>
<tr><td
class=
"num"
>
5
1
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGI/swap_control.txt"
>
SGI_swap_control
</a></td></tr>
<tr><td
class=
"num"
>
5
2
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SGI/video_sync.txt"
>
SGI_video_sync
</a></td></tr>
<tr><td><br></td><td></td><td></td></tr>
<tr><td
class=
"num"
>
5
2
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SUN/get_transparent_index.txt"
>
SUN_get_transparent_index
</a></td></tr>
<tr><td
class=
"num"
>
5
3
</td><td>
</td><td><a
href=
"http://wwws.sun.com/software/graphics/opengl/extensions/glx_sun_video_resize.txt"
>
SUN_video_resize
</a></td></tr>
<tr><td
class=
"num"
>
5
3
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/SUN/get_transparent_index.txt"
>
SUN_get_transparent_index
</a></td></tr>
<tr><td
class=
"num"
>
5
4
</td><td>
</td><td><a
href=
"http://wwws.sun.com/software/graphics/opengl/extensions/glx_sun_video_resize.txt"
>
SUN_video_resize
</a></td></tr>
</table>
<!-- begin footer.html -->
</td></tr></table></body>
...
...
doc/index.html
View file @
2e7fd1ce
...
...
@@ -46,7 +46,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"top"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a></i></td></tr>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a></i></td></tr>
<tr><td
align=
"center"
><br></td></tr>
<tr><td
align=
"center"
><img
src=
"./glew.png"
alt=
"GLEW Logo"
width=
"97"
height=
"75"
></td></tr>
<tr><td
align=
"center"
><br></td></tr>
...
...
@@ -70,7 +70,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"bottom"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"5"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Last Update: 0
1-31
-11
</i></td></tr>
<tr><td
align=
"center"
><i>
Last Update: 0
4-27
-11
</i></td></tr>
<tr><td
align=
"center"
>
<a
href=
"http://www.opengl.org"
>
<img
src=
"./ogl_sm.jpg"
width=
"68"
height=
"35"
border=
"0"
alt=
"OpenGL Logo"
></a>
...
...
@@ -110,8 +110,8 @@ Mac OS X, FreeBSD, Irix, and Solaris.
<p>
<a
href=
"http://sourceforge.net/projects/glew/"
>
GLEW
</a>
is distributed
as source and precompiled binaries. The latest release is
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a>
[0
1-31
-11]:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a>
[0
4-27
-11]:
</p>
<p>
</p>
...
...
@@ -125,8 +125,8 @@ as source and precompiled binaries. The latest release is
<td
align=
"right"
><b>
Source
</b></td>
<td></td>
<td
align=
"left"
>
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/glew-1.
5.8
.zip/download"
>
ZIP
</a>
|
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/glew-1.
5.8
.tgz/download"
>
TGZ
</a></td>
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/glew-1.
6.0
.zip/download"
>
ZIP
</a>
|
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/glew-1.
6.0
.tgz/download"
>
TGZ
</a></td>
<td></td>
</tr>
<tr>
...
...
@@ -134,8 +134,8 @@ as source and precompiled binaries. The latest release is
<td
align=
"right"
><b>
Binaries
</b></td>
<td></td>
<td
align=
"left"
>
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/glew-1.
5.8
-win32.zip/download"
>
Windows 32-bit
</a>
|
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/glew-1.
5.8
-win64.zip/download"
>
64-bit
</a>
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/glew-1.
6.0
-win32.zip/download"
>
Windows 32-bit
</a>
|
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/glew-1.
6.0
-win64.zip/download"
>
64-bit
</a>
</td>
<td></td>
</tr>
...
...
@@ -162,6 +162,7 @@ The latest release contains support for OpenGL 3.3, OpenGL 4.1 and the following
<h2>
News
</h2>
<ul>
<li>
[04-27-11]
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.6.0/"
>
GLEW 1.6.0
</a>
fixes minor bugs and adds eight new extensions
</li>
<li>
[01-31-11]
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.5.8/"
>
GLEW 1.5.8
</a>
fixes minor bugs and adds two new extensions
</li>
<li>
[11-03-10]
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.5.7/"
>
GLEW 1.5.7
</a>
fixes minor bugs and adds one new extension
</li>
<li>
[09-07-10]
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.5.6/"
>
GLEW 1.5.6
</a>
adds suport for OpenGL 4.1, fixes bugs
</li>
...
...
doc/install.html
View file @
2e7fd1ce
...
...
@@ -46,7 +46,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"top"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a></i></td></tr>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a></i></td></tr>
<tr><td
align=
"center"
><br></td></tr>
<tr><td
align=
"center"
><img
src=
"./glew.png"
alt=
"GLEW Logo"
width=
"97"
height=
"75"
></td></tr>
<tr><td
align=
"center"
><br></td></tr>
...
...
@@ -70,7 +70,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"bottom"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"5"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Last Update: 0
1-31
-11
</i></td></tr>
<tr><td
align=
"center"
><i>
Last Update: 0
4-27
-11
</i></td></tr>
<tr><td
align=
"center"
>
<a
href=
"http://www.opengl.org"
>
<img
src=
"./ogl_sm.jpg"
width=
"68"
height=
"35"
border=
"0"
alt=
"OpenGL Logo"
></a>
...
...
doc/log.html
View file @
2e7fd1ce
...
...
@@ -46,7 +46,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"top"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a></i></td></tr>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a></i></td></tr>
<tr><td
align=
"center"
><br></td></tr>
<tr><td
align=
"center"
><img
src=
"./glew.png"
alt=
"GLEW Logo"
width=
"97"
height=
"75"
></td></tr>
<tr><td
align=
"center"
><br></td></tr>
...
...
@@ -70,7 +70,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"bottom"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"5"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Last Update: 0
1-31
-11
</i></td></tr>
<tr><td
align=
"center"
><i>
Last Update: 0
4-27
-11
</i></td></tr>
<tr><td
align=
"center"
>
<a
href=
"http://www.opengl.org"
>
<img
src=
"./ogl_sm.jpg"
width=
"68"
height=
"35"
border=
"0"
alt=
"OpenGL Logo"
></a>
...
...
@@ -98,6 +98,36 @@ width="88" height="32" border="0" alt="Support This Project"></a></td></tr> -->
<h2>
Change Log
</h2>
<hr
align=
"center"
>
<ul
class=
"none"
>
<li><b>
1.6.0
</b>
[04-27-11]
<ul>
<li>
New extensions:
<ul>
<li>
GL_AMD_blend_minmax_factor
<li>
GL_AMD_sample_positions
<li>
GL_EXT_x11_sync_object
<li>
GL_NV_texture_multisample
<li>
GL_NV_video_capture
<li>
GLX_NV_video_capture
<li>
WGL_NV_DX_interop
<li>
WGL_NV_video_capture
</ul>
<li>
Bug fixes:
<ul>
<li>
Define GLEW_NO_GLU for no glu dependency.
<li>
mx suffix for GLEW MX libraries, build both libraries by default.
<li>
Cygwin build improvements
<li>
Soname of GLEWmx shared libraries
<li>
Query GL extension string only once
<li>
GLX_OML_sync_control no longer requires C99
<li>
glDraw*InstancedARB moved from GL_ARB_draw_instanced to GL_ARB_instanced_arrays
<li>
glFramebufferTextureLayerEXT moved from GL_EXT_geometry_shader4 to GL_EXT_texture_array
<li>
Fixes for BSD build
</ul>
</ul>
</ul>
<hr
align=
"center"
>
<ul
class=
"none"
>
<li><b>
1.5.8
</b>
[01-31-11]
...
...
doc/wglew.html
View file @
2e7fd1ce
...
...
@@ -46,7 +46,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"top"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
5.8
/"
>
1.
5.8
</a></i></td></tr>
<tr><td
align=
"center"
><i>
Latest Release:
<a
href=
"https://sourceforge.net/projects/glew/files/glew/1.
6.0
/"
>
1.
6.0
</a></i></td></tr>
<tr><td
align=
"center"
><br></td></tr>
<tr><td
align=
"center"
><img
src=
"./glew.png"
alt=
"GLEW Logo"
width=
"97"
height=
"75"
></td></tr>
<tr><td
align=
"center"
><br></td></tr>
...
...
@@ -70,7 +70,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
<td
valign=
"bottom"
>
<table
border=
"0"
width=
"100%"
cellpadding=
"5"
cellspacing=
"0"
align=
"left"
>
<tr><td
align=
"center"
><i>
Last Update: 0
1-31
-11
</i></td></tr>
<tr><td
align=
"center"
><i>
Last Update: 0
4-27
-11
</i></td></tr>
<tr><td
align=
"center"
>
<a
href=
"http://www.opengl.org"
>
<img
src=
"./ogl_sm.jpg"
width=
"68"
height=
"35"
border=
"0"
alt=
"OpenGL Logo"
></a>
...
...
@@ -140,18 +140,20 @@ width="88" height="32" border="0" alt="Support This Project"></a></td></tr> -->
<tr><td
class=
"num"
>
33
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/I3D/wgl_swap_frame_lock.txt"
>
I3D_swap_frame_lock
</a></td></tr>
<tr><td
class=
"num"
>
34
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/I3D/wgl_swap_frame_usage.txt"
>
I3D_swap_frame_usage
</a></td></tr>
<tr><td><br></td><td></td><td></td></tr>
<tr><td
class=
"num"
>
35
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/copy_image.txt"
>
NV_copy_image
</a></td></tr>
<tr><td
class=
"num"
>
36
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/float_buffer.txt"
>
NV_float_buffer
</a></td></tr>
<tr><td
class=
"num"
>
37
</td><td>
</td><td><a
href=
"http://developer.download.nvidia.com/opengl/specs/WGL_nv_gpu_affinity.txt"
>
NV_gpu_affinity
</a></td></tr>
<tr><td
class=
"num"
>
38
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/multisample_coverage.txt"
>
NV_multisample_coverage
</a></td></tr>
<tr><td
class=
"num"
>
39
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/present_video.txt"
>
NV_present_video
</a></td></tr>
<tr><td
class=
"num"
>
40
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/render_depth_texture.txt"
>
NV_render_depth_texture
</a></td></tr>
<tr><td
class=
"num"
>
41
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/render_texture_rectangle.txt"
>
NV_render_texture_rectangle
</a></td></tr>
<tr><td
class=
"num"
>
42
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/wgl_swap_group.txt"
>
NV_swap_group
</a></td></tr>
<tr><td
class=
"num"
>
43
</td><td>
</td><td><a
href=
"http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range.txt"
>
NV_vertex_array_range
</a></td></tr>
<tr><td
class=
"num"
>
44
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/wgl_video_out.txt"
>
NV_video_output
</a></td></tr>
<tr><td
class=
"num"
>
35
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/DX_interop.txt"
>
NV_DX_interop
</a></td></tr>
<tr><td
class=
"num"
>
36
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/copy_image.txt"
>
NV_copy_image
</a></td></tr>
<tr><td
class=
"num"
>
37
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/float_buffer.txt"
>
NV_float_buffer
</a></td></tr>
<tr><td
class=
"num"
>
38
</td><td>
</td><td><a
href=
"http://developer.download.nvidia.com/opengl/specs/WGL_nv_gpu_affinity.txt"
>
NV_gpu_affinity
</a></td></tr>
<tr><td
class=
"num"
>
39
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/multisample_coverage.txt"
>
NV_multisample_coverage
</a></td></tr>
<tr><td
class=
"num"
>
40
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/present_video.txt"
>
NV_present_video
</a></td></tr>
<tr><td
class=
"num"
>
41
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/render_depth_texture.txt"
>
NV_render_depth_texture
</a></td></tr>
<tr><td
class=
"num"
>
42
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/render_texture_rectangle.txt"
>
NV_render_texture_rectangle
</a></td></tr>
<tr><td
class=
"num"
>
43
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/wgl_swap_group.txt"
>
NV_swap_group
</a></td></tr>
<tr><td
class=
"num"
>
44
</td><td>
</td><td><a
href=
"http://oss.sgi.com/projects/ogl-sample/registry/NV/vertex_array_range.txt"
>
NV_vertex_array_range
</a></td></tr>
<tr><td
class=
"num"
>
45
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/video_capture.txt"
>
NV_video_capture
</a></td></tr>
<tr><td
class=
"num"
>
46
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/NV/wgl_video_out.txt"
>
NV_video_output
</a></td></tr>
<tr><td><br></td><td></td><td></td></tr>
<tr><td
class=
"num"
>
4
5
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/OML/wgl_sync_control.txt"
>
OML_sync_control
</a></td></tr>
<tr><td
class=
"num"
>
4
7
</td><td>
</td><td><a
href=
"http://www.opengl.org/registry/specs/OML/wgl_sync_control.txt"
>
OML_sync_control
</a></td></tr>
</table>
<!-- begin footer.html -->
</td></tr></table></body>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment