Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3.2k
    • Issues 3.2k
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1k
    • Merge requests 1k
  • 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
  • !3266

lima: fix allocation of GP outputs storage for indexed draw

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Vasily Khoruzhick requested to merge anarsoul/mesa:lima-fix-varyings-for-idx-draw into master Jan 03, 2020
  • Overview 4
  • Commits 1
  • Pipelines 6
  • Changes 1

For indexed draw number of VS invocations is (ctx->max_index - ctx->min_index + 1), so we have to use this number when calculating space for varyings, gl_Position and gl_PointSize.

Signed-off-by: Vasily Khoruzhick anarsoul@gmail.com

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: lima-fix-varyings-for-idx-draw