softpipe & llvmpipe: Enable SM3 cap
This commit is contained in:
@@ -71,6 +71,8 @@ softpipe_get_param(struct pipe_screen *screen, int param)
|
||||
return 1;
|
||||
case PIPE_CAP_GLSL:
|
||||
return 1;
|
||||
case PIPE_CAP_SM3:
|
||||
return 1;
|
||||
case PIPE_CAP_ANISOTROPIC_FILTER:
|
||||
return 0;
|
||||
case PIPE_CAP_POINT_SPRITE:
|
||||
|
Reference in New Issue
Block a user