I guess you guys may want to look into Ken's comments on patch 3. But otherwise the series looks good to me and is:

Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com>

On 01/08/18 05:22, Jason Ekstrand wrote:
---
  src/intel/compiler/brw_nir.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/compiler/brw_nir.c b/src/intel/compiler/brw_nir.c
index 5990427b731..17ccfa48af6 100644
--- a/src/intel/compiler/brw_nir.c
+++ b/src/intel/compiler/brw_nir.c
@@ -730,7 +730,7 @@ brw_nir_link_shaders(const struct brw_compiler *compiler,
        *producer = brw_nir_optimize(*producer, compiler, p_is_scalar);
const bool c_is_scalar =
-         compiler->scalar_stage[(*producer)->info.stage];
+         compiler->scalar_stage[(*consumer)->info.stage];
        *consumer = brw_nir_optimize(*consumer, compiler, c_is_scalar);
     }
  }

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to