Skip to content

compiler: decouple glsl_types.* from src/mesa/* and src/compiler/glsl/*

Yonggang Luo requested to merge lygstate/mesa:decouple-glsl_types into main

glsl_types are accessed by both opengl and vulkan, and glsl are depends on glsl_types. So there is circular dependencies between them, Remove the circular depedencies is needed for decouple libcompiler as standalone shared library.

Merge request reports