<html>
    <head>
      <base href="https://bugs.freedesktop.org/">
    </head>
    <body><span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span> changed
          <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_location_aliasing_* fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103140">bug 103140</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;">Resolution</td>
           <td>---
           </td>
           <td>FIXED
           </td>
         </tr>

         <tr>
           <td style="text-align:right;">Status</td>
           <td>NEW
           </td>
           <td>RESOLVED
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_location_aliasing_* fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103140#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_RESOLVED  bz_closed"
   title="RESOLVED FIXED - [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_location_aliasing_* fails"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=103140">bug 103140</a>
              from <span class="vcard"><a class="email" href="mailto:kenneth@whitecape.org" title="Kenneth Graunke <kenneth@whitecape.org>"> <span class="fn">Kenneth Graunke</span></a>
</span></b>
        <pre>Seem to be passing, probably fixed by

commit ab40acb45341d8cea011ba7330626ffc6e3238ad
Author: Iago Toral Quiroga <<a href="mailto:itoral@igalia.com">itoral@igalia.com</a>>
Date:   Thu Oct 19 16:33:49 2017 +0200

    glsl/linker: outputs in the same location must share auxiliary storage

    From ARB_enhanced_layouts:

    "[...]when location aliasing, the aliases sharing the location
      must have the same underlying numerical type (floating-point or
      integer) and the same auxiliary storage and
      interpolation qualification.[...]"

    Add code to the linker to validate that aliased locations do
    have the same aux storage.

    Fixes:
   
KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_auxiliary_storage

    Reviewed-by: Timothy Arceri <<a href="mailto:tarceri@itsqueeze.com">tarceri@itsqueeze.com</a>>
    Reviewed-by: Ilia Mirkin <<a href="mailto:imirkin@alum.mit.edu">imirkin@alum.mit.edu</a>>

commit 0b565f715d24d74d844f0708e3ed17ad1ee14faf
Author: Iago Toral Quiroga <<a href="mailto:itoral@igalia.com">itoral@igalia.com</a>>
Date:   Thu Oct 19 16:13:21 2017 +0200

    glsl/linker: outputs in the same location must share interpolation

    From ARB_enhanced_layouts:

    "[...]when location aliasing, the aliases sharing the location
     must have the same underlying numerical type (floating-point or
     integer) and the same auxiliary storage and
     interpolation qualification.[...]"

    Add code to the linker to validate that aliased locations do
    have the same interpolation.

    Fixes:
   
KHR-GL45.enhanced_layouts.varying_location_aliasing_with_mixed_interpolation

    Reviewed-by: Timothy Arceri <<a href="mailto:tarceri@itsqueeze.com">tarceri@itsqueeze.com</a>></pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>