• Show log

    Commit

  • Hash : f405b999
    Author : Geoff Lang
    Date : 2024-01-19T11:18:49

    Make RefCountObject use atomics for the reference count
    
    When the context share lock is disabled it is possible for races
    with EGL Image reference counting causing the EGL Image to be deleted.
    egl::Image already protects its members with a mutex but the siblings
    also hold a reference to the egl::Image, if siblings are added and
    removed at the same time, writing to the ref count races and the
    egl::Image can be deleted while still being referenced.
    
    Bug: angleproject:6957
    Change-Id: I3da8691136b6dbcffb2094187c81cafda077e50d
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5214270
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Geoff Lang <geofflang@chromium.org>
    

  • 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