• Show log

    Commit

  • Hash : e70b9b4f
    Author : Sunny Sachanandani
    Date : 2023-06-26T14:03:54

    gl: Use ANGLE_GL_TRY_ALWAYS_CHECK for CopyTexSubImage
    
    CopyTexSubImage fails with certain formats on Pixel 2 & 4 with a driver
    error. TextureGL::copySubTextureHelper has a fallback path to handle
    errors, but it gets skipped because BlitGL::copyTexSubImage uses
    ANGLE_GL_TRY which doesn't check for GL errors in release builds. This
    CL fixes that by using ANGLE_GL_TRY_ALWAYS_CHECK instead which is anyway
    intended for any GL call that might allocate memory behind the scenes.
    
    Bug: chromium:1458040
    Change-Id: If660f3ef9968338d4ecf7fa20ab481aad84ed981
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4662093
    Auto-Submit: Sunny Sachanandani <sunnyps@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 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