• Show log

    Commit

  • Hash : ed5f7e4d
    Author : Jiacheng Lu
    Date : 2019-06-07T15:54:00

    Vulkan: Use a persistent CommandPool
    
    Previously transient CommandPool is used for CommandBuffer allocation,
    it is created and destroyed per frame. However, profiling found that
    CommandPool destroy is very inefficient. So this commit removed the
    previous logic and use two preallocated resetable CommandPools (One for
    Primary and One for Secondary)
    
    Bug: angleproject:3508
    Change-Id: I8b36f2738b082811c3177935c61b10e01acb6947
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1648667
    Commit-Queue: Tobin Ehlis <tobine@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Jamie Madill <jmadill@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