Re: [Mesa-dev] [PATCH] nouveau: handle new CAPS

2019-07-02 Thread Ilia Mirkin
On Tue, Jul 2, 2019 at 12:04 PM Karol Herbst wrote: > > On Tue, Jul 2, 2019 at 5:54 PM Ilia Mirkin wrote: > > > > Can you check on PIPE_CAP_COMPUTE_SHADER_DERIVATIVES ? I think we > > should be able to just flip that on for nvc0. Also the > > CS_DERIVED_SYSTEM_VALUES thing might be useful -- I

Re: [Mesa-dev] [PATCH] nouveau: handle new CAPS

2019-07-02 Thread Karol Herbst
On Tue, Jul 2, 2019 at 5:54 PM Ilia Mirkin wrote: > > Can you check on PIPE_CAP_COMPUTE_SHADER_DERIVATIVES ? I think we > should be able to just flip that on for nvc0. Also the > CS_DERIVED_SYSTEM_VALUES thing might be useful -- I had wanted to do > that a while ago but laziness defeated me. Now

Re: [Mesa-dev] [PATCH] nouveau: handle new CAPS

2019-07-02 Thread Ilia Mirkin
Can you check on PIPE_CAP_COMPUTE_SHADER_DERIVATIVES ? I think we should be able to just flip that on for nvc0. Also the CS_DERIVED_SYSTEM_VALUES thing might be useful -- I had wanted to do that a while ago but laziness defeated me. Now that it's there though ... we have sysvals for many of those

[Mesa-dev] [PATCH] nouveau: handle new CAPS

2019-07-02 Thread Karol Herbst
Signed-off-by: Karol Herbst --- src/gallium/drivers/nouveau/nv50/nv50_screen.c | 13 + src/gallium/drivers/nouveau/nvc0/nvc0_screen.c | 13 + 2 files changed, 26 insertions(+) diff --git a/src/gallium/drivers/nouveau/nv50/nv50_screen.c