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