Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu>

Same comment re GK20A.

On Wed, Apr 20, 2016 at 4:25 PM, Samuel Pitoiset
<samuel.pitoi...@gmail.com> wrote:
> Signed-off-by: Samuel Pitoiset <samuel.pitoi...@gmail.com>
> ---
>  src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c 
> b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> index f8d74d5..c017f4f 100644
> --- a/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> +++ b/src/gallium/drivers/nouveau/nvc0/nvc0_screen.c
> @@ -120,7 +120,7 @@ nvc0_screen_get_param(struct pipe_screen *pscreen, enum 
> pipe_cap param)
>     case PIPE_CAP_MAX_TEXTURE_BUFFER_SIZE:
>        return 128 * 1024 * 1024;
>     case PIPE_CAP_GLSL_FEATURE_LEVEL:
> -      if (class_3d == NVE4_3D_CLASS)
> +      if (class_3d == NVE4_3D_CLASS || class_3d == NVF0_3D_CLASS)
>           return 420;
>        return 410;
>     case PIPE_CAP_MAX_RENDER_TARGETS:
> --
> 2.8.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to