Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • wlroots wlroots
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 345
    • Issues 345
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 138
    • Merge requests 138
  • 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

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • wlrootswlroots
  • wlrootswlroots
  • Merge requests
  • !3440

Draft: render/vulkan: add support for software rendering

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Simon Ser requested to merge emersion/wlroots:vulkan-software into master Jan 30, 2022
  • Overview 0
  • Commits 1
  • Pipelines 2
  • Changes 6

VK_EXT_external_memory_host allows us to instruct llvmpipe to render to an existing chunk of memory.

  • Check ext availability before using it
  • Figure out stride alignment
  • begin/end data ptr access when rendering

Future work:

  • Import shm buffers as textures via VK_EXT_external_memory_host too (!3705)
Edited Oct 27, 2022 by Simon Ser
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: vulkan-software