<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:sroland@vmware.com" title="Roland Scheidegger <sroland@vmware.com>"> <span class="fn">Roland Scheidegger</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [llvmpipe] Front/Backfaces do not cover the same pixels when rasterized"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78914">bug 78914</a>
        <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">Summary</td>
           <td>Front/Backfaces do not cover the same pixels when rasterized
           </td>
           <td>[llvmpipe] Front/Backfaces do not cover the same pixels when rasterized
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Component</td>
           <td>Mesa core
           </td>
           <td>Other
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [llvmpipe] Front/Backfaces do not cover the same pixels when rasterized"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78914#c1">Comment # 1</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - [llvmpipe] Front/Backfaces do not cover the same pixels when rasterized"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=78914">bug 78914</a>
              from <span class="vcard"><a class="email" href="mailto:sroland@vmware.com" title="Roland Scheidegger <sroland@vmware.com>"> <span class="fn">Roland Scheidegger</span></a>
</span></b>
        <pre>So, in order to get front and backface tris, you draw essentially the same tri
twice, but once you draw index 0,1,2 and once you draw 0,2,1? I could see this
getting different results for interpolated attributes (in fact I know it will
happen...). I am not actually sure it's guaranteed to get the same results,
this is very tricky to get right (the reason is the interpolation /
interpolation setup is not quite symmetric wrt all triangle corners, the float
math can give different results). Though this should only affect interpolated
attribute values, not rasterization itself (which happens with fixed point
math). If it actually rasterizes different pixels this is a bug. Hence if you
could provide some minimal test case that would be great.
This only affects llvmpipe right?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>