• Show log

    Commit

  • Hash : 74609065
    Author : Igor Nazarov
    Date : 2024-11-27T16:09:44

    Vulkan: Fix finishOneCommandBatchAndCleanupImplLocked
    
    Fix the `finishOneCommandBatchAndCleanupImplLocked()` to always do
    cleanup regardless if there is something to finish. This method is
    designed not only to free space in `mInFlightCommands` but also to
    cleanup already retired commends (in `mFinishedCommandBatches`) and
    renderer's garbage. In case if `mInFlightCommands` is empty cleanup was
    skipped - which is incorrect.
    
    Change removed `Impl` from the name since it is already have `Locked`.
    The `finishOneCommandBatchAndCleanup()` is updated to simply call the
    locked version with the mutex lock held.
    
    Change also improved `FixedQueue` assertions (always check that
    `mSize <= mMaxSize`).
    
    Bug: b/280304441
    Change-Id: I67bd7c35b164b84e9c07306a5bf48b0adefdfa5e
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6055419
    Commit-Queue: Igor Nazarov <i.nazarov@samsung.com>
    Reviewed-by: 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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags