• Show log

    Commit

  • Hash : 790e0162
    Author : Charlie Lao
    Date : 2024-08-09T17:11:38

    Vulkan: Add dirty range to VertexConversionBuffer class
    
    Previously, ConversionBuffer only has a boolean indicates it is dirty or
    not. This CL adds mDirtyRange to it to indicate which range of data has
    been modified.  The existing dirty boolean has been changed to
    mEntireBufferDirty so that all the current code will still work. Right
    now mEntireBufferDirty is always set when we mark it dirty, which means
    entire buffer gets converted. mDirtyRange has not been used to reduce
    the data to be converted. Right now the range is always being merged to
    the existing range and not actually being used in this CL. It will be
    used in the next CL.
    
    Bug: b/357622380
    Change-Id: Ibfa702b29011f4e26c511d5db85c07cbf2a4aefb
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5778347
    Reviewed-by: Yuxin Hu <yuxinhu@google.com>
    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