mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 00:40:09 +01:00
softpipe: enable GLSL 3.30 support.
This enables GL3.3 on softpipe. Reviewed-by: Roland Scheidegger <sroland@vmware.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
c82d227edd
commit
8dede2fa6c
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ softpipe_get_param(struct pipe_screen *screen, enum pipe_cap param)
|
|||
case PIPE_CAP_MIXED_COLORBUFFER_FORMATS:
|
||||
return 0;
|
||||
case PIPE_CAP_GLSL_FEATURE_LEVEL:
|
||||
return 140;
|
||||
return 330;
|
||||
case PIPE_CAP_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION:
|
||||
return 0;
|
||||
case PIPE_CAP_COMPUTE:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue