From 6268819f527765f0e2a303bec0f9e601d4850ab9 Mon Sep 17 00:00:00 2001 From: Patrick Lerda Date: Fri, 25 Apr 2025 13:17:02 +0200 Subject: [PATCH] r600: bump evergreen and cayman glsl level to 460 Signed-off-by: Patrick Lerda Reviewed-by: Gert Wollny Part-of: --- src/gallium/drivers/r600/r600_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 =