Skip to content

virgl: Don't encode link program CCMD in specific conditions

Maksym Wezdecki requested to merge mwezdeck/mesa:minor_fox_for_link_shader into main

Gallium usually provides VERTEX and FRAGMENT shaders to VirGL. If there is no VERTEX or FRAGMENT shader, then it means that application requested program linking and has not provided both shaders.

In such conditions Gallium will provide full two stages, but later.

Merge request reports