[Mesa-dev] [PATCH 0/2] support config for third-party DRI driver load

Qiang Yu Qiang.Yu at amd.com
Wed Aug 1 11:10:06 UTC 2018


This patch series is discussed in thread:
https://lists.freedesktop.org/archives/mesa-dev/2018-July/201348.html

amdgpu-pro driver can use drirc config to override the mesa radeonsi
dri driver so that it can use the mesa libgbm instead of maintain
a customized one.

We also expand drirc config file location to some directories for the
ease of driver and application to add their own config files.

Qiang Yu (2):
  xmlconfig: read more config files from drirc.d/
  loader: add dri_driver drirc option to override dri driver to load

 docs/autoconf.html           |  11 ++++-
 src/loader/loader.c          |  75 ++++++++++++++++++++++++-------
 src/util/Makefile.am         |   1 +
 src/util/meson.build         |   4 +-
 src/util/xmlconfig.c         | 104 +++++++++++++++++++++++++++++--------------
 src/util/xmlpool/t_options.h |   5 +++
 6 files changed, 147 insertions(+), 53 deletions(-)

-- 
2.7.4



More information about the mesa-dev mailing list