• Show log

    Commit

  • Hash : 408293f8
    Author : Jamie Madill
    Date : 2016-12-20T10:11:45

    D3D11: Fix stale SRVs with tiny depth textures.
    
    When the tiny depth texture would get re-created on change, it was
    not freeing any cached SRVs which were pointing to the old tex.
    Fix this by erasing the cache entry if the texure is recreated.
    
    Also include a test which hooks into the workarounds to force
    testing on every platform.
    
    Also narrow the workaround to only apply to depth/stencil textures
    which use these mips in GL, rather than D3D, where we always create
    a full mip chain.
    
    BUG=angleproject:1664
    
    Change-Id: If0ac396b8847e1bf9b50165e5332da573e9bb3e4
    Reviewed-on: https://chromium-review.googlesource.com/421567
    Commit-Queue: Jamie Madill <jmadill@chromium.org>
    Reviewed-by: Corentin Wallez <cwallez@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