From a0c8b49284efe736849c0a45920ad0a1bbd8d93d Mon Sep 17 00:00:00 2001 From: Marek Olšák Date: Wed, 14 Feb 2018 20:13:40 +0100 Subject: mesa: enable OpenGL 3.1 with ARB_compatibility MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Tested-by: Dieter Nützel Reviewed-by: Brian Paul --- docs/features.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/features.txt') diff --git a/docs/features.txt b/docs/features.txt index 1672460a2f8..5eae34bf0df 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -24,10 +24,10 @@ not started # 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. +Some drivers do not support the Compatibility profile or ARB_compatibility. +Such drivers are limited to OpenGL 3.0 if the Core profile is not requested +by applications. Some of the later GL features are exposed in the 3.0 context +as extensions. Feature Status -- cgit v1.2.3