• Show log

    Commit

  • Hash : 038ad6c7
    Author : Geoff Lang
    Date : 2024-04-23T13:23:04

    EGL: Use unlocked tail calls for surface, sync and img calls
    
    EGL surface and sync calls can be expensive to do while holding the
    global lock on EGL. They are safe because the parameters are captured
    by value and the underlying EGL driver is also thread safe.
    
    EGL image creation also tends to be expensive and is called freqently
    by Chrome.
    
    Bug: angleproject:8434
    Change-Id: I7e554fe2e3700d98469de267f7bbff1e96358c78
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5478229
    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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags