Re: [Mesa-dev] [PATCH 2/7] gallium: use PIPE_CAP_CONSTBUF0_FLAGS

2018-02-03 Thread Axel Davy
On 02/02/2018 23:41, Marek Olšák wrote: On Fri, Feb 2, 2018 at 10:44 PM, Axel Davy wrote: Hi Marek, Since the previous patch makes it mandatory to use the flags when required, I guess this patch should also add the neccessary changes to gallium nine. Nine uses user

Re: [Mesa-dev] [PATCH 2/7] gallium: use PIPE_CAP_CONSTBUF0_FLAGS

2018-02-02 Thread Marek Olšák
On Fri, Feb 2, 2018 at 10:44 PM, Axel Davy wrote: > Hi Marek, > > Since the previous patch makes it mandatory to use the flags when required, > I guess this patch should also add the neccessary changes to gallium nine. Nine uses user buffers and const_uploader, so it's

Re: [Mesa-dev] [PATCH 2/7] gallium: use PIPE_CAP_CONSTBUF0_FLAGS

2018-02-02 Thread Axel Davy
Hi Marek, Since the previous patch makes it mandatory to use the flags when required, I guess this patch should also add the neccessary changes to gallium nine. Yours, Axel Davy On 02/02/2018 21:48, Marek Olšák wrote: From: Marek Olšák ---

[Mesa-dev] [PATCH 2/7] gallium: use PIPE_CAP_CONSTBUF0_FLAGS

2018-02-02 Thread Marek Olšák
From: Marek Olšák --- src/gallium/auxiliary/util/u_inlines.h | 21 + src/gallium/auxiliary/vl/vl_compositor.c| 2 +- src/gallium/drivers/radeonsi/si_pipe.c | 2 +- src/gallium/state_trackers/xa/xa_renderer.c | 7 --- 4 files changed,