Skip to content

glsl: add internal shader parameter for shader compilation

Tapani Pälli requested to merge tpalli/mesa:internal-shaders into master

With this we can choose to skip some of the parser checks and compile shaders independent of what features has been enabled for the context.

Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports