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
  • SRGBTextureTest.cpp
Find file
BlameHistoryPermalink
  • Brandon Schade's avatar
    Vulkan: Implement EXT_texture_format_sRGB_override · 8f6d1af9
    Brandon Schade authored Mar 19, 2020
    Implemented support for EXT_texture_format_sRGB_override
    This is done by creating new imageviews for textures with sRGB
    overridden that reinterpret the format to its sRGB counterpart.
    As preparation for this, textures that use this feature are
    reallocated with VK_IMAGE_CREATE_MUTABLE_FORMAT_BIT. This will
    have a performance cost for textures that use this feature, but
    should have no performance cost for regular textures, since they
    will not have this bit set.
    
    Bug: angleproject:4561
    Test: angle_end2end_tests --gtest_filter=SRGBTextureTest.*Vulkan*
    Change-Id: Iba25f1f2b0a7227959c1cb4ba6e3ca8311c20d06
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2152145
    Commit-Queue: Mohan Maiya <m.maiya@samsung.com>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    8f6d1af9
SRGBTextureTest.cpp 13.7 KB
EditWeb IDE
×

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