diff options
author | Brian Paul <[email protected]> | 2002-11-07 16:37:12 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-11-07 16:37:12 +0000 |
commit | 6e40539490082d37791bcc2678598718641918af (patch) | |
tree | c70ccb9b896dea6edf8bc56d949bd0348006d7cd /docs | |
parent | 7348df59378a02172917f38c8793aed6d6926c93 (diff) |
added a few more missing 1.4 entrypoints
Diffstat (limited to 'docs')
-rw-r--r-- | docs/VERSIONS | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 30ce4eb6af8..6cd51750c37 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.112 2002/11/07 16:24:27 brianp Exp $ +$Id: VERSIONS,v 1.113 2002/11/07 16:37:12 brianp Exp $ Mesa Version History @@ -1073,4 +1073,6 @@ 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 + - a few OpenGL 1.4 functions like glFogCoord*, glBlendFuncSeparate, + glMultiDrawArrays and glMultiDrawElements were missing + |