Mesa (master): nouveau: enable GL 4.3 on kepler/fermi

Dave Airlie airlied at kemper.freedesktop.org
Fri May 27 19:52:24 UTC 2016


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

Author: Dave Airlie <airlied at redhat.com>
Date:   Sat May 28 05:51:12 2016 +1000

nouveau: enable GL 4.3 on kepler/fermi

Signed-off-by: Dave Airlie <airlied at redhat.com>

---

 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 4c47503..6541241 100644
--- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
+++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
@@ -121,7 +121,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum pipe_cap param)
       return 128 * 1024 * 1024;
    case PIPE_CAP_GLSL_FEATURE_LEVEL:
       if (class_3d <= NVF0_3D_CLASS)
-         return 420;
+         return 430;
       return 410;
    case PIPE_CAP_MAX_RENDER_TARGETS:
       return 8;




More information about the mesa-commit mailing list