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

2017-08-21 Thread Emil Velikov
Hi Quentin,

On 19 August 2017 at 09:15, Quentin Liu  wrote:
> This series of patches changes drirc's semantically boolean options, options
> that are enum type options but which in essence are boolean options e.g.
> pp_shalde, into actual boolean options.
>
> Backward compatibility is maintained by relaxing 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
> addressed later by releasing a new version of Driconf.
>
> Also, note that these changes are made to fulfill requirements to
> participate in EVoC (Endless Vocaction of Code) hosted by X.org.
>
> Quentin Liu (2):
>   mesa: Fix backward compatibility for XML parser
>   mesa: Modify drirc option types
>
Will this change break compatiblity between new drirc file with old Mesa.
Should we care? Fwiw I don't mind either way.

-Emil
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2017-08-19 Thread Quentin Liu
This series of patches changes drirc's semantically boolean options,
options that are enum type options but which in essence are boolean options
e.g. pp_shalde, into actual boolean options.

Backward compatibility is maintained by relaxing 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
addressed later by releasing a new version of Driconf.

Also, note that these changes are made to fulfill requirements to
participate in EVoC (Endless Vocaction 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
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2017-08-19 Thread QuRyu
From: Quentin Liu 

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.

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

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2017-08-18 Thread QuRyu
From: Quentin Liu 

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.

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

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2017-08-17 Thread QuRyu
From: Quentin Liu 

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.


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

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev