• Show log

    Commit

  • Hash : 9049d321
    Author : Geoff Lang
    Date : 2019-03-27T14:08:44

    Vulkan: Pass the current context to egl Sync operations.
    
    The EGL_KHR_fence_sync spec says that if a flush is needed before waiting
    on the sync, it's done on the current context for the current thread.
    
    This helps simplify the multithreading design, we don't need to worry about
    flusing on a context that may no longer exist or is executing on a different
    thread.  It does allow infinite waits because the context with the fence is
    never flushed but the spec allows this.
    
    BUG=angleproject:2464
    
    Change-Id: I8bf2f93c408fee2dae95caa5bb9c76ba67687931
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1542256
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Jamie Madill <jmadill@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_l thodg
    Tags