diff --git a/src/gallium/drivers/r600/r600_pipe.c b/src/gallium/drivers/r600/r600_pipe.c index 49696a8bc5c..ea2dd2ca001 100644 --- a/src/gallium/drivers/r600/r600_pipe.c +++ b/src/gallium/drivers/r600/r600_pipe.c @@ -480,7 +480,7 @@ static void r600_init_screen_caps(struct r600_screen *rscreen) caps->texture_buffer_offset_alignment = 4; caps->glsl_feature_level_compatibility = - caps->glsl_feature_level = family >= CHIP_CEDAR ? 450 : 330; + caps->glsl_feature_level = family >= CHIP_CEDAR ? 460 : 330; /* Supported except the original R600. */ caps->indep_blend_enable =