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

Kenneth Graunke <kenn...@whitecape.org> changed:

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

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

commit ab40acb45341d8cea011ba7330626ffc6e3238ad
Author: Iago Toral Quiroga <ito...@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 <tarc...@itsqueeze.com>
    Reviewed-by: Ilia Mirkin <imir...@alum.mit.edu>

commit 0b565f715d24d74d844f0708e3ed17ad1ee14faf
Author: Iago Toral Quiroga <ito...@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 <tarc...@itsqueeze.com>

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to