diff --git a/README.md b/README.md index 9457859..594131d 100644 --- a/README.md +++ b/README.md @@ -38,14 +38,14 @@ https://github.com/nigels-com/glew ## Downloads -Current release is [2.2.0](https://github.com/nigels-com/glew/releases/tag/glew-2.2.0). +Current release is [2.3.0](https://github.com/nigels-com/glew/releases/tag/glew-2.3.0). [(Change Log)](http://glew.sourceforge.net/log.html) Sources available as -[ZIP](https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0.zip) or -[TGZ](https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0.tgz). +[ZIP](https://github.com/nigels-com/glew/releases/download/glew-2.3.0/glew-2.3.0.zip) or +[TGZ](https://github.com/nigels-com/glew/releases/download/glew-2.3.0/glew-2.3.0.tgz). -Windows binaries for [32-bit and 64-bit](https://github.com/nigels-com/glew/releases/download/glew-2.2.0/glew-2.2.0-win32.zip). +Windows binaries for [32-bit and 64-bit](https://github.com/nigels-com/glew/releases/download/glew-2.3.0/glew-2.3.0-win32.zip). ### Recent snapshots diff --git a/auto/Makefile b/auto/Makefile index a92d442..83e545b 100644 --- a/auto/Makefile +++ b/auto/Makefile @@ -77,7 +77,8 @@ D.TARGETS = \ $(D.DEST)/log.html \ $(D.DEST)/glew.html \ $(D.DEST)/wglew.html \ - $(D.DEST)/glxew.html + $(D.DEST)/glxew.html \ + $(D.DEST)/eglew.html B.TARGETS = \ $(B.DEST)/glew.rc \ @@ -352,6 +353,16 @@ $(D.DEST)/glxew.html: $(EXT)/.dummy cat $(SRC)/footer.html >> $@ perl -i -pe 's#(.*)#\1#' $@ +$(D.DEST)/eglew.html: $(EXT)/.dummy + @echo "--------------------------------------------------------------------" + @echo "Creating eglew.html" + @echo "--------------------------------------------------------------------" + cp -f $(SRC)/header.html $@ + echo -e "

Supported EGL Extensions

\n" >> $@ + $(BIN)/make_html.pl $(EGL_EXT_SPEC) >> $@ + cat $(SRC)/footer.html >> $@ + perl -i -pe 's#(.*)#\1#' $@ + $(B.DEST)/%.rc: src/%.rc $(EXT)/.dummy perl -e "s/GLEW_MAJOR/$(GLEW_MAJOR)/g;s/GLEW_MINOR/$(GLEW_MINOR)/g;s/GLEW_MICRO/$(GLEW_MICRO)/g;" -p $< > $@ diff --git a/auto/doc/index.html b/auto/doc/index.html index e569e75..cd382e8 100644 --- a/auto/doc/index.html +++ b/auto/doc/index.html @@ -10,10 +10,10 @@ Mac OS X, FreeBSD, Irix, and Solaris.

Downloads

-GLEW is distributed +GLEW is distributed as source and precompiled binaries.
The latest release is -2.2.0[03-15-20]: +2.3.0[06-27-2025]:

@@ -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 @@ -61,45 +61,47 @@ The latest release contains support for OpenGL 4.6, compatibility and forward-co
  • OpenGL extensions
  • WGL extensions
  • GLX extensions +
  • EGL extensions

    News

    Links

    @@ -108,6 +110,5 @@ The latest release contains support for OpenGL 4.6, compatibility and forward-co
  • OpenGL Extension Registry
  • OpenGL Wiki: Extensions
  • NVIDIA OpenGL Extension Specifications
  • -
  • Apple OpenGL Extensions Guide
  • diff --git a/auto/doc/log.html b/auto/doc/log.html index 531b3b2..d998aff 100644 --- a/auto/doc/log.html +++ b/auto/doc/log.html @@ -1,5 +1,73 @@

    Change Log

    +
    + +
    + +
    @@ -244,6 +319,13 @@ + +
    @@ -283,12 +365,21 @@
  • GLX_EXT_libglvnd
  • GLX_NV_robustness_video_memory_purge + + + +