Skip to content
GitLab
  • Menu
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 2,710
    • Issues 2,710
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 903
    • Merge requests 903
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge requests
  • !15811

iris: Fix buffer alignments and copy offsets

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Jason Ekstrand requested to merge jekstrand/mesa:iris/buffer-offset-align into main Apr 07, 2022
  • Overview 4
  • Commits 3
  • Pipelines 3
  • Changes 9

When we added an alignment parameter to iris_bo_alloc(), we just set 1 a bunch of places even though that's clearly wrong. I don't know why we haven't noticed except maybe we just allocate big enough sizes that nothing's ever gotten aligned down particularly badly. In any case, we should pass reasonable alignment parameters. This also fixes one more instance of not handling iris_resource::offset.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: iris/buffer-offset-align