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,031
    • Issues 3,031
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 996
    • Merge requests 996
  • 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
  • !2010

anv: skip clip distance slots if were not requested

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Juan A. Suárez requested to merge jasuarez/mesa:review/skip-clipdistance into master Sep 17, 2019
  • Overview 16
  • Commits 3
  • Pipelines 9
  • Changes 3

When computing the VUE map, in SSO mode (which is the one used in Vulkan), the slot for gl_ClipDistance is always reserved.

But later in the pipeline when emitting 3DSTATE_SBE we need to take this in account, because if the clip distance was not requested we need to skip it.

This fixes dEQP-VK.pipeline.max_varyings.*

Edited Mar 31, 2020 by Juan A. Suárez
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: review/skip-clipdistance