Re: [Mesa-dev] [PATCH 2/2] egl: add config debug printout

2018-12-20 Thread Eric Engestrom
On Thursday, 2018-12-20 08:30:53 +, Silvestrs Timofejevs wrote: > Eric, thank you for reviewing my patch. I have expanded little bit > on some of your comments bellow. I will be sending fallow up V2 of the patch > shortly. > On Thu, Dec 06, 2018 at 11:00:25AM +, Eric Engestrom wrote:

Re: [Mesa-dev] [PATCH 2/2] egl: add config debug printout

2018-12-20 Thread Silvestrs Timofejevs
Eric, thank you for reviewing my patch. I have expanded little bit on some of your comments bellow. I will be sending fallow up V2 of the patch shortly. On Thu, Dec 06, 2018 at 11:00:25AM +, Eric Engestrom wrote: > On Friday, 2018-11-09 18:04:12 +, Silvestrs Timofejevs wrote: > > Feature

Re: [Mesa-dev] [PATCH 2/2] egl: add config debug printout

2018-12-06 Thread Eric Engestrom
On Friday, 2018-11-09 18:04:12 +, 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 them

[Mesa-dev] [PATCH 2/2] egl: add config debug printout

2018-11-09 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.