summaryrefslogtreecommitdiffstats
path: root/docs/intro.html
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2012-08-30 13:55:02 -0700
committerIan Romanick <ian.d.romanick@intel.com>2012-08-30 18:23:28 -0700
commit0791484c4233f3b474b1d9ba1af2f4608fe7e962 (patch)
treec32e22a4e9524316585931a96b8b159884dfd920 /docs/intro.html
parent0e470533ad0aecb58341a8935618c8cdf642bedd (diff)
downloadexternal_mesa3d-0791484c4233f3b474b1d9ba1af2f4608fe7e962.zip
external_mesa3d-0791484c4233f3b474b1d9ba1af2f4608fe7e962.tar.gz
external_mesa3d-0791484c4233f3b474b1d9ba1af2f4608fe7e962.tar.bz2
mesa: Bump version to 9.0
Now that OpenGL 3.1 is supported by at least one driver, follow tradition and bump the major version number. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/intro.html')
-rw-r--r--docs/intro.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/intro.html b/docs/intro.html
index ef04f35..3f21b93 100644
--- a/docs/intro.html
+++ b/docs/intro.html
@@ -166,6 +166,17 @@ of the OpenGL specification is implemented.
</p>
+<h2>Version 9.x features</h2>
+<p>
+Version 9.x of Mesa implements the OpenGL 3.1 API.
+While the driver for Intel Sandy Bridge and Ivy Bridge is the only
+driver to support OpenGL 3.1, many developers across the open-source
+community contributed features required for OpenGL 3.1. The primary
+features added since the Mesa 8.0 release are
+GL_ARB_texture_buffer_object and GL_ARB_uniform_buffer_object.
+</p>
+
+
<h2>Version 8.x features</h2>
<p>
Version 8.x of Mesa implements the OpenGL 3.0 API.