• Show log

    Commit

  • Hash : 2f2cdbb8
    Author : Geoff Lang
    Date : 2024-08-19T11:05:22

    D3D11: Fix uniform setting for mat3 followed by float
    
    A single float following a float3x3 will pack tightly in the last row
    of the matrix. The uniform setting code for matricies would write a
    full row stride's worth of data for the last matrix row, overwriting
    the float packed at the end.
    
    Update ExpandMatrix to only write colsSrc worth of values in the last
    row.
    
    Bug: angleproject:42266878, chromium:345525082
    Change-Id: Ieb616972387501cd8c30f02b267f86a7f81cf01a
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5796631
    Reviewed-by: Yuxin Hu <yuxinhu@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Yuly Novikov <ynovikov@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
    kc3_lang_org thodg_w www_kmx_io thodg_l thodg thodg_m
    Tags