• Show log

    Commit

  • Hash : 4f87f4e9
    Author : Igor Nazarov
    Date : 2023-03-03T13:19:09

    Vulkan: Add useResetCommandBufferBitForSecondaryPools feature.
    
    Currently ANGLE does not use "vkResetCommandBuffer()" on Vulkan
    Secondary Command Buffers. Instead it uses "vkFreeCommandBuffers()" and
    "vkAllocateCommandBuffers".
    
    According to spec, "VK_COMMAND_POOL_CREATE_RESET_COMMAND_BUFFER_BIT" is
    required only for command buffer reset operations.
    
    However, some ARM drivers may not free memory in
    "vkFreeCommandBuffers()" without this flag.
    
    Bug: angleproject:8059
    Change-Id: Ibfe45bca345dc48484b625c450369d30805cec77
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4306722
    Reviewed-by: Charlie Lao <cclao@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Igor Nazarov <i.nazarov@samsung.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