On 3 January 2012 18:16, Eric Anholt <span dir="ltr">&lt;<a href="mailto:eric@anholt.net">eric@anholt.net</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
This series is Reviewed-by: Eric Anholt &lt;<a href="mailto:eric@anholt.net">eric@anholt.net</a>&gt;<br>
<br>
With this and the fix I have for glGetTransformFeedbackVarying(), I<br>
think we should be passing the oglc tests, except for one more case:<br>
They try to ask for whole arrays to be fed back, without [] in the<br>
declaration.  The clearest text I could find on this point was a<br>
RESOLUTION: in the spec, but it kind of sounded to me like the<br>
resolution was about working around &quot;how to I get feedback from my huge<br>
amount of varying data when I have so few TFB attributes available?&quot;<br>
Did you end up testing whether other drivers accepted non-subscripted<br>
TFB varyings for varying arrays?<br>
</blockquote></div><br>No, I didn&#39;t write any tests of non-subscripted arrays.  My interpretation of the spec had been that they weren&#39;t allowed, but now that I&#39;m re-reading it, I&#39;m reconsidering.  I&#39;ll investigate on the nVidia proprietary linux driver and let you know what I find out.<br>
<br>Do you have Piglit tests for glGetTransformFeedbackVarying()?  I was starting to write some, but it was slow going and I don&#39;t want to duplicate effort.<br>