• Show log

    Commit

  • Hash : 1d73bad5
    Author : Shahbaz Youssefi
    Date : 2022-10-01T22:50:48

    Vulkan: Fix reclear of rendered-to depth/stencil
    
    An optimization drops re-clears of images to the same value.  When a
    render pass does:
    
    - clear
    - render
    - store
    
    the "cleared" status of the image was removed because at the end of the
    render pass, the image no longer has the cleared value.  However, this
    was mistakenly only done for color, but should have been done for depth
    and stencil as well.
    
    Bug: b/239430388
    Change-Id: Ib99e0df460eaa82ce87b593276abd9b07f0a8375
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3931972
    Reviewed-by: Cody Northrop <cnorthrop@google.com>
    Reviewed-by: Amirali Abdolrashidi <abdolrashidi@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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags