[Mesa-dev] [PATCH 01/15] docs/GL3: clarify core vs compatibility extension support
Kenneth Graunke
kenneth at whitecape.org
Fri Jul 19 11:01:38 PDT 2013
On 07/19/2013 08:18 AM, Marek Olšák wrote:
> ---
> docs/GL3.txt | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> diff --git a/docs/GL3.txt b/docs/GL3.txt
> index f2152a3..1af8c98 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
> ----------------------------------------------------- ------------------------
Patches 1-2, 4-6, and 9-15 are:
Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
Thanks for making the workarounds available everywhere and doing a great
job of documenting the details of why they're necessary!
More information about the mesa-dev
mailing list