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,873
    • Issues 2,873
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 899
    • Merge requests 899
  • 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
  • !4732

Merged
Created Apr 24, 2020 by Connor Abbott@cwabbott0Developer

mesa/st and freedreno: Remap VARYING_SLOT_PNTC properly

  • Overview 4
  • Commits 2
  • Pipelines 4
  • Changes 2

freedreno seems to be the only Gallium driver using NIR not to enable PIPE_CAP_TGSI_TEXCOORD. The state tracker is supposed to map the special TEXCOORD varyings as well as gl_PointCoord to normal varyings in this case, but it was failing to do so for gl_PointCoord which led to a hack in ir3 that was breaking turnip.

This is one of two fixes required for gl_PointCoord to work correctly in turnip, but I thought I'd split it out for visibility as it touches mesa/st.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: review/st-point-coord