diff options
author | Brian Paul <[email protected]> | 2002-06-30 15:49:03 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2002-06-30 15:49:03 +0000 |
commit | 3c342ebd784fa8defa6d97e47d3f8d2f39826d4e (patch) | |
tree | c2c8bb3e1bf77dee798b4ce2169fcf97c80d2d11 /docs/VERSIONS | |
parent | e8ed14d0c20cf5b92147f8c52cbdd86bcf1ab228 (diff) |
added GL_EXT_multi_draw_arrays
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index df8a221a933..f65cf254a2e 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -1,4 +1,4 @@ -$Id: VERSIONS,v 1.91 2002/06/26 02:36:34 brianp Exp $ +$Id: VERSIONS,v 1.92 2002/06/30 15:49:03 brianp Exp $ Mesa Version History @@ -996,6 +996,7 @@ Mesa Version History - GL_ARB_texture_env_crossbar - GL_NV_point_sprite extension - GL_NV_texture_rectangle extension + - GL_EXT_multi_draw_arrays extension - massive overhaul/simplification of software rasterizer module, many contributions from Klaus Niederkrueger - faster software texturing in some cases (i.e. trilinear filtering) |