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,032
    • Issues 3,032
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 993
    • Merge requests 993
  • 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
  • !19418

zink: Use correct lineMode with VK_POLYGON_MODE_LINE

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Connor Abbott requested to merge cwabbott0/mesa:review/zink-linemode-polygonmode into main Oct 31, 2022
  • Overview 8
  • Commits 1
  • Pipelines 6
  • Changes 2

We were trying to figure out when the line mode was actually used when creating the gfx pipeline but forgetting about polygonMode. This was causing spurious differences in a trace with turnip once ds3 was enabled because the dynamic path always sets the line mode.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: review/zink-linemode-polygonmode