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
  • !2925

mesa/main/util: moving gallium u_mm to util, remove main/mm

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Alejandro Piñeiro requested to merge apinheiro/mesa:apinheiro/move-mm into master Nov 29, 2019
  • Overview 5
  • Commits 1
  • Pipelines 2
  • Changes 11

Right now there are two copies of mm:

  • mesa/main/mm.[ch]
  • gallium/auxiliary/util/u_mm.[ch]

At some point they splitted, and from the commit message it was not clear why it was not possible to have only one copy at a common place.

Taking into account that was several years ago, Im assuming that it was not possible then.

This change would allow to have one copy of the same code, and also being able to use that code out of mesa/main or gallium, if needed.

This commit moves u_mm and removes mm, as u_mm has slightly more changes.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: apinheiro/move-mm