Mesa (main): intel/genxml: Include blitter commands in gen*_pack.h

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 28 21:34:29 UTC 2021


Module: Mesa
Branch: main
Commit: d9ffdfc16da0bafe589000bdb871181114317a29
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d9ffdfc16da0bafe589000bdb871181114317a29

Author: Kenneth Graunke <kenneth at whitecape.org>
Date:   Fri Aug 28 17:38:45 2020 -0700

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 at intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13520>

---

 src/intel/genxml/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/intel/genxml/meson.build b/src/intel/genxml/meson.build
index 8001c18af1c..0a92ff068ed 100644
--- a/src/intel/genxml/meson.build
+++ b/src/intel/genxml/meson.build
@@ -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



More information about the mesa-commit mailing list