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

aco: fix vertex fetch alignment issues on GFX10 and skip unused channels at the start

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Rhys Perry requested to merge pendingchaos/mesa:aco_vf_misc into master Dec 13, 2019
  • Overview 16
  • Commits 6
  • Pipelines 14
  • Changes 7

A similar alignment fix for NIR->LLVM was done in !2937 (merged)

This differs from the fix in !2937 (merged): instead of always splitting it into single component loads, it tries to use MUBUF or split the load into several 1, 2 or 3 component loads first

Edited Jan 13, 2020 by Rhys Perry
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: aco_vf_misc