Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • V virglrenderer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 78
    • Issues 78
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 38
    • Merge requests 38
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • virgl
  • virglrenderer
  • Merge requests
  • !832

shader: remove obsolete layout handling code and fix variable names

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Gert Wollny requested to merge gerddie/virglrenderer:fix-array-layout-matching into master Jun 16, 2022
  • Overview 2
  • Commits 2
  • Pipelines 8
  • Changes 1

This reinstates 99f8cd3d and removes the suffix from the variable that encodes the array ID.

It can't be assumed that the array IDs are always in the same order for all shaders, but since we removed the use of enhanced layouts, the array id encoding is no longer relevant, because for each SID we can have only one array.

Closes: #266 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fix-array-layout-matching