• Show log

    Commit

  • Hash : 3eb2bcf7
    Author : Shahbaz Youssefi
    Date : 2022-04-27T16:13:04

    Vulkan: Fix syncval errors with DONT_CARE for unused attachments
    
    DONT_CARE is a write operation for synchronization purposes.  ANGLE
    doesn't synchronize depth/stencil attachments that are not written to,
    as it uses the read-only layout.
    
    This change makes sure LOAD/STORE_OP_NONE are used instead of DONT_CARE
    for attachments that are not used, even if they don't have defined
    contents.  This allows ANGLE to continue to not do additional
    synchronization.
    
    Bug: angleproject:5371
    Bug: angleproject:5962
    Bug: angleproject:6411
    Bug: angleproject:6584
    Change-Id: I539379aa34f6655f00e798e8c4a5c57f40f7a12d
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3612182
    Reviewed-by: Jamie Madill <jmadill@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 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 www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags