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

--- Comment #3 from vadym <vadym.shovkopl...@globallogic.com> ---
Patch merged to master:

commit 4a8444d5bc865119218eca8674e5614535f4829e (HEAD -> new_master,
origin/master, origin/HEAD)
Author: vadym.shovkoplias <vadim.shovkopl...@gmail.com>
Date:   Thu Aug 23 13:12:16 2018 +0300

    glsl/linker: Allow unused in blocks which are not declated on previous
stage

    >From Section 4.3.4 (Inputs) of the GLSL 1.50 spec:

        "Only the input variables that are actually read need to be written
         by the previous stage; it is allowed to have superfluous
         declarations of input variables."

    Fixes:
        * interstage-multiple-shader-objects.shader_test

    v2:
      Update comment in ir.h since the usage of "used" field
      has been extended.

    Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101247
    Signed-off-by: Vadym Shovkoplias <vadym.shovkopl...@globallogic.com>
    Reviewed-by: Alejandro PiƱeiro <apinhe...@igalia.com>
    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