GL_MAX_TEXTURE_UNITS_ARB is now 3

This commit is contained in:
Brian Paul 2000-10-18 15:14:48 +00:00
parent ce938b307e
commit 6aafd2491c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
$Id: VERSIONS,v 1.43 2000/09/25 16:04:35 brianp Exp $
$Id: VERSIONS,v 1.44 2000/10/18 15:14:48 brianp Exp $
Mesa Version History
@ -761,6 +761,7 @@ Mesa Version History
- GL_ARB_imaging subset
- OSMesaCreateContextExt() function
- GL_ARB_texture_env_add extension (same as GL_EXT_texture_env_add)
- GL_MAX_TEXTURE_UNITS_ARB now defaults to three.
Bug Fixes:
- fbiRev and tmuRev were unitialized when using Glide3
Changes: