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
  • CopyTexImageTest.cpp
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: Implement GL_EXT_multisampled_render_to_texture · dcc56215
    Shahbaz Youssefi authored Jul 19, 2020
    This change allows the use of resolve attachments in the Vulkan backend.
    GL_EXT_multisampled_render_to_texture is implemented using this feature.
    The infrastructure for specifying resolve attachments is designed with
    eventual support for GL_EXT_multisampled_render_to_texture2 in mind as
    well as optimizations to glBlitFramebuffer() and multisampled
    backbuffers.
    
    Proper support for glRenderbufferStorageMultisampledEXT is still missing
    from this change.  All tests use this for the depth/stencil attachment
    and don't read back the data.  Currently, the depth/stencil attachment
    is created as a normal multisampled image.
    
    Bug: angleproject:4836
    Change-Id: I110a7f63312ae61a657b6094adf7d97c92bd5843
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2304170
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarTim Van Patten <timvp@google.com>
    dcc56215
CopyTexImageTest.cpp 33.9 KB
EditWeb IDE
×

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