From: Dave Airlie Date: Fri, 3 Nov 2017 01:52:26 +0000 (+1000) Subject: r600: export GLSL 430 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec7008f03a509539d3dac9aca01a9bbb710cfbc0;p=mesa.git r600: export GLSL 430 Signed-off-by: Dave Airlie --- diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index b013d6949cb..e285608bc74 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -332,7 +332,7 @@ static int r600_get_param(struct pipe_screen* pscreen, enum pipe_cap param) case PIPE_CAP_GLSL_FEATURE_LEVEL: if (family >= CHIP_CEDAR) - return 420; + return 430; /* pre-evergreen geom shaders need newer kernel */ if (rscreen->b.info.drm_minor >= 37) return 330;