[Mesa-dev] [PATCH 3/3] mesa: add GLSL 4.60 to shading_language_version()
Nicolai Hähnle
nhaehnle at gmail.com
Tue Aug 1 11:56:59 UTC 2017
For the series:
Reviewed-by: Nicolai Hähnle <nicolai.haehnle at amd.com>
On 01.08.2017 12:26, Samuel Pitoiset wrote:
> Signed-off-by: Samuel Pitoiset <samuel.pitoiset at gmail.com>
> ---
> 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 5da405d9fa..4c805ca4d5 100644
> --- a/src/mesa/main/getstring.c
> +++ b/src/mesa/main/getstring.c
> @@ -65,6 +65,8 @@ shading_language_version(struct gl_context *ctx)
> return (const GLubyte *) "4.40";
> case 450:
> return (const GLubyte *) "4.50";
> + case 460:
> + return (const GLubyte *) "4.60";
> default:
> _mesa_problem(ctx,
> "Invalid GLSL version in shading_language_version()");
>
--
Lerne, wie die Welt wirklich ist,
Aber vergiss niemals, wie sie sein sollte.
More information about the mesa-dev
mailing list