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
  • Jiacheng Lu's avatar
    Vulkan: detect swapchain recreation passively · f116aa9c
    Jiacheng Lu authored Jun 17, 2019
    Currently ANGLE vulkan query current window size every frame to detect
    whether a swapchain recreation is needed, however profiling shows some
    bottle neck on window size query on X11. So here removing the per frame
    window size query and only depend the result of vkAcquireImage and
    VkQueuePresent to detect a need for swapchain recreation.
    
    Bug: angleproject:3535
    Change-Id: I4ddf70b973d78dfcd5f8fab28e29e802edad1b2d
    Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1662759Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
    Reviewed-by: 's avatarIan Elliott <ianelliott@google.com>
    Commit-Queue: Ian Elliott <ianelliott@google.com>
    f116aa9c
FeaturesVk.h 10.4 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.