mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 11:28:05 +02:00
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:
parent
00e6a94278
commit
b33838268f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue