summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-06-30 15:49:03 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-06-30 15:49:03 +0000
commit3c342ebd784fa8defa6d97e47d3f8d2f39826d4e (patch)
treec2c8bb3e1bf77dee798b4ce2169fcf97c80d2d11
parente8ed14d0c20cf5b92147f8c52cbdd86bcf1ab228 (diff)
added GL_EXT_multi_draw_arrays
-rw-r--r--docs/RELNOTES-4.16
-rw-r--r--docs/VERSIONS3
2 files changed, 7 insertions, 2 deletions
diff --git a/docs/RELNOTES-4.1 b/docs/RELNOTES-4.1
index eb20dc9437a..3a2178f4a47 100644
--- a/docs/RELNOTES-4.1
+++ b/docs/RELNOTES-4.1
@@ -70,6 +70,10 @@ GL_NV_texture_rectangle
Allows one to use textures with sizes that are not powers of two.
Note that mipmapping and several texture wrap modes are not allowed.
+GL_EXT_multi_draw_arrays
+
+ Allows arrays of vertex arrays to be rendered with one call.
+
Device Driver Status
@@ -199,4 +203,4 @@ are some things to change:
----------------------------------------------------------------------
-$Id: RELNOTES-4.1,v 1.11 2002/06/15 03:15:16 brianp Exp $
+$Id: RELNOTES-4.1,v 1.12 2002/06/30 15:49:03 brianp Exp $
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)