On 20 June 2012 18:41, Anuj Phogat <span dir="ltr"><<a href="mailto:anuj.phogat@gmail.com" target="_blank">anuj.phogat@gmail.com</a>></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 Sat, Jun 16, 2012 at 8:09 AM, Paul Berry <<a href="mailto:stereotype441@gmail.com">stereotype441@gmail.com</a>> wrote:<br>
> On 8 June 2012 14:46, <<a href="mailto:anuj.phogat@gmail.com">anuj.phogat@gmail.com</a>> wrote:<br>
>><br>
>> From: Anuj Phogat <<a href="mailto:anuj.phogat@gmail.com">anuj.phogat@gmail.com</a>><br>
>><br>
>> This test varifies that with GL_SAMPLE_ALPHA_TO_ONE enabled, each sample's<br>
>> alpha value is replaced by maximum alpha value i.e. 1.0.<br>
><br>
><br>
> This test is:<br>
><br>
> Reviewed-by: Paul Berry <<a href="mailto:stereotype441@gmail.com">stereotype441@gmail.com</a>><br>
><br>
> I would recommend adding two additional tests, preferably in separate files:<br>
><br>
> 1. We should make sure that when both GL_SAMPLE_ALPHA_TO_ONE and<br>
> GL_SAMPLE_ALPHA_TO_COVERAGE are enabled, GL_SAMPLE_ALPHA_TO_COVERAGE takes<br>
> effect first (that is, the coverage value needs to be computed from the<br>
> alpha value *before* the alpha value gets changed to 1).<br>
><br>
</div>To avoid lot of code duplication, I included this as a sub test in<br>
sample-alpha-to-coverage test case:<br>
[PATCH 3/4] Add test to verify sample alpha to coverage with multisample fbo.<br>
<br>
Do you want me to split it into a separate test case?<br></blockquote><div><br>No, you're right.  Combining the tests makes good sense.<br> </div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">

<div class="im"><br>
> 2. We should make sure that if GL_SAMPLE_ALPHA_TO_ONE is enabled and<br>
> GL_MULTISAMPLE is disabled, alpha values are not modified.  Also, we should<br>
> make sure that if GL_SAMPLE_ALPHA_TO_ONE is enabled and the buffer is<br>
> single-sampled, alpha values are not modified.<br>
><br>
</div>I will work on this test case.<br>
<br>
Thanks<br>
<span class="HOEnZb"><font color="#888888">Anuj<br>
</font></span></blockquote></div><br>