From 8eff6899e8ee071b31453e094d155e3d59c02650 Mon Sep 17 00:00:00 2001 From: Nigel Stewart Date: Sat, 21 Jun 2025 21:29:11 +1000 Subject: [PATCH] doc: updates and refinements --- auto/Makefile | 13 +- auto/doc/index.html | 74 +-- auto/doc/log.html | 149 +++-- auto/src/header.html | 9 +- doc/advanced.html | 9 +- doc/basic.html | 9 +- doc/build.html | 9 +- doc/credits.html | 9 +- doc/eglew.html | 434 ++++++++++++++ doc/glew.html | 1367 +++++++++++++++++++++--------------------- doc/glxew.html | 9 +- doc/index.html | 83 ++- doc/install.html | 9 +- doc/log.html | 158 +++-- doc/wglew.html | 9 +- 15 files changed, 1453 insertions(+), 897 deletions(-) create mode 100644 doc/eglew.html 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..02c0f19 100644 --- a/auto/doc/index.html +++ b/auto/doc/index.html @@ -10,7 +10,7 @@ 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]: @@ -61,45 +61,46 @@ 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 +109,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..fffef8e 100644 --- a/auto/doc/log.html +++ b/auto/doc/log.html @@ -181,6 +181,13 @@ + +
    @@ -244,6 +251,13 @@ + +
    @@ -283,12 +297,21 @@
  • GLX_EXT_libglvnd
  • GLX_NV_robustness_video_memory_purge + + + +