Re: [Mesa-dev] [PATCH 4/4] ac/nir: rename nir_to_llvm_context to radv_shader_context

2018-02-13 Thread Bas Nieuwenhuizen
Reviewed-by: Bas Nieuwenhuizen for the series. On Mon, Feb 12, 2018 at 12:57 PM, Samuel Pitoiset wrote: > There is still more to do in that area, but it's a good start. > > Signed-off-by: Samuel Pitoiset > --- > src/amd/common/ac_nir_to_llvm.c | 148 -- > -

[Mesa-dev] [PATCH 4/4] ac/nir: rename nir_to_llvm_context to radv_shader_context

2018-02-12 Thread Samuel Pitoiset
There is still more to do in that area, but it's a good start. Signed-off-by: Samuel Pitoiset --- src/amd/common/ac_nir_to_llvm.c | 148 1 file changed, 74 insertions(+), 74 deletions(-) diff --git a/src/amd/common/ac_nir_to_llvm.c b/src/amd/common/ac_ni