• Show log

    Commit

  • Hash : 91263bbb
    Author : Charlie Lao
    Date : 2025-09-18T14:55:02

    Vulkan:Improve ContextVk::handleDirtyGraphicsDefaultAttribs
    
    ContextVk::handleDirtyGraphicsDefaultAttribs() calls
    updateDefaultAttrib(), which basically does the work
    ContextVk::onVertexArrayChange() is doing. This CL simplify the code by
    calling onVertexArrayChange directly from
    handleDirtyGraphicsDefaultAttribs. onVertexAttributeChange is removed.
    This also has the advantage that onVertexArrayChange put the for loop
    inside if check, versus current implementation does all the if check
    inside the for loop.
    
    Bug: b/439073246
    Change-Id: Ic7b7f531f2f831d16f34794e23fefc9569a3e142
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6967318
    Commit-Queue: Charlie Lao <cclao@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    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