• Show log

    Commit

  • Hash : df6b7298
    Author : Charlie Lao
    Date : 2020-10-12T13:39:09

    Vulkan: Use StoreOp_None_QCOM for read only depth stencil buffer
    
    For read only depth stencil buffers, there is no need to store depth or
    stencil value. But we can not use DontCare for storeOp because vulkan
    core spec says DontCare indicates data is undefined after this.
    VK_QCOM_render_pass_store_ops extension introduces a new store op that
    will leave data defined but skip the store. This CL utilize this if the
    extension is available.
    
    Bug: angleproject:5055
    Change-Id: I104f3d01eb342a2d0cc900f342430e901bde1bff
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2462604
    Commit-Queue: Charlie Lao <cclao@google.com>
    Reviewed-by: Tim Van Patten <timvp@google.com>
    Reviewed-by: Jamie Madill <jmadill@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