Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • V virglrenderer
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 90
    • Issues 90
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 39
    • Merge requests 39
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • !644

Link shader command

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Antonio Caggiano requested to merge Fahien/virglrenderer:link-program into master Nov 04, 2021
  • Overview 26
  • Commits 2
  • Pipelines 32
  • Changes 8

Add a new command associated to glLinkProgram. With this we should be able to compile and link shaders when requested by the user.

Together with the command we expect an array of shader handles attached to the program, where each position of the array corresponds to a pipe shader type.

Corresponding to mesa/mesa!13674 (merged)

Related to !642 (merged)

Edited Nov 04, 2021 by Antonio Caggiano
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: link-program