• Show log

    Commit

  • Hash : b480ba30
    Author : Christopher Cameron
    Date : 2023-09-18T17:30:09

    CopySubTexture: Fix premultiplied alpha
    
    When copying from an sRGB texture to a non-sRGB texture, un-do the
    sRGB-to-linear transform independently of the premultiply vs
    unpremultiply properties of the texture.
    
    The sRGB-to-linear transform performed during sampling is performed
    on the RGB part of the pixel, independent of the alpha channel's
    value. Un-do this part immediately before examining the alpha
    channel's value (and its premultiply vs unpremultiply state).
    
    Bug: angleproject:7907
    Change-Id: I50c8f56182a46957febcd1f7b7887b0956074bb8
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4872047
    Reviewed-by: Geoff Lang <geofflang@chromium.org>
    Commit-Queue: ccameron chromium <ccameron@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