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
  • libANGLE
  • renderer
  • vulkan
  • android
  • WindowSurfaceVkAndroid.h
Find file
BlameHistoryPermalink
  • Shahbaz Youssefi's avatar
    Vulkan: implement swapchain resizing · ab5acbd5
    Shahbaz Youssefi authored Jan 23, 2019
    Vulkan allows a swapchain to be created based off of an older swapchain
    that's still presenting, to support seamless window resizing.  The old
    swapchain will remain alive (though no image can be acquired from it)
    and automatically cleaned once no image is being presented from it.
    
    The retired swapchain can be destroyed once all operations on its images
    are completed.  We store the old swapchain next to the serial of
    submission that's used for CPU throttling and defer the destroy call
    until after `finishToSerial` for that serial is called.
    
    Bug: angleproject:2942
    Change-Id: Ic62a5a57b712ffa2b087f5fecde0dc8942194075
    Reviewed-on: https://chromium-review.googlesource.com/c/1435634
    Commit-Queue: Shahbaz Youssefi <syoussefi@chromium.org>
    Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarYuly Novikov <ynovikov@chromium.org>
    ab5acbd5
WindowSurfaceVkAndroid.h 1.04 KB
EditWeb IDE
×

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