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,
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