• Show log

    Commit

  • Hash : 065b80a6
    Author : Amirali Abdolrashidi
    Date : 2025-07-10T15:50:43

    Vulkan: Remove the enum to indicate submitted CB
    
      Currently, the function ContextVk::submitCommands() takes the
    following enum to indicate whether all command buffers or only
    the outside command buffer is submitted: "Submit"
    However, ContextVk::submitCommands() is only called twice. Also,
    this enum is only used to manage a few things, such as garbage
    collection, and finalizing foreign image layouts.
    It is possible to move these operations to the respective callers
    and remove this enum completely.
    
    * Moved the operations relying on the enum "Submit" to the locations
      before submitCommands() as required.
    * Removed the enum "Submit".
    
    (Credit for the idea to move the ops up to the callers: cclao)
    
    Bug: b/425987310
    Change-Id: Ic0e1c15ee3d2e7cf22a4f7a57b6ac31acc38c861
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6724899
    Reviewed-by: Charlie Lao <cclao@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Amirali Abdolrashidi <abdolrashidi@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