• Show log

    Commit

  • Hash : 7cbac5de
    Author : Charlie Lao
    Date : 2024-05-16T10:01:41

    Vulkan: Switch RefCountedEventCollector to use std::deque
    
    Right now it is using std::vector. The vector could potentially grow
    big. The grow is costly with vector when storage has to resize. This CL
    switches it to use std::deque.
    
    Bug: b/293297177
    Bug: b/336844257
    Change-Id: Ia407e7d4e1b68bd0cb7cf76ccc5e7523c0e83415
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5545882
    Reviewed-by: Roman Lavrov <romanl@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags