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,047
    • Issues 3,047
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 989
    • Merge requests 989
  • 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
  • !20533

tu: Fix varyings interpolation reading stale values + cosmetic changes

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Danylo Piliaiev requested to merge Danil/mesa:turnip/fix/varyings-interp-mode-stale-data-read into main Jan 05, 2023
  • Overview 12
  • Commits 3
  • Pipelines 12
  • Changes 3

tu6_vpc_varying_mode returned how many bits are consumed IF they are non-zero, for SMOOTH mode nothing is written and it was treated like no bits were consumed.

When input with smooth interpolation was the last one and straddled the VPC_VARYING_INTERP_MODE regs, the last interp mode were not written.

Fixes misrendering in "Psychonauts 2".

Cc: mesa-stable


Force same value for flat.b sources along the way. And improved printing of FS varyings.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: turnip/fix/varyings-interp-mode-stale-data-read