Re: [Mesa-dev] [PATCH 06/12] i965/cnl: Modify thread count shift for VS

2017-06-02 Thread Anuj Phogat
I just realized that I already dropped this patch in v2 of the series. Please review the latest series with 24 patches. Thanks. On Fri, Jun 2, 2017 at 4:23 PM, Anuj Phogat wrote: > Yes, I'll drop the patch. > > On Fri, Jun 2, 2017 at 11:38 AM, Jason Ekstrand wrote: >> I think this patch can be d

Re: [Mesa-dev] [PATCH 06/12] i965/cnl: Modify thread count shift for VS

2017-06-02 Thread Anuj Phogat
Yes, I'll drop the patch. On Fri, Jun 2, 2017 at 11:38 AM, Jason Ekstrand wrote: > I think this patch can be dropped with Rafiel's genxml work. > > On Fri, Apr 14, 2017 at 5:35 PM, Anuj Phogat wrote: >> >> From: Ben Widawsky >> >> Signed-off-by: Ben Widawsky >> --- >> src/mesa/drivers/dri/i96

Re: [Mesa-dev] [PATCH 06/12] i965/cnl: Modify thread count shift for VS

2017-06-02 Thread Jason Ekstrand
I think this patch can be dropped with Rafiel's genxml work. On Fri, Apr 14, 2017 at 5:35 PM, Anuj Phogat wrote: > From: Ben Widawsky > > Signed-off-by: Ben Widawsky > --- > src/mesa/drivers/dri/i965/brw_defines.h | 1 + > src/mesa/drivers/dri/i965/gen8_vs_state.c | 6 +- > 2 files chan

[Mesa-dev] [PATCH 06/12] i965/cnl: Modify thread count shift for VS

2017-04-14 Thread Anuj Phogat
From: Ben Widawsky Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/brw_defines.h | 1 + src/mesa/drivers/dri/i965/gen8_vs_state.c | 6 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_defines.h b/src/mesa/drivers/dri/i965/brw_define