Skip to content

Use the NIR based program resource list builder for GLSL

Timothy Arceri requested to merge tarceri/mesa:nir_linker into master

Currently the builder is only used for spirv support. This series updates it to support GLSL features that are optional in the spirv implementation and makes the necessary changes to use the NIR builder rather than the GLSL IR builder.

The motivation behind this series is to get us one more step closer to being able to implement a NIR based linker for GLSL.

Merge request reports