diff options
author | Brian Paul <[email protected]> | 2001-11-06 15:53:25 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-11-06 15:53:25 +0000 |
commit | 986749a4eab5c364684fe6ad45914591122ff98e (patch) | |
tree | 46738f99b7fa4bafe29336acfaaa6fbd1ee3ef50 /docs/VERSIONS | |
parent | 07042d164bc49070f7cbf5e0211db376d724f2a4 (diff) |
added GL_MAX_TEXTURE_LOD_BIAS_EXT fix
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 4579eb9bdc0..452b90adeb6 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.73.2.2 2001/11/02 00:58:32 brianp Exp $ +$Id: VERSIONS,v 1.73.2.3 2001/11/06 15:53:25 brianp Exp $ Mesa Version History @@ -902,3 +902,6 @@ Mesa Version History Bug fixes: - added missing break statements in glGet*() for multisample cases - fixed uninitialized hash table mutex bug (display lists / texobjs) + - fixed bad teximage error check conditional (bug 476846) + - fixed demos readtex.c compilation problem on Windows (Karl Schultz) + - added missing glGet() query for GL_MAX_TEXTURE_LOD_BIAS_EXT
\ No newline at end of file |