Re: [Mesa-dev] [PATCH 1/2 v2] nir: fix per_vertex_output intrinsic

2018-03-25 Thread Jason Ekstrand
Rb On March 25, 2018 11:11:10 Rob Clark wrote: This is supposed to have both BASE and COMPONENT but num_indices was inadvertantly set to 1. Cc: Signed-off-by: Rob Clark --- src/compiler/nir/nir_intrinsics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/n

[Mesa-dev] [PATCH 1/2 v2] nir: fix per_vertex_output intrinsic

2018-03-25 Thread Rob Clark
This is supposed to have both BASE and COMPONENT but num_indices was inadvertantly set to 1. Cc: Signed-off-by: Rob Clark --- src/compiler/nir/nir_intrinsics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/nir/nir_intrinsics.h b/src/compiler/nir/nir_intrinsic