• Show log

    Commit

  • Hash : db3e5183
    Author : Shahbaz Youssefi
    Date : 2019-11-14T13:47:55

    Vulkan: Fix col-major transformation of unsized arrays
    
    If the row-major expression that was being transformed was in the form:
    
         arr.length()
    
    where `arr` is an SSBO unsized array, the translator transformation was
    attempting to transpose the `arr` expression, which is both wrong and
    impossible.  Note that length() is removed through a prior
    transformation except for this particular case.
    
    This change recognizes this usage and supports it by keeping the
    expression as is (as the length() would be identical pre or post
    transformation).
    
    Bug: angleproject:3443
    Change-Id: I8efacb7b12d5e53047eb56ab5d86830d81952d86
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1917422
    Reviewed-by: Tim Van Patten <timvp@google.com>
    Reviewed-by: Cody Northrop <cnorthrop@google.com>
    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