Re: [Mesa-dev] [PATCH] nir: fix lower vars to ssa for larger vector sizes.

2019-05-02 Thread Jason Ekstrand
Reviewed-by: Jason Ekstrand On Thu, May 2, 2019 at 10:25 PM Dave Airlie wrote: > From: Dave Airlie > > This has a couple of hardcoded vec4 limits in it, change them > to the proper sizing to avoid future issues. > --- > src/compiler/nir/nir_lower_vars_to_ssa.c | 8 > 1 file changed,

[Mesa-dev] [PATCH] nir: fix lower vars to ssa for larger vector sizes.

2019-05-02 Thread Dave Airlie
From: Dave Airlie This has a couple of hardcoded vec4 limits in it, change them to the proper sizing to avoid future issues. --- src/compiler/nir/nir_lower_vars_to_ssa.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/compiler/nir/nir_lower_vars_to_ssa.c b/src/co