diff options
author | Jason Ekstrand <[email protected]> | 2017-03-15 22:33:00 -0700 |
---|---|---|
committer | Jason Ekstrand <[email protected]> | 2017-03-16 15:08:17 -0700 |
commit | 9e60f59e627aa30d4a789cbd219eb76e0f2a4add (patch) | |
tree | 00aa26d928f26ce6119059568b9acc221bb74f2a /src/intel/genxml/gen5.xml | |
parent | f51a320b12f224cc016129cbdaad6cf44e23f0e5 (diff) |
genxml: Add XML version tags
There's not much point to having them or not having them but this
reduces some pointless diff from the version we can auto-generate
Reviewed-by: Lionel Landwerlin <[email protected]>
Diffstat (limited to 'src/intel/genxml/gen5.xml')
-rw-r--r-- | src/intel/genxml/gen5.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/genxml/gen5.xml b/src/intel/genxml/gen5.xml index cb6a7b6bcb0..39fec3723f6 100644 --- a/src/intel/genxml/gen5.xml +++ b/src/intel/genxml/gen5.xml @@ -1,3 +1,4 @@ +<?xml version="1.0" ?> <genxml name="ILK" gen="5"> <struct name="RENDER_SURFACE_STATE" length="6"> <field name="Surface Type" start="29" end="31" type="uint"> |