Mesa (master): nv50: bump compat glsl level to same as core

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 30 00:52:33 UTC 2018


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

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Sun Aug 26 17:47:12 2018 -0400

nv50: bump compat glsl level to same as core

Passes the compat piglits. I'm sure that there will be odd issues that
aren't caught by them, but at least it should basically work.

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

---

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

diff --git a/src/gallium/drivers/nouveau/nv50/nv50_screen.c b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
index 16c334e9be..0007a2b957 100644
--- a/src/gallium/drivers/nouveau/nv50/nv50_screen.c
+++ b/src/gallium/drivers/nouveau/nv50/nv50_screen.c
@@ -111,7 +111,7 @@ nv50_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
    case PIPE_CAP_GLSL_FEATURE_LEVEL:
       return 330;
    case PIPE_CAP_GLSL_FEATURE_LEVEL_COMPATIBILITY:
-      return 140;
+      return 330;
    case PIPE_CAP_MAX_RENDER_TARGETS:
       return 8;
    case PIPE_CAP_MAX_DUAL_SOURCE_RENDER_TARGETS:




More information about the mesa-commit mailing list