• Show log

    Commit

  • Hash : a83c9108
    Author : Shahbaz Youssefi
    Date : 2021-07-29T17:13:41

    Vulkan: SPIR-V Gen: Fix nested ternary operators
    
    The OpPhi instruction used to implement ternaries referenced to the
    blocks pregenerated for the true and false cases.  However, if there
    were other code nested inside that could generate blocks (other
    ternary expressions or short-circuits), that would be wrong.
    
    Instead, the last block id is taken every time the true or false case is
    entirely visited (similar to how it's done in the short-circuit
    implementation).
    
    Bug was caught by the WebGL CTS.
    
    Bug: angleproject:4899
    Change-Id: I71be86989dfe9596a13940ce657a7e67849e86bf
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3061639
    Reviewed-by: Tim Van Patten <timvp@google.com>
    Reviewed-by: Jamie Madill <jmadill@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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags