• Show log

    Commit

  • Hash : 93e99da3
    Author : Shahbaz Youssefi
    Date : 2025-02-05T11:23:50

    Vulkan: Fix bugs with varying precision fixer
    
    This transformation creates new variables and turns the original ones
    Private.  There were a few bugs where some transformations referred to
    the replaced id (larger than the original index bound) and had wrong
    look up (where e.g. they would cache something based on the original id,
    then try to look it up with the replaced id).
    
    This change makes it such that where needed, both the old and new ids
    are given to the various transformations, so they can look up with the
    old id, but output instructions with the replaced id.
    
    Bug: angleproject:386749841
    Bug: b/394299327
    Change-Id: Ie6b3c3445c440417cbbffdd849a036abfc504fe2
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/6235664
    Auto-Submit: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: Cody Northrop <cnorthrop@google.com>
    Reviewed-by: mohan maiya <m.maiya@samsung.com>
    Commit-Queue: Cody Northrop <cnorthrop@google.com>
    

  • 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 www_kmx_io thodg_w thodg_l thodg thodg_m
    Tags