• Show log

    Commit

  • Hash : e3b3dd68
    Author : Shahbaz Youssefi
    Date : 2024-11-14T23:00:52

    Vulkan: Optimize color clears vs read-only depth/stencil switch
    
    When switching to read-only depth/stencil mode, if the aspect that
    intends to be in read-only mode has a deferred clear, the clear is
    flushed separately beforehands (as that would be a write operation).
    
    Prior to this change, _all_ deferred clears were flushed for simplicity.
    In this change, only the aspect that is switching modes is cleared,
    leaving the other aspects free to be optimized as loadOp of the
    following render pass.
    
    Bug: angleproject:378058737
    Change-Id: Iba4371590bee99f5022575c09b0d32231562488c
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6019829
    Reviewed-by: Amirali Abdolrashidi <abdolrashidi@google.com>
    Reviewed-by: Charlie Lao <cclao@google.com>
    Commit-Queue: Shahbaz Youssefi <syoussefi@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