Skip to content
GitLab
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 3,053
    • Issues 3,053
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 998
    • Merge requests 998
  • 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
  • !12918

freedreno/a6xx: Pre-bake SO-disable stateobj

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Rob Clark requested to merge robclark/mesa:fd/prebaked-so-disable into main Sep 17, 2021
  • Overview 1
  • Commits 1
  • Pipelines 4
  • Changes 4

No need to re-create this every time we transition from stream-out enabled to disabled.

Creation of streamout_disable_stateobj is deferred until we create a program state using streamout to avoid creating it unnecessarily and because fd6_prog_init() is called before ctx->pipe is created. (Changing that ordering is complicated by the fact that u_blitter copies pctx->bind_fs_state(), and friends.)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fd/prebaked-so-disable