Eric Anholt <e...@anholt.net> writes:

> [ Unknown signature status ]
> Timothy Arceri <tarc...@itsqueeze.com> writes:
>
>> nir_compact_varyings() is meant to skip over varyings used by xfb:
>>
>>           /* We can't repack xfb varyings. */
>>           if (var->data.always_active_io)
>>              continue;
>>
>> Any idea why that isn't working in this case?
>
> Looks like GLSL IR has that flag wrong.  points.7 has v_var6,7,8,9
> transform feedback output, but the IR says:

[...]

Any feedback on this?  This is my remaining TF issue for V3D.

Attachment: signature.asc
Description: PGP signature

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

Reply via email to