• Show log

    Commit

  • Hash : f1e19872
    Author : Shahbaz Youssefi
    Date : 2023-06-12T14:38:23

    Vulkan: Fix read pixels with RGBX
    
    Typically, the format used for data uploads and downloads as well as the
    storage format are consistent.  That is unfortunately not the case for
    GL_RGBX8_ANGLE where data uploads are through 3-byte RGB pixels while
    downloads are through 4-byte RGBX pixels.  This change swaps out RGBX
    for RGBA on the read pixels path.
    
    Test credit of Jason Macnak <natsu@google.com>
    
    Bug: b/246008627
    Test: atest CtsSkQPTestCases
    Change-Id: I531ebd8318bf4fe5ac09c623068b790a7e301428
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4608488
    Reviewed-by: Jason Macnak <natsu@google.com>
    Auto-Submit: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    Commit-Queue: Geoff Lang <geofflang@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