Skip to content

Prepare GLSL compiler for GLSL_TYPE_FLOAT16

Kristian H. Kristensen requested to merge krh/mesa:mediump-support into master

This MR adds support for GLSL_TYPE_FLOAT16 throughout the GLSL code in preparation for the actual lowering of mediump to this type. No functional changes expected as nothing yet generates this type.

Merge request reports