mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02:00
ilo: bump up PIPE_CAP_GLSL_FEATURE_LEVEL to 140
With UBO and TBO support, we are supposedly good to claim GLSL 1.40.
This commit is contained in:
parent
4df85dbc06
commit
5f15050dc9
1 changed files with 1 additions and 1 deletions
|
|
@ -380,7 +380,7 @@ ilo_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||
case PIPE_CAP_VERTEX_COLOR_CLAMPED:
|
||||
return false;
|
||||
case PIPE_CAP_GLSL_FEATURE_LEVEL:
|
||||
return 130;
|
||||
return 140;
|
||||
case PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION:
|
||||
case PIPE_CAP_USER_VERTEX_BUFFERS:
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue