Am Do., 7. Juni 2018 um 21:55 Uhr schrieb Ilia Mirkin <[email protected]>: > > On Thu, Jun 7, 2018 at 3:32 PM, Christian Gmeiner > <[email protected]> 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.) >
Will be fixed in V2. > > return 1; > > /* nv35 capabilities */ > > case PIPE_CAP_DEPTH_BOUNDS_TEST: -- greets -- Christian Gmeiner, MSc https://christian-gmeiner.info _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
