intel/genxml: generate video headers

This just generates the video engine pieces.

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13788>
This commit is contained in:
Dave Airlie
2021-11-09 10:33:38 +10:00
committed by Marge Bot
parent 8f9006804a
commit bf7b6dd73f
+1 -1
View File
@@ -54,7 +54,7 @@ foreach f : gen_xml_files + ['gen_rt.xml']
_name,
input : ['gen_pack_header.py', f],
output : _name,
command : [prog_python, '@INPUT@', '--engines=render,blitter'],
command : [prog_python, '@INPUT@', '--engines=render,blitter,video'],
capture : true,
)
endforeach