On Thu, Jun 7, 2018 at 3:32 PM, Christian Gmeiner
<christian.gmei...@gmail.com> wrote:
> diff --git a/src/gallium/drivers/nouveau/nv30/nv30_screen.c 
> b/src/gallium/drivers/nouveau/nv30/nv30_screen.c
> index a77f70e6bb..f7566958f9 100644
> --- a/src/gallium/drivers/nouveau/nv30/nv30_screen.c
> +++ b/src/gallium/drivers/nouveau/nv30/nv30_screen.c
> @@ -95,6 +95,7 @@ nv30_screen_get_param(struct pipe_screen *pscreen, enum 
> pipe_cap param)
>     case PIPE_CAP_VERTEX_ELEMENT_SRC_OFFSET_4BYTE_ALIGNED_ONLY:
>     case PIPE_CAP_PREFER_BLIT_BASED_TEXTURE_TRANSFER:
>     case PIPE_CAP_ALLOW_MAPPED_BUFFERS_DURING_EXECUTION:
> +   case PIPE_CAP_SCALAR_ISA:

Actually nv30 is vector. Please add it to the "unsupported" list. (Not
that it'll really matter, but no reason not to have it marked
correctly.)

>        return 1;
>     /* nv35 capabilities */
>     case PIPE_CAP_DEPTH_BOUNDS_TEST:
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to