Re: [Mesa-dev] [PATCH 3/4] mesa: add GLSLVersionCompat constant

2018-05-07 Thread Timothy Arceri
On 08/05/18 10:49, Timothy Arceri wrote: This allows drivers to define what version of GLSL they support in compat. This will be needed in order to support comapat 3.2 without breaking driver that wont support it. This also fixes MESA_GLSL_VERSION_OVERRIDE for compat. Sorry no it doesn't fix

[Mesa-dev] [PATCH 3/4] mesa: add GLSLVersionCompat constant

2018-05-07 Thread Timothy Arceri
This allows drivers to define what version of GLSL they support in compat. This will be needed in order to support comapat 3.2 without breaking driver that wont support it. This also fixes MESA_GLSL_VERSION_OVERRIDE for compat. --- src/mesa/drivers/dri/i915/intel_extensions.c | 1 + src/mesa/driv