Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
mesa
mesa
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 2,372
    • Issues 2,372
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 659
    • Merge Requests 659
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Mesa
  • mesamesa
  • Merge Requests
  • !4732

Merged
Opened 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
None
Milestone
None
Assign milestone
Time tracking
Reference: mesa/mesa!4732
Source branch: review/st-point-coord