added GL_EXT_texture_edge_clamp

This commit is contained in:
Brian Paul
2001-08-13 18:09:34 +00:00
parent 978a2a0a43
commit d922109eb3
2 changed files with 6 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
$Id: VERSIONS,v 1.65 2001/08/07 23:13:54 brianp Exp $
$Id: VERSIONS,v 1.66 2001/08/13 18:09:34 brianp Exp $
Mesa Version History
@@ -872,6 +872,7 @@ Mesa Version History
3.5.1 Month ??, 2001
New:
- GL_IBM_rasterpos_clip extension
- GL_EXT_texture_edge_clamp extension (aka GL_SGIS_texture_edge_clamp)
Bug fixes:
- added some missing GLX 1.3 tokens to include/GL/glx.h
- GL_COLOR_MATRIX changes weren't recognized by teximage functions