• Show log

    Commit

  • Hash : d8dc3cc2
    Author : Charlie Lao
    Date : 2025-08-02T12:02:20

    Remove shared context lock from glVertexAttrib{I}Format
    
    This CL removes shared context lock from glVertexAttribFormat() and
    glVertexAttribIFormat() APIs, since they no longer access anything
    outside VertexArrayPrivate. The main problem I had run into is
    validation code. Before this CL, ValidateIntegerVertexFormat() needs
    context's mStateCache for  mCachedVertexAttribTypesValidation and
    mCachedIntegerVertexAttribTypesValidation. Given these two cached value
    are constant after initialization, in this CL, I have moved them to
    PrivateStateCache. PrivateStateCache argument is added to
    ValidateVertexAttribFormat() and ValidateVertexAttribIFormat() to get
    them access to mCachedIntegerVertexAttribTypesValidation.
    
    Bug: b/433331119
    Change-Id: Ifc3fbed32b4d3722c335dd2c393bc6519ed0b544
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6822032
    Reviewed-by: Amirali Abdolrashidi <abdolrashidi@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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags