mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
panfrost: Integrate libpan in gallium driver
This allows to call libpan OpenCL C functions inside NIR builders. Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com> Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Boris Brezillon <boris.brezillon@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/32720>
This commit is contained in:
parent
f200747d13
commit
e67b146b03
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ foreach ver : panfrost_versions
|
|||
include_directories : panfrost_includes,
|
||||
c_args : ['-DPAN_ARCH=' + ver],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
dependencies : [idep_pan_packers, idep_nir, dep_libdrm, idep_mesautil],
|
||||
dependencies : [idep_pan_packers, idep_nir, dep_libdrm, idep_mesautil, idep_libpan_per_arch[ver]],
|
||||
)
|
||||
endforeach
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue