Re: [Mesa-dev] [PATCH 00/18] ac/nir: cleanups and remove backlink to nir_to_llvm_context

2018-02-09 Thread Bas Nieuwenhuizen
Awesome! Reviewed-by: Bas Nieuwenhuizen On Fri, Feb 9, 2018 at 1:54 PM, Samuel Pitoiset wrote: > Hi, > > This series removes the backlink to nir_to_llvm_context in ac_nir_context > by moving some code to the ABI. > > We should also rename

[Mesa-dev] [PATCH 00/18] ac/nir: cleanups and remove backlink to nir_to_llvm_context

2018-02-09 Thread Samuel Pitoiset
Hi, This series removes the backlink to nir_to_llvm_context in ac_nir_context by moving some code to the ABI. We should also rename nir_to_llvm_context to radv_shader_context, move all RADV-specific code outside of ac and remove the link to ac_nir_context, but this series is a good start.