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.1k
    • Issues 3.1k
    • 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
  • !21603

intel: Allocate mesh shader URB space before task shader

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged José Roberto de Souza requested to merge zehortigoza/mesa:urb-allocation-order into main Feb 28, 2023
  • Overview 4
  • Commits 1
  • Pipelines 12
  • Changes 1

A future platform requires that mesh shader URB space be allocated before task shader URB space.

If task shader is enabled, it will align the mesh shader URB size to 8Kb and give the remaning back to task shader. Otherwise, no aligment is needed, and mesh shader will have all the URB space.

BSpec: 56229, 56230 Signed-off-by: José Roberto de Souza jose.souza@intel.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: urb-allocation-order