projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2129b41
)
intel: add mi_builder_test for gen12
author
Eric Engestrom
<eric.engestrom@intel.com>
Tue, 10 Dec 2019 16:09:36 +0000
(16:09 +0000)
committer
Eric Engestrom
<eric.engestrom@intel.com>
Wed, 11 Dec 2019 15:38:19 +0000
(15:38 +0000)
Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
src/intel/common/meson.build
patch
|
blob
|
history
diff --git
a/src/intel/common/meson.build
b/src/intel/common/meson.build
index f652100ed6664c3f95f3d099f1ba8e9341b2b138..c387eb62b9355646688eb6184e296e4db8f31a2c 100644
(file)
--- a/
src/intel/common/meson.build
+++ b/
src/intel/common/meson.build
@@
-62,7
+62,7
@@
install_intel_gpu_tests = get_option('install-intel-gpu-tests')
if install_intel_gpu_tests
foreach g : [['70', 'gen7'], ['75', 'hsw'], ['80', 'gen8'],
- ['90', 'gen9'], ['110', 'gen11']]
+ ['90', 'gen9'], ['110', 'gen11']
, ['120', 'gen12']
]
executable(
'intel_@0@_mi_builder_test'.format(g[1]),
files('tests/gen_mi_builder_test.cpp'),