• Show log

    Commit

  • Hash : ff110417
    Author : Roman Lavrov
    Date : 2023-04-21T15:16:03

    Vulkan: Emulate RGB32 uniform texel buffers when unsupported
    
    Applies to: GL_RGB32F, GL_RGB32I, GL_RGB32UI
    
    When VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT is specified for these
    formats by the Vulkan driver, behavior is the same as before.
    
    When it is not speficied: previously ANGLE wouldn't enable
    GL_EXT_texture_buffer unless exposeNonConformantExtensionsAndVersions
    was enabled; now ANGLE always enables it and does the RGB->RGBA
    conversion (GPU) under the hood and tracks buffer content updates using
    the paths added for tracking this for Vertex Arrays.
    
    Bug: b/278585075
    Bug: angleproject:8128
    Change-Id: I4605719bf3f51c5a10c1a35ecae767833dcd45d7
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4456498
    Commit-Queue: Roman Lavrov <romanl@google.com>
    Reviewed-by: Charlie Lao <cclao@google.com>
    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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags