[Bug 103140] [OpenGL CTS] KHR-GL45.enhanced_layouts.varying_location_aliasing_* fails

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Nov 2 03:10:34 UTC 2017


https://bugs.freedesktop.org/show_bug.cgi?id=103140

Kenneth Graunke <kenneth at whitecape.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Kenneth Graunke <kenneth at whitecape.org> ---
Seem to be passing, probably fixed by

commit ab40acb45341d8cea011ba7330626ffc6e3238ad
Author: Iago Toral Quiroga <itoral at igalia.com>
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 <tarceri at itsqueeze.com>
    Reviewed-by: Ilia Mirkin <imirkin at alum.mit.edu>

commit 0b565f715d24d74d844f0708e3ed17ad1ee14faf
Author: Iago Toral Quiroga <itoral at igalia.com>
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 <tarceri at itsqueeze.com>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-3d-bugs/attachments/20171102/07ef3f60/attachment-0001.html>


More information about the intel-3d-bugs mailing list