[Mesa-dev] [PATCH 0/2] debug feature to dump "get configs" and "chosen configs"

Silvestrs Timofejevs silvestrs.timofejevs at imgtec.com
Fri Nov 30 09:32:27 UTC 2018


On Fri, Nov 09, 2018 at 06:04:10PM +0000, Silvestrs Timofejevs wrote:
> This patch series provides an easy way to see what configs
> have been returned by the 'eglGetConfigs' and 'eglChooseConfig'
> functions, and give an overview of config attributes.
> 
> Silvestrs Timofejevs (2):
>   egl: introduce a log level getter function
>   egl: add config debug printout
> 
>  src/egl/Makefile.sources      |   4 +-
>  src/egl/main/eglconfig.c      |  20 ++-
>  src/egl/main/eglconfigdebug.c | 277 ++++++++++++++++++++++++++++++++++++++++++
>  src/egl/main/eglconfigdebug.h |  55 +++++++++
>  src/egl/main/egllog.c         |   9 ++
>  src/egl/main/egllog.h         |   4 +
>  src/egl/meson.build           |   2 +
>  7 files changed, 366 insertions(+), 5 deletions(-)
>  create mode 100644 src/egl/main/eglconfigdebug.c
>  create mode 100644 src/egl/main/eglconfigdebug.h
> 
> -- 
> 2.7.4
> 
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Hi,

just wondering if anyone had a chance to have a look at this patch?

Thanks,
Silvestrs


More information about the mesa-dev mailing list