[Mesa-dev] [PATCH 0/2] debug feature to dump "get configs" and "chosen configs"
Silvestrs Timofejevs
silvestrs.timofejevs at imgtec.com
Fri Nov 9 18:04:10 UTC 2018
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
More information about the mesa-dev
mailing list