<div dir="ltr"><span style="font-size:12.8px">From: Quentin Liu <</span><a href="mailto:Quentin.Liu.0415@gmail.com" style="font-size:12.8px">Quentin.Liu.0415@gmail.com</a><span style="font-size:12.8px">></span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">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.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Backward compatibility is maintained by relaxing xmlconfig parser so that xml files that have existed before this change can still be parsed correctly.</span><br style="font-size:12.8px"><span style="font-size:12.8px">Driconf, unfortunately, will be affected by this. The issue will be addressed later by releasing a new version of Driconf.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Also note that these changes are made to fulfill requirements to participate in EVoC (Endless Vacation of Code) hosted by X.org.</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px">Quentin Liu (2):</span><br style="font-size:12.8px"><span style="font-size:12.8px">  mesa: Fix backward compatibility for XML parser</span><br style="font-size:12.8px"><span style="font-size:12.8px">  mesa: Modify drirc option types</span><br style="font-size:12.8px"><br style="font-size:12.8px"><span style="font-size:12.8px"> src/gallium/auxiliary/pipe-</span><wbr style="font-size:12.8px"><span style="font-size:12.8px">loader/driinfo_gallium.h |  8 ++++----</span><br style="font-size:12.8px"><span style="font-size:12.8px"> src/util/xmlconfig.c                                | 17 +++++++++++++++--</span><br style="font-size:12.8px"><span style="font-size:12.8px"> src/util/xmlpool/t_options.h                        |  8 ++++----</span><br style="font-size:12.8px"><span style="font-size:12.8px"> 3 files changed, 23 insertions(+), 10 deletions(-)</span><div class="gmail-yj6qo gmail-ajU" style="margin:2px 0px 0px;font-size:12.8px"></div><div><span style="font-size:12.8px"><br></span></div><div><br style="color:rgb(136,136,136);font-size:12.8px"><span style="color:rgb(136,136,136);font-size:12.8px">--</span><br style="color:rgb(136,136,136);font-size:12.8px"><span style="color:rgb(136,136,136);font-size:12.8px">2.7.4</span><span style="font-size:12.8px"><br></span></div></div>