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,058
    • Issues 3,058
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,001
    • Merge requests 1,001
  • 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
  • !1868

prog_to_nir: produce scalar PSIZ output

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Iago Toral requested to merge itoral/mesa:nir_psiz_scalar into master Sep 04, 2019
  • Overview 9
  • Commits 3
  • Pipelines 4
  • Changes 3

Fixed function vertex programs were producing vec4 PSIZ with all components undefined but the first, this makes it so it produces a scalar output instead. We take advantage of this to simplify slightly the v3d point size NIR lowering pass, which no longer needs to handle the vec4 case.

@anholt: keeping my promise to not forget about fixing this :)

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: nir_psiz_scalar