• Show log

    Commit

  • Hash : 53b65950
    Author : Charlie Lao
    Date : 2023-01-27T13:17:13

    Vulkan: Fold ThreadSafeCommandProcessor back to CommandProcessor
    
    In earlier CL crrev.com/c/4156637, I added ThreadSafeCommandProcessor to
    wrap CommandProcessor public APIs with a mutex lock. This CL folds
    ThreadSafeCommandProcessor back into CommandProcessor so that we only
    have one class to deal with. CommandProcessor itself is thread safe
    already, we really do not need mutex for that. The only place that might
    still need the mutex in ThreadSafeCommandProcessor is that while we wait
    for mTasks to become empty, previously the lock in
    ThreadSafeCommandProcessor will block context from submitting new work
    to mTasks. In order to keep that behavior, mSubmissionMutex is added
    just for this purpose.
    
    Bug: b/266605181
    Change-Id: If8844a3000712bf4fcf89a4f8098b7a745a30e99
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4198480
    Reviewed-by: Amirali Abdolrashidi <abdolrashidi@google.com>
    Commit-Queue: Charlie Lao <cclao@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags