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@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to