summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2016-09-30 07:18:13 -0600
committerBrian Paul <brianp@vmware.com>2016-09-30 09:17:33 -0600
commit1d07552ba509937f46092688e1c290eada9ad81b (patch)
tree31d6f90bedeed57e4bec11b2040c661c81a77368 /docs
parent7bac5bf03239a6fbb3b171edbd38ea0629c429c3 (diff)
downloadexternal_mesa3d-1d07552ba509937f46092688e1c290eada9ad81b.zip
external_mesa3d-1d07552ba509937f46092688e1c290eada9ad81b.tar.gz
external_mesa3d-1d07552ba509937f46092688e1c290eada9ad81b.tar.bz2
docs: update the list of Mesa major versions and API support
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/intro.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/docs/intro.html b/docs/intro.html
index 4b36562..6c91e3f 100644
--- a/docs/intro.html
+++ b/docs/intro.html
@@ -173,6 +173,27 @@ of the OpenGL specification is implemented.
</p>
+<h2>Version 12.x features</h2>
+<p>
+Version 12.x of Mesa implements the OpenGL 4.3 API, but not all drivers
+support OpenGL 4.3.
+</p>
+
+
+<h2>Version 11.x features</h2>
+<p>
+Version 11.x of Mesa implements the OpenGL 4.1 API, but not all drivers
+support OpenGL 4.1.
+</p>
+
+
+<h2>Version 10.x features</h2>
+<p>
+Version 10.x of Mesa implements the OpenGL 3.3 API, but not all drivers
+support OpenGL 3.3.
+</p>
+
+
<h2>Version 9.x features</h2>
<p>
Version 9.x of Mesa implements the OpenGL 3.1 API.
@@ -182,6 +203,10 @@ 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>
+<p>
+Version 9.0 of Mesa also included the first release of the Clover state
+tracker for OpenCL.
+</p>
<h2>Version 8.x features</h2>