llvmpipe: enable GLSL 4.60

not sure why this was missing

Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37408>
This commit is contained in:
Mike Blumenkrantz 2025-09-16 10:06:24 -04:00 committed by Marge Bot
parent 00e6a94278
commit b33838268f

View file

@ -269,7 +269,7 @@ llvmpipe_init_screen_caps(struct pipe_screen *screen)
caps->vertex_color_unclamped = true;
caps->vertex_color_clamped = true;
caps->glsl_feature_level_compatibility =
caps->glsl_feature_level = 450;
caps->glsl_feature_level = 460;
caps->compute = true;
caps->user_vertex_buffers = true;
caps->tgsi_texcoord = true;