Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • wlroots wlroots
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 325
    • Issues 325
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 133
    • Merge requests 133
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • wlrootswlroots
  • wlrootswlroots
  • Merge requests
  • !3880

Draft: render/vulkan: use stage buffers for read_pixels

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Simon Ser requested to merge emersion/wlroots:vk-read-pixels-stage-buf into master Nov 25, 2022
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 2

No need to roll our own cache machinery here, stage buffers already do it (and more) for us. Should improve performance when multiple screens with a different resolution are captured.

Closes: #3525


TODO: with this we loose VK_MEMORY_PROPERTY_HOST_CACHED_BIT.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: vk-read-pixels-stage-buf