Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
A
angle
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • angle
  • Repository

Switch branch/tag
  • angle
  • src
  • tests
  • gl_tests
  • FramebufferTest.cpp
Find file
BlameHistoryPermalink
  • Courtney Goeltzenleuchter's avatar
    Vulkan: Fix RTs attached to textures with non-0 mip · 9a9ef0ae
    Courtney Goeltzenleuchter authored Jul 15, 2020
    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/+/2302549Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    Commit-Queue: Courtney Goeltzenleuchter <courtneygo@google.com>
    9a9ef0ae
FramebufferTest.cpp 60 KB
EditWeb IDE
×

Replace FramebufferTest.cpp

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.