Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.2k
    • Issues 3.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1k
    • Merge requests 1k
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • MesaMesa
  • mesamesa
  • Merge requests
  • !1178

virgl: Introduce and use virgl_staging_mgr

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Alexandros Frantzis requested to merge afrantzis/mesa:virgl-staging-mgr into master Jun 25, 2019
  • Overview 19
  • Commits 5
  • Pipelines 10
  • Changes 14

Add a manager for the staging buffer used in virgl. The staging manager is heavily inspired by u_upload_mgr, but is simpler and is a better fit for virgl's purposes. In particular, the staging manager:

  • Allows concurrent staging allocations.
  • Calls virgl directly to create map resources, avoiding unnecessarily going through gallium resources and transfers.

Signed-off-by: Alexandros Frantzis alexandros.frantzis@collabora.com

Edited Jun 26, 2019 by Alexandros Frantzis
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: virgl-staging-mgr