[Mesa-dev] [PATCH 2/2] mesa: add support for GLSL ES 3.20 version string
Anuj Phogat
anuj.phogat at gmail.com
Thu May 26 19:06:30 UTC 2016
On Thu, May 26, 2016 at 10:58 AM, Ilia Mirkin <imirkin at alum.mit.edu> wrote:
> Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>
> ---
> src/mesa/main/getstring.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/src/mesa/main/getstring.c b/src/mesa/main/getstring.c
> index c39a076..6e90511 100644
> --- a/src/mesa/main/getstring.c
> +++ b/src/mesa/main/getstring.c
> @@ -80,6 +80,8 @@ shading_language_version(struct gl_context *ctx)
> return (const GLubyte *) "OpenGL ES GLSL ES 3.00";
> case 31:
> return (const GLubyte *) "OpenGL ES GLSL ES 3.10";
> + case 32:
> + return (const GLubyte *) "OpenGL ES GLSL ES 3.20";
> default:
> _mesa_problem(ctx,
> "Invalid OpenGL ES version in shading_language_version()");
> --
> 2.7.3
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
Both patches are:
Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>
More information about the mesa-dev
mailing list