Re: [Mesa-dev] [PATCH] docs: Update FAQ with current OpenGL API version supported

2018-09-23 Thread Stuart Young
On Sun, 23 Sep 2018 at 20:35, Bas Nieuwenhuizen 
wrote:

> On Sun, Sep 23, 2018 at 2:05 AM Stuart Young  wrote:
> >
> > Used a variation on the standard boilerplate version info that is used in
> > the release notes.
> >
> > ---
> >  docs/faq.html | 11 ++-
> >  1 file changed, 10 insertions(+), 1 deletion(-)
> >
> > diff --git a/docs/faq.html b/docs/faq.html
> > index 6270a071da..080c6b6da7 100644
> > --- a/docs/faq.html
> > +++ b/docs/faq.html
> > @@ -45,7 +45,16 @@ See the https://www.opengl.org/";>OpenGL
> website for more
> >  information.
> >  
> >  
> > -Mesa 9.x supports the OpenGL 3.1 specification.
> > +Since the release of 17.0.0, Mesa supports the OpenGL 4.5 API
> specification.
> > +Note that the version reported by glGetString(GL_VERSION) or
> > +glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION)
> depends on
> > +the particular driver being used. Some drivers don't support all the
> features
> > +required in OpenGL 4.5. OpenGL 4.5 is only available if requested at
> context
> > +creation because compatibility contexts are not supported.
>
> Aren't hey supported for radeonsi these days?
>

Ahh yes. Sorry, think I pulled this from the 17.0.0 release notes and
didn't notice the difference at the time compared to the 18.2.1 notes. Well
spotted.

Will update and resend.

-- 
Stuart Young (aka Cefiar)
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


Re: [Mesa-dev] [PATCH] docs: Update FAQ with current OpenGL API version supported

2018-09-23 Thread Bas Nieuwenhuizen
On Sun, Sep 23, 2018 at 2:05 AM Stuart Young  wrote:
>
> Used a variation on the standard boilerplate version info that is used in
> the release notes.
>
> ---
>  docs/faq.html | 11 ++-
>  1 file changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/docs/faq.html b/docs/faq.html
> index 6270a071da..080c6b6da7 100644
> --- a/docs/faq.html
> +++ b/docs/faq.html
> @@ -45,7 +45,16 @@ See the https://www.opengl.org/";>OpenGL 
> website for more
>  information.
>  
>  
> -Mesa 9.x supports the OpenGL 3.1 specification.
> +Since the release of 17.0.0, Mesa supports the OpenGL 4.5 API specification.
> +Note that the version reported by glGetString(GL_VERSION) or
> +glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on
> +the particular driver being used. Some drivers don't support all the features
> +required in OpenGL 4.5. OpenGL 4.5 is only available if requested at context
> +creation because compatibility contexts are not supported.

Aren't hey supported for radeonsi these days?

> +
> +
> +For earlier versions, consult the release notes for the version of the
> +OpenGL API they support.
>  
>
>
> --
> 2.11.0
>
> ___
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


[Mesa-dev] [PATCH] docs: Update FAQ with current OpenGL API version supported

2018-09-22 Thread Stuart Young
Used a variation on the standard boilerplate version info that is used in
the release notes.

---
 docs/faq.html | 11 ++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/docs/faq.html b/docs/faq.html
index 6270a071da..080c6b6da7 100644
--- a/docs/faq.html
+++ b/docs/faq.html
@@ -45,7 +45,16 @@ See the https://www.opengl.org/";>OpenGL website 
for more
 information.
 
 
-Mesa 9.x supports the OpenGL 3.1 specification.
+Since the release of 17.0.0, Mesa supports the OpenGL 4.5 API specification.
+Note that the version reported by glGetString(GL_VERSION) or
+glGetIntegerv(GL_MAJOR_VERSION) / glGetIntegerv(GL_MINOR_VERSION) depends on
+the particular driver being used. Some drivers don't support all the features
+required in OpenGL 4.5. OpenGL 4.5 is only available if requested at context
+creation because compatibility contexts are not supported.
+
+
+For earlier versions, consult the release notes for the version of the
+OpenGL API they support.
 
 
 
-- 
2.11.0

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev