From 7eb74d44efc639fb5d51f3d4f189603898d0a670 Mon Sep 17 00:00:00 2001 From: ikits Date: Fri, 5 Nov 2004 02:55:12 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@301 783a27ee-832a-0410-bc00-9f386506c6dd --- TODO.txt | 1 + auto/core/GL_VERSION_1_5 | 2 +- auto/core/GL_VERSION_2_0 | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/TODO.txt b/TODO.txt index efd58fe..9319b5c 100644 --- a/TODO.txt +++ b/TODO.txt @@ -1,4 +1,5 @@ TODO: + - add OpenGL 2.0 support - fix SGI hyperpipe stuff - add support for initialization on first use - add text file for selecting a subset of the extensions diff --git a/auto/core/GL_VERSION_1_5 b/auto/core/GL_VERSION_1_5 index 1acd9c7..0e3817f 100644 --- a/auto/core/GL_VERSION_1_5 +++ b/auto/core/GL_VERSION_1_5 @@ -36,7 +36,7 @@ http://www.opengl.org/documentation/specs/version1.5/glspec15.pdf GL_DYNAMIC_READ 0x88E9 GL_DYNAMIC_COPY 0x88EA GL_SAMPLES_PASSED 0x8914 - GL_FOG_COORD_SOURCE GL_FOG_COORDINATE_SOURCE + GL_FOG_COORD_SRC GL_FOG_COORDINATE_SOURCE GL_FOG_COORD GL_FOG_COORDINATE GL_CURRENT_FOG_COORD GL_CURRENT_FOG_COORDINATE GL_FOG_COORD_ARRAY_TYPE GL_FOG_COORDINATE_ARRAY_TYPE diff --git a/auto/core/GL_VERSION_2_0 b/auto/core/GL_VERSION_2_0 index d00d7eb..fcb5a79 100644 --- a/auto/core/GL_VERSION_2_0 +++ b/auto/core/GL_VERSION_2_0 @@ -1 +1,2 @@ GL_VERSION_2_0 +http://www.opengl.org/documentation/specs/version2.0/glspec20.pdf