• Show log

    Commit

  • Hash : d655ad29
    Author : Charlie Lao
    Date : 2022-05-31T14:20:16

    Vulkan: Add tests for FramebufferCache growth bugs
    
    When texture attached to FBO gets respecified, we shouldn't keep growing
    FramebufferCache.
    
    When texture attached to fbo get glTexParameteri(GL_TEXTURE_SWIZZLE_R)
    call with the same value, we should also not destroy/recreate
    framebuffers (in fact should not recreate VkImageView).  We ran into
    this usage pattern on surfaceflinger.
    
    When texture attached to fbo get glTexParameteri(GL_TEXTURE_SWIZZLE_R)
    call with different value, we should also not destroy/recreate
    framebuffers (in fact should not recreate VkImageView).  We ran into
    this usage pattern on surfaceflinger.
    
    Bug: b/234769934
    Bug: b/234602034
    Change-Id: I9fc881486f95cc3da843f50fa0a8cdcbfd4fc625
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3681081
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Ian Elliott <ianelliott@google.com>
    Commit-Queue: 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
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg thodg_l
    Tags