Re: [Mesa-dev] [PATCH v02 02/37] genxml: Fix gen4-5 xml to make it compile correctly.

2017-04-28 Thread Kenneth Graunke
On Monday, April 24, 2017 3:18:57 PM PDT Rafael Antognolli wrote: > Set the type of some fields, instead of prefix. Also fix the > SAMPLER_BORDER_COLOR_STATE fields of gen5.xml. > > Signed-off-by: Rafael Antognolli We need to squash this with the previous patch or else it breaks the build. I'm

[Mesa-dev] [PATCH v02 02/37] genxml: Fix gen4-5 xml to make it compile correctly.

2017-04-24 Thread Rafael Antognolli
Set the type of some fields, instead of prefix. Also fix the SAMPLER_BORDER_COLOR_STATE fields of gen5.xml. Signed-off-by: Rafael Antognolli --- src/intel/genxml/gen4.xml | 13 +- src/intel/genxml/gen45.xml | 12 - src/intel/genxml/gen5.xml | 52 +++-