On 7 December 2011 13: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;">
<div class="im">On Wed,  7 Dec 2011 11:09:12 -0800, Paul Berry &lt;<a href="mailto:stereotype441@gmail.com">stereotype441@gmail.com</a>&gt; wrote:<br>
&gt; From: Kenneth Graunke &lt;<a href="mailto:kenneth@whitecape.org">kenneth@whitecape.org</a>&gt;<br>
&gt;<br>
&gt; We never filled this in before because we didn&#39;t care.<br>
&gt;<br>
&gt; I&#39;m skeptical these are correct; my sources indicate that both the VS<br>
&gt; and GS # of entries are 256 on both GT1 and GT2.<br>
&gt;<br>
&gt; I&#39;m also loathe to change it and break stuff.<br>
<br>
</div>My stale specs say<br>
<br>
GT2 VS: [24, 256]<br>
GT1 VS: [24, 128]<br>
GT2 GS: [0, 256]<br>
GT1 GS: [0, 254].<br>
<br>
So these look like the docs our old VS numbers came from.  The current<br>
docs I see say:<br>
<br>
GT1 VS: [24, 256]<br>
GT1 GS: [0, 256]<br>
<br>
with the mention of gt2 removed.  The changelog doesn&#39;t show anything<br>
obvious about &quot;update DevSNB 3DSTATE_URB&quot;, though there are things for<br>
other hardware that look like they might have stomped the old<br>
information in the way it looks stomped.<br>
<br>
So, my guess is we should stick with our old values for VS (as is done<br>
in this change), and use the old values for GS (GT2 256, GT1 254), and go<br>
complain to doc authors for clarification.<br>
</blockquote></div><br>I will try this and rerun piglit tests to see if anything breaks.<br>