Re: [Mesa-dev] [PATCH] r600: Cleanup "nir" debug option.

2019-05-27 Thread Gert Wollny
On So, 2019-05-26 at 21:45 +0200, Bas Nieuwenhuizen wrote: > r600g does not have a nir compiler, I'm working on this in an out of tree bruch, but well, I can always re- introduce the flag when I start to upstream this, so keep it or leave it. Ack-by: Gert Wollny > and radeonsi does not use

[Mesa-dev] [PATCH] r600: Cleanup "nir" debug option.

2019-05-26 Thread Bas Nieuwenhuizen
r600g does not have a nir compiler, and radeonsi does not use the option either. --- src/gallium/drivers/r600/r600_pipe_common.c | 1 - src/gallium/drivers/r600/r600_pipe_common.h | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gallium/drivers/r600/r600_pipe_common.c