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

anv: call nir_shader_gather_info early

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Marcin Ślusarz requested to merge mslusarz/mesa:anv-gather into main Mar 08, 2023
  • Overview 4
  • Commits 1
  • Pipelines 4
  • Changes 1

Shader info is needed for mesh in linking (in nir_lower_io_to_scalar_early, see commit 5e144454) and will be needed once MR !17622 (merged) (anv: work around for per-prim attributes corruption) lands.

This fixes func.mesh.ext.outputs.per_primitive.unused crucible test on DG2. (I didn't know this test wasn't fixed by 5e144454, because I was testing with !17622 (merged) merged-in, which added its own nir_shader_gather_info before nir_lower_io_to_scalar_early).

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: anv-gather