[Mesa-dev] [PATCH V3 0/2] mesa: Modify drirc options

Quentin Liu quentin.liu.0415 at gmail.com
Mon Aug 21 13:22:11 UTC 2017


From: Quentin Liu <Quentin.Liu.0415 at gmail.com>

This series of patches change drirc's semantically boolean options, options
that are enum type options but which in essence are boolean options e.g.
pp_celshade, into actual boolean options.

Backward compatibility is maintained by relaxing xmlconfig parser so that
xml files that have existed before this change can still be parsed
correctly.
Driconf, unfortunately, will be affected by this. The issue will be
addressed later by releasing a new version of Driconf.

Also note that these changes are made to fulfill requirements to
participate in EVoC (Endless Vacation of Code) hosted by X.org.

Quentin Liu (2):
  mesa: Fix backward compatibility for XML parser
  mesa: Modify drirc option types

 src/gallium/auxiliary/pipe-loader/driinfo_gallium.h |  8 ++++----
 src/util/xmlconfig.c                                | 17 +++++++++++++++--
 src/util/xmlpool/t_options.h                        |  8 ++++----
 3 files changed, 23 insertions(+), 10 deletions(-)


--
2.7.4
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20170821/1baa5b8c/attachment-0001.html>


More information about the mesa-dev mailing list