• Show log

    Commit

  • Hash : 9a9ef0ae
    Author : Courtney Goeltzenleuchter
    Date : 2020-07-15T16:50:32

    Vulkan: Fix RTs attached to textures with non-0 mip
    
    Cleared confusion between GL level indices and VK level indices by
    adding the corresponding suffix to variables and function arguments.  A
    handful of places that sent one index and expected the other are fixed.
    
    A couple more places needed this adjustment that were missed in the
    first CL. Also included a test to provoke those situations.
    
    The conversion between the two is given by:
    
        levelIndexGL = levelIndexVk + baseLevel;
    
    Bug: angleproject:4695
    Change-Id: I3b8e5699abee1b011e52b666e6e245f44cb8ad6f
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2302549
    Reviewed-by: Cody Northrop <cnorthrop@google.com>
    Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@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