• Show log

    Commit

  • Hash : 00b94fda
    Author : Charlie Lao
    Date : 2023-01-17T11:12:14

    Vulkan: CommandProcessor::WaitForWorkComplete only if needed
    
    When async command queue enabled, there is another queue (mTask) in
    CommandProcessor object. When we wait for a queueSerial to finish, right
    now we always flush everything from CommandProcessor (i.e, wait until
    mTask is empty), even though the work in mTask is unrelated to this
    queueSerial that waiting for. With the work of previous CLs, now we can
    actually wait for mTask to empty only if there is still pending
    submission of queueSerial.
    
    This CL also renames ComandProcessor::ensureNoPendingWork to
    waitForQueueSerialToBeSubmitted to reflect what it does (it does not
    wait for GPU to finish).
    
    Bug: b/261098465
    Change-Id: I0114dadd86a84f75bf8b71735f0adc0dbb9b6bf2
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4174873
    Reviewed-by: Amirali Abdolrashidi <abdolrashidi@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Charlie Lao <cclao@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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags