Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • mesa mesa
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,075
    • Issues 3,075
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1,006
    • Merge requests 1,006
  • 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

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • MesaMesa
  • mesamesa
  • Merge requests
  • !16598

svga: add need_texcoord_semantic to tgsi_add_point_sprite & tgsi_add_aa_point

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Charmaine Lee requested to merge charmainel/mesa:fix-svga-point-sprite into main May 18, 2022
  • Overview 1
  • Commits 2
  • Pipelines 6
  • Changes 8

Since PIPE_CAP_TGSI_TEXCOORD is now set in SVGA vgpu10 driver, we need to add a new parameter need_texcoord_semantic to tgsi_add_point_sprite and tgsi_add_aa_point to allow setting texcoords using tgsi texcoord semantic. Both of these tgsi utilities are used by SVGA driver only.

/cc @bhenden

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix-svga-point-sprite