• Show log

    Commit

  • Hash : 1a9a703b
    Author : Charlie Lao
    Date : 2024-05-21T11:14:40

    Vulkan: Add DeviceQueueIndex to Context/BufferHelper/ImageHelper
    
    This CL adds a utility class DeviceQueueIndex, which encapsulates
    queueFamilyIndex and the queueIndex into one integer value so that we
    can pass around to barrier function. vk::Context and BufferHelper and
    ImageHelper class now keeps mCurrentDeviceQueueIndex instead of
    mCurrentQueueFamilyIndex. For All contexts by default it gets the
    default queue from renderer (which is always the one corresponding to
    Medium priority). For ContextVk, when priority changes it update
    mCurrentDeviceQueueIndex to match new context priority.
    
    Bug: b/337135577
    Change-Id: I62cc483cfdb3e974d38db074e671c57299300074
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5555903
    Reviewed-by: Yuxin Hu <yuxinhu@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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags