From 9fedd9e053c973ef85cfc830c74a26d0cdd8c99a Mon Sep 17 00:00:00 2001
From: Nigel Stewart
Date: Sat, 24 Jan 2015 22:23:50 +1000
Subject: [PATCH] Bump version to 1.12.0, updated documentation.
---
auto/doc/build.html | 5 +-
auto/doc/index.html | 18 +-
auto/doc/log.html | 28 +++
auto/src/header.html | 15 +-
config/version | 2 +-
doc/advanced.html | 17 +-
doc/basic.html | 17 +-
doc/build.html | 22 +-
doc/credits.html | 17 +-
doc/github.png | Bin 0 -> 1219 bytes
doc/glew.html | 519 ++++++++++++++++++++++---------------------
doc/glxew.html | 17 +-
doc/index.html | 37 ++-
doc/install.html | 17 +-
doc/log.html | 45 +++-
doc/wglew.html | 17 +-
16 files changed, 429 insertions(+), 364 deletions(-)
create mode 100644 doc/github.png
diff --git a/auto/doc/build.html b/auto/doc/build.html
index 03aae75..467a7f3 100644
--- a/auto/doc/build.html
+++ b/auto/doc/build.html
@@ -42,7 +42,8 @@
wget
GNU sed
gcc compiler
+git
-Ubuntu: sudo apt-get install libXmu-dev libXi-dev libgl-dev dos2unix
-Fedora: sudo yum install libXmu-devel libXi-devel libGL-devel dos2unix
+Ubuntu: sudo apt-get install libXmu-dev libXi-dev libgl-dev dos2unix git wget
+Fedora: sudo yum install libXmu-devel libXi-devel libGL-devel dos2unix git wget
diff --git a/auto/doc/index.html b/auto/doc/index.html
index a6a3d2d..8815623 100644
--- a/auto/doc/index.html
+++ b/auto/doc/index.html
@@ -13,7 +13,7 @@ Mac OS X, FreeBSD, Irix, and Solaris.
GLEW is distributed
as source and precompiled binaries.
The latest release is
-1.11.0[08-11-14]:
+1.12.0[26-01-15]:
@@ -27,8 +27,8 @@ The latest release is
Source |
|
-ZIP |
-TGZ |
+ZIP |
+TGZ
|
@@ -36,7 +36,7 @@ The latest release is
Binaries |
|
-Windows 32-bit and 64-bit
+Windows 32-bit and 64-bit
|
|
@@ -60,14 +60,13 @@ An up-to-date copy is also available using git
Unsupported snapshots are also available:
Supported Extensions
-The latest release contains support for OpenGL 4.4 and the following extensions:
+The latest release contains support for OpenGL 4.5 and the following extensions:
- OpenGL extensions
@@ -77,6 +76,7 @@ The latest release contains support for OpenGL 4.4 and the following extensions:
News
+- [26-01-15] GLEW 1.12.0 fixes minor bugs and adds new extensions
- [08-11-14] GLEW 1.11.0 adds support for OpenGL 4.5, new extensions
- [07-22-13] GLEW 1.10.0 adds support for OpenGL 4.4, new extensions
- [08-06-12] GLEW 1.9.0 adds support for OpenGL 4.3, new extensions
@@ -112,9 +112,9 @@ The latest release contains support for OpenGL 4.4 and the following extensions:
Links
diff --git a/auto/doc/log.html b/auto/doc/log.html
index c83a854..0ec241a 100644
--- a/auto/doc/log.html
+++ b/auto/doc/log.html
@@ -1,5 +1,33 @@
Change Log
+
+
+- 1.12.0 [26-01-15]
+
+- New extensions:
+
+- GL_EXT_polygon_offset_clamp
+
- GL_EXT_post_depth_coverage
+
- GL_EXT_raster_multisample
+
- GL_EXT_sparse_texture2
+
- GL_EXT_texture_filter_minmax
+
- GL_NV_conservative_raster
+
- GL_NV_fill_rectangle
+
- GL_NV_fragment_coverage_to_color
+
- GL_NV_fragment_shader_interlock
+
- GL_NV_framebuffer_mixed_samples
+
- GL_NV_geometry_shader_passthrough
+
- GL_NV_internalformat_sample_query
+
- GL_NV_sample_locations
+
- GL_NV_sample_mask_override_coverage
+
- GL_NV_shader_atomic_fp16_vector
+
- GL_NV_uniform_buffer_unified_memory
+
- GL_NV_viewport_array2
+
+ - Bug fixes
+
+
+
- 1.11.0 [08-11-14]
diff --git a/auto/src/header.html b/auto/src/header.html
index 771df3f..292c45d 100644
--- a/auto/src/header.html
+++ b/auto/src/header.html
@@ -47,7 +47,7 @@ THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -72,13 +73,11 @@ THE POSSIBILITY OF SUCH DAMAGE.
-Last Update: 08-11-14 |
+Last Update: 26-01-15 |
-
-
+
+
+
|
diff --git a/config/version b/config/version
index 289f364..b6a9753 100644
--- a/config/version
+++ b/config/version
@@ -1,5 +1,5 @@
GLEW_MAJOR = 1
-GLEW_MINOR = 11
+GLEW_MINOR = 12
GLEW_MICRO = 0
GLEW_VERSION = $(GLEW_MAJOR).$(GLEW_MINOR).$(GLEW_MICRO)
GLEW_NAME = GLEW
diff --git a/doc/advanced.html b/doc/advanced.html
index f53383d..f224727 100644
--- a/doc/advanced.html
+++ b/doc/advanced.html
@@ -1,7 +1,7 @@
|