Re: [Mesa-dev] [PATCH 2/2] radv: Implement bc optimize.

2017-08-18 Thread Nicolai Hähnle
On 15.08.2017 18:32, Bas Nieuwenhuizen wrote: Seems like we actually enabled it already, but did not implement the shader part. With this patch we do. --- src/amd/common/ac_nir_to_llvm.c | 30 ++ src/amd/common/ac_nir_to_llvm.h | 1 + src/amd/vulkan/radv_pipeline.

[Mesa-dev] [PATCH 2/2] radv: Implement bc optimize.

2017-08-15 Thread Bas Nieuwenhuizen
Seems like we actually enabled it already, but did not implement the shader part. With this patch we do. --- src/amd/common/ac_nir_to_llvm.c | 30 ++ src/amd/common/ac_nir_to_llvm.h | 1 + src/amd/vulkan/radv_pipeline.c | 3 +++ 3 files changed, 34 insertions(+) dif