• Show log

    Commit

  • Hash : 153240b2
    Author : Shahbaz Youssefi
    Date : 2021-06-11T16:36:32

    Vulkan: SPIR-V Gen: Support loops
    
    Loops are similar to if-else in that they generate a number of blocks
    where the first block specifies divergence (OpLoopMerge) and the merge
    block.  Differently from if-else, there is a block where the condition
    is evaluated and a block which `continue;` leads to (this last block is
    the only one allowed to back-jump to the beginning of the loop).
    
    Bug: angleproject:4889
    Change-Id: Ic59f4bf3e05fbf93cb5af85acd3bc4b0da8412af
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2957809
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Tim Van Patten <timvp@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