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
  • include
  • platform
  • FeaturesVk.h
Find file
BlameHistoryPermalink
  • Mohan Maiya's avatar
    Vulkan: Add support for VK_KHR_image_format_list extension · 23d1f9b4
    Mohan Maiya authored Nov 02, 2020
    GLES sRGB extensions allows for a texture to be respecified, with say
    the sRGB_override extension, which will require us to reinterpret the
    data in the texture in sRGB colorspace (or linear depending on the
    format of the texture).
    
    If the underlying ICD supports VK_KHR_image_format_list extension we
    create a texture's backing VkImage with the
    VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT enabled since we already know the
    format we might need to reinterpret the texture as.
    
    Bug: angleproject:3609
    Bug: angleproject:4561
    Bug: angleproject:5281
    Change-Id: Ia4bed596ed3000f8af1a8fd73fb8e6c2cb9b5d6e
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2513110
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarShahbaz Youssefi <syoussefi@chromium.org>
    23d1f9b4
FeaturesVk.h 26.8 KB
EditWeb IDE
×

Replace FeaturesVk.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.