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

zink+gallium/u_transfer_helper: unify full api and (de)interleave api

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Erik Faye-Lund requested to merge kusma/mesa:transfer-helper-cleanup into main Aug 09, 2022
  • Overview 35
  • Commits 4
  • Pipelines 21
  • Changes 11

Zink uses a subset of the u_transfer_helper API that only supports (de)interleaving z/stencil buffers. But doing this currently makes it impossible to use the other features of u_transfer_helper without duplicating their logic. This unifies these code-paths into one, so we can start using other helpers in the future.

I'm not terribly happy with the U_TRANSFER_HELPER_* flag names, especially U_TRANSFER_HELPER_INTERLEAVE_IN_PLACE. But I can't come up with better ones, it seems... Better suggestions are welcome!

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: transfer-helper-cleanup