Mesa (master): docs/GL3: clarify core vs compatibility extension support

Marek Olšák mareko at kemper.freedesktop.org
Tue Jul 30 21:44:38 UTC 2013


Module: Mesa
Branch: master
Commit: c40f8d087a30d4a2cc452a64e4567bea9ffdb3c5
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=c40f8d087a30d4a2cc452a64e4567bea9ffdb3c5

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Tue Jul 30 22:29:11 2013 +0200

docs/GL3: clarify core vs compatibility extension support

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Reviewed-by: Brian Paul <brianp at vmware.com>
Reviewed-by: Ian Romanick <ian.d.romanick at intel.com>

---

 docs/GL3.txt |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/docs/GL3.txt b/docs/GL3.txt
index cd377ec..9b056d0 100644
--- a/docs/GL3.txt
+++ b/docs/GL3.txt
@@ -7,6 +7,14 @@ infrastructure is complete but it may be the case that few (if any) drivers
 implement the features.
 
 
+OpenGL Core and Compatibility context support
+
+OpenGL 3.1 and later versions are only supported with the Core profile.
+There are no plans to support GL_ARB_compatibility. The last supported OpenGL
+version with all deprecated features is 3.0. Some of the later GL features
+are exposed in the 3.0 context as extensions.
+
+
 Feature                                               Status
 ----------------------------------------------------- ------------------------
 




More information about the mesa-commit mailing list