Re: [Mesa-dev] [PATCH v2 3/3] egl: add config debug printout (v2)

2019-01-08 Thread Eric Engestrom
On Thursday, 2018-12-20 10:02:35 +, Silvestrs Timofejevs wrote: > Feature to print out EGL returned configs for debug purposes. > > 'eglChooseConfig' and 'eglGetConfigs' debug information printout is > enabled when the log level equals '_EGL_DEBUG'. The configs are > printed, and if any of

[Mesa-dev] [PATCH v2 3/3] egl: add config debug printout (v2)

2018-12-20 Thread Silvestrs Timofejevs
Feature to print out EGL returned configs for debug purposes. 'eglChooseConfig' and 'eglGetConfigs' debug information printout is enabled when the log level equals '_EGL_DEBUG'. The configs are printed, and if any of them are "chosen" they are marked with their index in the chosen configs array.