[Mesa-dev] [PATCH 02/12] i965/cnl: Add gen10.xml

Anuj Phogat anuj.phogat at gmail.com
Thu Apr 20 17:22:45 UTC 2017


On Thu, Apr 20, 2017 at 9:55 AM, Emil Velikov <emil.l.velikov at gmail.com> wrote:
> Hi Anuj,
>
> On 15 April 2017 at 01:35, Anuj Phogat <anuj.phogat at gmail.com> wrote:
>> From: Jason Ekstrand <jason.ekstrand at intel.com>
>>
>> Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
>> ---
>>  src/intel/Makefile.sources |    3 +-
>>  src/intel/genxml/gen10.xml | 3557 ++++++++++++++++++++++++++++++++++++++++++++
>>  2 files changed, 3559 insertions(+), 1 deletion(-)
>>  create mode 100644 src/intel/genxml/gen10.xml
>>
>> diff --git a/src/intel/Makefile.sources b/src/intel/Makefile.sources
>> index c568916..57eb157 100644
>> --- a/src/intel/Makefile.sources
>> +++ b/src/intel/Makefile.sources
>> @@ -117,7 +117,8 @@ GENXML_XML_FILES = \
>>         genxml/gen7.xml \
>>         genxml/gen75.xml \
>>         genxml/gen8.xml \
>> -       genxml/gen9.xml
>> +       genxml/gen9.xml \
>> +       genxml/gen10.xml
>>
> Please add a few lines analogous to src/intel/Android.genxml.mk.
> Copy the gen9.xml hunk and s/gen9/gen10/.
>
Yes, I'll update the Android.genxml.mk.

> Thanks
> Emil


More information about the mesa-dev mailing list