Re: [Mesa-dev] [PATCH 1/3] gallium: add PIPE_CAP_ESSL_FEATURE_LEVEL

2019-03-21 Thread Ilia Mirkin
Reviewed-by: Ilia Mirkin On Thu, Mar 21, 2019 at 9:55 AM Rob Clark wrote: > > Adds a new cap to allow drivers to expose higher shading language > versions in GLES contexts, to avoid having to report an artificially > low version for the benefit of GL contexts. > > The motivation is to expose

[Mesa-dev] [PATCH 1/3] gallium: add PIPE_CAP_ESSL_FEATURE_LEVEL

2019-03-21 Thread Rob Clark
Adds a new cap to allow drivers to expose higher shading language versions in GLES contexts, to avoid having to report an artificially low version for the benefit of GL contexts. The motivation is to expose EXT_gpu_shader5 even though a driver may not support all the features needed for the