On Tuesday, October 10, 2017 4:57:08 PM PDT Timothy Arceri wrote:
> From: Kenneth Graunke <kenn...@whitecape.org>
> 
> ARB_enhanced_layouts enables us to pack array varyings with
> non-arrays types e.g.
> 
> layout(location = 0) in vec3 a[6];
> layout(location = 0, component = 3) in float b;
> 
> With this change we calculate the size of output registers in a
> separate pass, before allocating them.
> 
> Reviewed-by: Timothy Arceri <tarc...@itsqueeze.com>
> ---
>  src/intel/compiler/brw_fs_nir.cpp | 23 ++++++++++++++++++-----
>  1 file changed, 18 insertions(+), 5 deletions(-)

I actually sent this out last night, so I pulled your R-b from this
email and pushed the patch.  Thanks!

Attachment: signature.asc
Description: This is a digitally signed message part.

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

Reply via email to