• Show log

    Commit

  • Hash : dcbe926e
    Author : Charlie Lao
    Date : 2025-09-10T17:17:58

    Vulkan: Avoid redundant updateVertexInput on disabled attribs
    
    When supportsVertexInputDynamicState feature is disabled, we are calling
    updateVertexInput right from VertexArray::syncState for both enabled and
    disabled attributes. But disabled attributes we are also calling
    contextVk->invalidateDefaultAttribute(attribIndex), which end up with
    VertexArrayVk::updateDefaultAttrib(), which calls updateVertexInput().
    This means updateVertexInput() are called twice for disabled attributes.
    This CL skips onVertexArrayChange for disabled attributes.
    
    Bug: b/439073246
    Change-Id: Icf9c08d1a920d9112ef4080b95d0451f6230c6dd
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6937213
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Charlie Lao <cclao@google.com>
    Reviewed-by: Amirali Abdolrashidi <abdolrashidi@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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags