• Show log

    Commit

  • Hash : 6381d7f1
    Author : Shahbaz Youssefi
    Date : 2019-12-10T23:19:23

    Vulkan: Avoid linear search in shader on varying location assignment
    
    Glslang wrapper was trying to identify whether the varying is declared
    in each of the out/in shaders by looping through the macro symbols that
    need replacement.
    
    This change instead adds stage information to PackedVarying assigned
    when collecting varyings.  Glslang wrapper then simply tests the
    bitfield for the stages of interest.
    
    Bug: angleproject:3571
    Change-Id: I29614e3e62d7df88e413c1732ac04e24243f167a
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1954677
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/angle.git
    Git SSH git@git.kmx.io:kc3-lang/angle.git
    Public access ? public
    Description

    A conformant OpenGL ES implementation for Windows, Mac, Linux, iOS and Android.

    Homepage

    Github

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags