intel/genxml: Include blitter commands in gen*_pack.h
authorKenneth Graunke <kenneth@whitecape.org>
Sat, 29 Aug 2020 00:38:45 +0000 (17:38 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 28 Oct 2021 21:17:29 +0000 (14:17 -0700)
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>

src/intel/genxml/meson.build

index 8001c18..0a92ff0 100644 (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