From 1deff15e3c276176542671fc42dae2d3316c032f Mon Sep 17 00:00:00 2001 From: ikits Date: Mon, 6 Sep 2004 15:37:03 +0000 Subject: [PATCH] retired wglinfo git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@284 783a27ee-832a-0410-bc00-9f386506c6dd --- doc/README.html | 29 +- doc/{wglinfo.txt => visualinfo.txt} | 0 src/wglinfo.c | 608 ---------------------------- 3 files changed, 17 insertions(+), 620 deletions(-) rename doc/{wglinfo.txt => visualinfo.txt} (100%) delete mode 100644 src/wglinfo.c diff --git a/doc/README.html b/doc/README.html index 0eeb5d6..b5b4095 100644 --- a/doc/README.html +++ b/doc/README.html @@ -101,11 +101,11 @@ All About OpenGL Extensions href="http://www.ati.com/developer/sdk/radeonSDK/html/info/Prog3D.html">ATI OpenGL Extension Specifications
  • NVIDIA -OpenGL Extension Specifications -
  • APPLE OpenGL Extensions Guide +
  • NVIDIA +OpenGL Extension Specifications

    @@ -370,16 +370,16 @@ entry points.

    -

    wglinfo: extensions and visuals on Windows

    +

    visualinfo: extensions and visuals

    -wglinfo is the Windows version of glxinfo. By -default it creates a file called wglinfo.txt that contains a -list of available OpenGL, WGL, and GLU extensions as well as a table -of visuals aka. pixel formats. Pbuffer and multiple output capable -visuals are also included. The format of the table is described here. For additional usage information, type -wglinfo -h. +visualinfo is an extended version of glxinfo. On +Windows, by default it creates a file called visualinfo.txt +that contains a list of available OpenGL, WGL, and GLU extensions as +well as a table of visuals aka. pixel formats. Pbuffer and multiple +output capable visuals are also included. The format of the table is +described here. For additional usage +information, type visualinfo -h.

    @@ -561,8 +561,13 @@ generation scripts are released under the GPL.

    Change Log

    -