aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r600/r600_pipe.c
diff options
context:
space:
mode:
authorGlenn Kennard <[email protected]>2015-10-07 17:17:34 +0200
committerDave Airlie <[email protected]>2015-10-13 08:55:42 +1000
commit24a1a157a694e961aaad611a8bf9d47ce8cf47f6 (patch)
tree8f3807b4a28f21b39c7292c40c8688e5c2074ed3 /src/gallium/drivers/r600/r600_pipe.c
parent1befb7ed9856381cbfe874f361fae73b8e331bb4 (diff)
r600g: Enable GL_ARB_gpu_shader5 extension
Signed-off-by: Glenn Kennard <[email protected]> Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/r600/r600_pipe.c')
-rw-r--r--src/gallium/drivers/r600/r600_pipe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c
index efb4889e562..32ce76a9e07 100644
--- a/src/gallium/drivers/r600/r600_pipe.c
+++ b/src/gallium/drivers/r600/r600_pipe.c
@@ -305,7 +305,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 330;
+ return 410;
/* pre-evergreen geom shaders need newer kernel */
if (rscreen->b.info.drm_minor >= 37)
return 330;