• Show log

    Commit

  • Hash : 21c5af31
    Author : Tobin Ehlis
    Date : 2020-04-20T10:29:13

    Vulkan:Migrate events and queries to secondary Cmd Buffer
    
    Replace flushAndGetPrimaryCommandBuffer() function with
    endRenderPassAndGetCommandBuffer() for events and queries. The end
    result should be the same, but this allows a number of places that were
    putting commands directly into the primary to put the commands into
    ANGLE's custom SecondaryCommandBuffer (SCB) instead.
    
    This also fixes a couple of minor bugs related to command buffer
    ordering. flushAndBeginRenderPass() now flushes any outside
    RenderPass (RP) commands first. Also, when insideRP commands are
    flushed to the primary, set "mHasPrimaryCommands = true;"
    
    Bug: b/153666475
    Change-Id: I68413f25d27175afed0a20bc49f22f4c8d01e4fb
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2156932
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Charlie Lao <cclao@google.com>
    Commit-Queue: Tobin Ehlis <tobine@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_l thodg
    Tags