Re: [Mesa-dev] [PATCH 01/14] ac: migrate unique index info shader info
On 02/21/2018 02:35 AM, Dave Airlie wrote: From: Dave Airlie This just moves this function to an inline so the shader_info pass can use it. Signed-off-by: Dave Airlie --- src/amd/common/ac_nir_to_llvm.c | 22 -- src/amd/common/ac_shader_info.h | 25 +++
[Mesa-dev] [PATCH 01/14] ac: migrate unique index info shader info
From: Dave Airlie This just moves this function to an inline so the shader_info pass can use it. Signed-off-by: Dave Airlie --- src/amd/common/ac_nir_to_llvm.c | 22 -- src/amd/common/ac_shader_info.h | 25 + 2 files changed, 25 insertions(+), 22 del