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,694
    • Issues 2,694
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 909
    • Merge requests 909
  • 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
  • !15956

panfrost: Rework dirty tracking for Valhall

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Alyssa Rosenzweig requested to merge alyssa/mesa:valhall-dt2 into main Apr 14, 2022
  • Overview 0
  • Commits 2
  • Pipelines 7
  • Changes 4

Midgard aggregates a large amount of state into its renderer state descriptor. Our current dirty tracking reflects this, with a single RENDERER dirty flag. That won't well on Valhall, which splits out orthogonal state into independent descriptors (a blend descriptor, a depth/stencil descriptor, and so on). To prepare for Valhall support, this patch moves the driver to finer dirty tracking.

Signed-off-by: Alyssa Rosenzweig alyssa@collabora.com

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: valhall-dt2