• Show log

    Commit

  • Hash : 9d84ad7d
    Author : Shahbaz Youssefi
    Date : 2023-02-14T10:47:54

    Translator: Fix sampler-in-struct when struct is unused
    
    Standalone symbols as statements are also pruned.  For example in the
    below:
    
    ```
    x;
    g();
    ```
    
    The line that only contains `x;` is pruned.  In particular, this was
    causing a bug with sampler-in-struct processing where the code ASSERTs
    that if an instance of the struct is visited during traversal, that
    it's already processed as part of an index chain (like s.member), but
    in the above situation that is not true.
    
    Bug: chromium:1416152
    Change-Id: I49e9a5826fc4d8c1fef1fa6f1d38c65f33f8acfd
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4247584
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Auto-Submit: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Yuxin Hu <yuxinhu@google.com>
    

  • 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