[Mesa-dev] [PATCH 0/3] mesa: Modify drirc options
QuRyu
quentin.liu.0415 at gmail.com
Thu Aug 17 02:20:53 UTC 2017
This serie of patches changes drirc's semanticaclly boolean options, options that are enum type options but which in essence are boolean options e.g. pp_shalde, into actual boolean optioinns.
Backwawrd compatbility is maintained by relaxinig xmlconfig parser so that xml files before this change can still be parsed correctly.
Driconf, unfortunately, will be affected by this. The issue will be addressedd later by releasing a new version of Driconf.
Also note that these changes are made to fulfil requirementss to participate in EVoC (Endless Vacaction of Code) hosted by X.org.
QuRyu (3):
mesa: Modify type of drirc options
mesa: Modify drirc's default option values
mesa: Fix backward compatbility for XML parser
.../auxiliary/pipe-loader/driinfo_gallium.h | 8 ++++----
src/util/xmlconfig.c | 22 ++++++++++++++++++++--
src/util/xmlpool/t_options.h | 8 ++++----
3 files changed, 28 insertions(+), 10 deletions(-)
--
2.7.4
More information about the mesa-dev
mailing list