added glFogCoord functions

This commit is contained in:
Brian Paul 2002-11-07 16:24:27 +00:00
parent 1cfae1adb2
commit c542351085

View file

@ -1,4 +1,4 @@
$Id: VERSIONS,v 1.111 2002/11/06 15:18:26 brianp Exp $
$Id: VERSIONS,v 1.112 2002/11/07 16:24:27 brianp Exp $
Mesa Version History
@ -1073,3 +1073,4 @@ Mesa Version History
- FX (Glide) driver didn't compile
- setting GL_TEXTURE_BORDER_COLOR with glTexParameteriv() didn't work
- a few EXT functions, like glGenTexturesEXT, were no-ops
- OpenGL 1.4 glFogCoord functions were missing