Re: [Mesa-dev] [PATCH 2/2] ac/radeonsi: add emit_kill to the abi

2018-03-07 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Wed, Mar 7, 2018 at 6:04 PM, Timothy Arceri wrote: > This should fix a regression with Rocket League grass rendering > on the NIR backend. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104717 > --- > src/amd/common/ac_nir_to_llvm.

[Mesa-dev] [PATCH 2/2] ac/radeonsi: add emit_kill to the abi

2018-03-07 Thread Timothy Arceri
This should fix a regression with Rocket League grass rendering on the NIR backend. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=104717 --- src/amd/common/ac_nir_to_llvm.c | 9 - src/amd/common/ac_shader_abi.h | 2 ++ src/gallium/drivers/radeonsi/si_shader.c |