Re: [Mesa-dev] [PATCH 1/2] i965/vec4: Initialize nir_inputs with src_reg().

2015-11-20 Thread Francisco Jerez
Matt Turner writes: > nir_locals, nir_ssa_values, and nir_system_values are all dst_reg (not > that that makes a whole lot of sense to me), and only nir_inputs is a > src_reg. Reviewed-by: Francisco Jerez > --- > src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 2 +- > 1 file changed, 1 insertion

[Mesa-dev] [PATCH 1/2] i965/vec4: Initialize nir_inputs with src_reg().

2015-11-19 Thread Matt Turner
nir_locals, nir_ssa_values, and nir_system_values are all dst_reg (not that that makes a whole lot of sense to me), and only nir_inputs is a src_reg. --- src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_vec