intel/genxml: Include blitter commands in gen*_pack.h

We're going to want to use the blitter again on newer hardware,
which means we need to be able to use genxml to emit those commands.

Acked-by: Sagar Ghuge <sagar.ghuge@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13520>
This commit is contained in:
Kenneth Graunke 2020-08-28 17:38:45 -07:00
parent 7b78b2fcac
commit d9ffdfc16d
1 changed files with 1 additions and 1 deletions

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@'],
command : [prog_python, '@INPUT@', '--engines=render,blitter'],
capture : true,
)
endforeach