On 8 May 2012 22:23, Anuj Phogat <span dir="ltr">&lt;<a href="mailto:anuj.phogat@gmail.com" target="_blank">anuj.phogat@gmail.com</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 Tue, May 8, 2012 at 7:42 AM, Paul Berry &lt;<a href="mailto:stereotype441@gmail.com">stereotype441@gmail.com</a>&gt; wrote:<br>
&gt; This patch series contains an alternative proposal to the patch &quot;Split<br>
&gt; accuracy test to allow new multisample tests utilize this code&quot; from<br>
&gt; 5/4, along the lines Anuj and I discussed over email yesterday.  Anuj,<br>
&gt; let me know if you think this alternative is reasonable.  I went ahead<br>
&gt; and left you as the author of the patch, but I would be equally happy<br>
&gt; taking over authorship if you&#39;d prefer.<br>
&gt;<br>
&gt; Patch 2/2 contains the turn-on-off test, with the necessary<br>
&gt; modifications to work with the new refactor.  I have the impression<br>
&gt; that this test is still a work in progress--is that right, Anuj?<br>
</div>Test is complete only for color buffer testing.<br>
<div class="im"><br>
&gt;I got that impression because (a) the test ignores its &lt;test_type&gt;<br>
&gt; command line argument (it always tests in &quot;color&quot; mode), (b) the<br>
&gt; &quot;small&quot; variant of the test fails on my nVidia reference platform, and<br>
&gt; (c) the patch doesn&#39;t add the test to all.tests.<br>
</div>I kept the &lt;test_type&gt; option to accommodate depth and stencil testing<br>
in future. &quot;small&quot; variant is untested and irrelevant for this test case. So,<br>
 can be removed. I missed adding it to all.tests.<br>
<br>
I&#39;ll make these changes along with few updated comments in turn-on-off.c<br>
once you push  [PATCH v2 1/2].<br>
OR<br>
I can push both the patches together along with suggested changes.<br>
<div class="im"><br>
&gt; For what it&#39;s worth, I think it would be ok to remove the command-line<br>
&gt; options for the turn-on-off test (hardcoding to num_samples=4,<br>
&gt; test_type=color, small=false, and depthstencil=true) since varying<br>
&gt; those options is unlikely to expose any bugs that wouldn&#39;t already be<br>
&gt; caught by the accuracy test.<br>
</div>I agree. command line options are not required at the moment.<br>
<div class="im"><br>
&gt; [PATCH v2 1/2] Split accuracy test to allow new multisample tests utilize this code<br>
&gt; [PATCH v2 2/2] Add test to turn on/off MSAA in a FBO<br>
</div>Thanks for accommodating the requested features while re-factoring.<br>
I am fine with both the patches.<br>
</blockquote></div><br>Ok, thanks.  I&#39;ve pushed patch 1/2.  I&#39;ll let you handle the other one.<br>