summaryrefslogtreecommitdiff
path: root/docs/relnotes-7.2.html
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-09-13 14:43:54 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-09-13 14:43:54 -0600
commit38d3b2262bfbe85994549dd6a8f75da3833b6e7f (patch)
treeef070ab226b6dc27eaea4ac4ed278886278d09ae /docs/relnotes-7.2.html
parent4db2a7f36cb8b4bf1325f3f9c57247fd5322f2ea (diff)
mesa: documentation updates for 7.2 release
Diffstat (limited to 'docs/relnotes-7.2.html')
-rw-r--r--docs/relnotes-7.2.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/relnotes-7.2.html b/docs/relnotes-7.2.html
index 01609f97779..d3ae7dba388 100644
--- a/docs/relnotes-7.2.html
+++ b/docs/relnotes-7.2.html
@@ -14,7 +14,12 @@
Mesa 7.2 is a stable release fixing bugs found in 7.1, which was a
new development release.
</p>
-</>
+<p>
+Mesa 7.2 implements the OpenGL 2.1 API, but the version reported by
+glGetString(GL_VERSION) depends on the particular driver being used.
+Some drivers don't support all the features required in OpenGL 2.1.
+</p>
+<p>
Note that this version of Mesa does not use the GEM memory manager.
The master branch of git uses GEM.
The prototype DRI2 code that was in 7.1 has also been removed.