• Show log

    Commit

  • Hash : 9df57ec5
    Author : Charlie Lao
    Date : 2025-02-28T14:35:01

    Vulkan: Limit max vector size of mEmptySlotBits to 4
    
    Add another safety guard: in case of some uncommon usage case that we
    end up with one buffer/texture is part of many descriptorSets, skip the
    tracking logic in SharedCacheKeyManager to avoid the excessive overhead
    associated with it. The only downside is that when BufferBlock gets
    destroyed, we will not able to immediately destroy all cached
    descriptorSets that it is part of. They will still gets evicted later on
    if needed (see evictStaleDescriptorSets for detail). Based on 300+ app
    traces we have, this appears very rare situation.
    
    Also made this behavior limited to DescriptorSetCacheManager, so that
    FramebufferCacheManager will not get affected. FramebufferCacheManager
    does not have any cache eviction, so it is important that we always
    destroy cache when texture is destroyed.
    
    Bug: b/293297177
    Bug: b/384839847
    Change-Id: I0f1eb21b014f83675b14fb59ab59b5c694a421e9
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6314161
    Reviewed-by: Yuxin Hu <yuxinhu@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 www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags