Mesa (master): nvc0: expose GLSL version 410

Ilia Mirkin imirkin at kemper.freedesktop.org
Tue Apr 28 16:49:38 UTC 2015


Module: Mesa
Branch: master
Commit: e312a6995850e78b3b9e2cbe4713928bc9cc386d
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=e312a6995850e78b3b9e2cbe4713928bc9cc386d

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Sun Apr 26 16:15:02 2015 -0400

nvc0: expose GLSL version 410

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 src/gallium/drivers/nouveau/nvc0/nvc0_screen.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
index 04c34f5..7a9f649 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
@@ -89,7 +89,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
    case PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE:
       return 65536;
    case PIPE_CAP_GLSL_FEATURE_LEVEL:
-      return 400;
+      return 410;
    case PIPE_CAP_MAX_RENDER_TARGETS:
       return 8;
    case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS:




More information about the mesa-commit mailing list