Re: [Mesa-dev] [PATCH mesa] egl: properly count configs

2017-06-20 Thread Emil Velikov
On 16 June 2017 at 00:55, Eric Engestrom wrote: > dri2_conf represents a similar config (which shouldn't be counted) > if its config has the ID EGL_DONT_CARE. > > Reported-by: Liu Zhiquan > Signed-off-by: Eric Engestrom > --- > > Re-implemented Liu Zhiquan's fix, without all the unnecessary chan

[Mesa-dev] [PATCH mesa] egl: properly count configs

2017-06-15 Thread Eric Engestrom
dri2_conf represents a similar config (which shouldn't be counted) if its config has the ID EGL_DONT_CARE. Reported-by: Liu Zhiquan Signed-off-by: Eric Engestrom --- Re-implemented Liu Zhiquan's fix, without all the unnecessary changes, and applied to all platforms, but with one major change: c