summaryrefslogtreecommitdiff
path: root/src/broadcom/vulkan/meson.build
diff options
context:
space:
mode:
authorAlejandro PiƱeiro <apinheiro@igalia.com>2019-12-02 13:59:04 +0100
committerMarge Bot <eric+marge@anholt.net>2020-10-13 21:21:26 +0000
commit60145629a2bdcd4e7835b1dd810b9f60bfa9af83 (patch)
tree06c56073b9202d50fe287df45186cb1f02ed7590 /src/broadcom/vulkan/meson.build
parent6cb24a3b39f6b3574335b876b0f0da655b4eb0ef (diff)
v3dv: initial CreateGraphicsPipeline/DestroyPipeline implementation
The basic to get the spirv built to nir, including calling some common nir passes. Pending deep review if all those are needed or if we miss some, but for that it would be better to be able to run existing tests. Enough to get assembly generated for simple tests. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6766>
Diffstat (limited to 'src/broadcom/vulkan/meson.build')
-rw-r--r--src/broadcom/vulkan/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/broadcom/vulkan/meson.build b/src/broadcom/vulkan/meson.build
index 91012c4014e..83e023c0932 100644
--- a/src/broadcom/vulkan/meson.build
+++ b/src/broadcom/vulkan/meson.build
@@ -84,6 +84,8 @@ v3dv_deps = [
dep_libdrm,
dep_valgrind,
dep_v3dv3,
+ idep_nir,
+ idep_nir_headers,
idep_vulkan_util,
]