[Mesa-dev] [PATCH] st/nir: Disable varying packing when doing transform feedback.
Eric Anholt
eric at anholt.net
Mon Jul 2 19:51:21 UTC 2018
Eric Anholt <eric at anholt.net> writes:
> [ Unknown signature status ]
> Timothy Arceri <tarceri at 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180702/345a3632/attachment.sig>
More information about the mesa-dev
mailing list