genxml: generate opencl packing headers

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26797>
This commit is contained in:
Lionel Landwerlin
2023-12-05 12:17:09 +02:00
committed by Marge Bot
parent 2a0328ba8b
commit 41b2ed65e2
8 changed files with 416 additions and 112 deletions
+1 -1
View File
@@ -132,7 +132,7 @@ if with_tests and not with_platform_android
'genxml_test',
['tests/genxml_test.c', gentest_pack],
include_directories : [inc_include, inc_src, inc_intel],
dependencies : [idep_mesautil, idep_intel_dev],
dependencies : [idep_mesautil, idep_intel_dev, idep_genxml],
link_with : libintel_common,
c_args : [
'-DGENXML_DIR="@0@"'.format(fs.parent(genxml_path)),