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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user