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
  • common
  • bitset_utils.h
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Fix mipmap generation and level redefinition · 6b49449d
    Shahbaz Youssefi authored Jun 25, 2020
    When generating mipmaps, the non-base levels are redefined to be
    compatible.  mRedefinedLevels was not updated to take this into account,
    resulting in invalid copies to the image.
    
    Additionally, noted a few spots where ImageDesc is used to respecify the
    image, but those are not up-to-date when the backend functions are
    called.  Changed those to directly get the necessary information from
    the allocated image.
    
    Bug: chromium:1094644
    Bug: chromium:1094599
    Change-Id: I2afc9e5a53f24ef56836c5d7eec2e3e11df0ef61
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2267423Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    6b49449d
bitset_utils.h 14.7 KB
EditWeb IDE
×

Replace bitset_utils.h

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.