Re: [Mesa-dev] [PATCH] intel/compiler: Export TCS passthrough creation

2018-09-28 Thread Caio Marcelo de Oliveira Filho
On Fri, Sep 21, 2018 at 10:37:38PM +0200, Jason Ekstrand wrote: > Wiring up TCS in some other driver? Pushed early this week. It was for Iris :-) Thanks, Caio ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailm

Re: [Mesa-dev] [PATCH] intel/compiler: Export TCS passthrough creation

2018-09-21 Thread Jason Ekstrand
Wiring up TCS in some other driver? Acked-by: Jason Ekstrand On September 21, 2018 22:30:25 Caio Marcelo de Oliveira Filho wrote: Move create_passthrough_tcs() from i965 so can be used in other contexts. --- src/intel/compiler/brw_nir.c| 81 src/intel/co

[Mesa-dev] [PATCH] intel/compiler: Export TCS passthrough creation

2018-09-21 Thread Caio Marcelo de Oliveira Filho
Move create_passthrough_tcs() from i965 so can be used in other contexts. --- src/intel/compiler/brw_nir.c| 81 src/intel/compiler/brw_nir.h| 5 ++ src/mesa/drivers/dri/i965/brw_tcs.c | 83 + 3 files changed, 87 insertions(+