mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-20 20:50:44 +02:00
lavapipe: Include llvmpipe
Will be used to initialize llvmpipe descriptors. Reviewed-by: Dave Airlie <airlied@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22828>
This commit is contained in:
parent
d361a0be28
commit
a8adbaf965
2 changed files with 3 additions and 1 deletions
|
|
@ -45,7 +45,7 @@ liblavapipe_st = static_library(
|
|||
[liblvp_files, lvp_entrypoints, sha1_h],
|
||||
c_args : [ c_msvc_compat_args, lvp_flags],
|
||||
gnu_symbol_visibility : 'hidden',
|
||||
include_directories : [ inc_include, inc_src, inc_util, inc_gallium, inc_compiler, inc_gallium_aux ],
|
||||
include_directories : [ inc_include, inc_src, inc_util, inc_gallium, inc_compiler, inc_gallium_aux, inc_llvmpipe ],
|
||||
dependencies : [ dep_llvm, idep_nir, idep_mesautil, idep_vulkan_util, idep_vulkan_wsi,
|
||||
idep_vulkan_runtime, lvp_deps ]
|
||||
)
|
||||
|
|
|
|||
|
|
@ -30,6 +30,8 @@ inc_frontends = include_directories('gallium/frontends')
|
|||
pps_datasources = []
|
||||
pps_includes = []
|
||||
|
||||
inc_llvmpipe = include_directories('gallium/drivers/llvmpipe')
|
||||
|
||||
if with_llvm
|
||||
inc_amd_common_llvm = include_directories('amd/llvm')
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue