For the series:

Reviewed-by: Nicolai Hähnle <[email protected]>

On 01.08.2017 12:26, Samuel Pitoiset wrote:
Signed-off-by: Samuel Pitoiset <[email protected]>
---
  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.
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to