diff options
| author | Simon Perretta <simon.perretta@imgtec.com> | 2024-12-24 12:56:52 +0000 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-09-16 18:26:09 +0000 |
| commit | 4d3912abedccabd1bfb53e07859677d01e8f0d6e (patch) | |
| tree | 6f91738b2fd531dc9e26283cb35188c78a49ed4e /meson.build | |
| parent | f1b24267d25bcf3a29228b705a253a6c4b40b8af (diff) | |
pvr, pco: usc program (pre-)generation boilerplate
Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36412>
Diffstat (limited to 'meson.build')
| -rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index d1fc8fccce9..f7ad909d77a 100644 --- a/meson.build +++ b/meson.build @@ -816,7 +816,7 @@ with_driver_using_cl = [ with_gallium_iris, with_intel_vk, with_gallium_asahi, with_asahi_vk, with_gallium_panfrost, with_panfrost_vk, - with_nouveau_vk, + with_nouveau_vk, with_imagination_vk, ].contains(true) if get_option('mesa-clc') == 'system' |