Re: [Mesa-dev] [PATCH] st/mesa: enable nir path for all shaders.

2017-10-23 Thread Timothy Arceri
Reviewed-by: Timothy Arceri On 24/10/17 09:44, Dave Airlie wrote: From: Dave Airlie There is no reason to block this here, if a driver enables it, let it handle it. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 10 +- 1 file changed, 1 insertion(+),

[Mesa-dev] [PATCH] st/mesa: enable nir path for all shaders.

2017-10-23 Thread Dave Airlie
From: Dave Airlie There is no reason to block this here, if a driver enables it, let it handle it. Signed-off-by: Dave Airlie --- src/mesa/state_tracker/st_glsl_to_tgsi.cpp | 10 +- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/mesa/state_tracker/st_glsl_to_tgsi.cpp