• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Copyright © 2017 Dylan Baker
2# Copyright © 2018 Intel Corporation
3
4# Permission is hereby granted, free of charge, to any person obtaining a copy
5# of this software and associated documentation files (the "Software"), to deal
6# in the Software without restriction, including without limitation the rights
7# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
8# copies of the Software, and to permit persons to whom the Software is
9# furnished to do so, subject to the following conditions:
10
11# The above copyright notice and this permission notice shall be included in
12# all copies or substantial portions of the Software.
13
14# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
15# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
16# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
17# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
18# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
19# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
20# SOFTWARE.
21
22# TODO: support non-static targets
23# Static targets are always enabled in autotools (unless you modify
24# configure.ac)
25
26gallium_dri_c_args = []
27gallium_dri_ld_args = []
28gallium_dri_link_depends = []
29gallium_dri_drivers = []
30
31dri_sym = configure_file(input : 'dri.sym.in', output : 'dri.sym', configuration : sym_config)
32
33if with_ld_version_script
34  gallium_dri_ld_args += ['-Wl,--version-script', join_paths(meson.current_build_dir(), 'dri.sym')]
35  gallium_dri_link_depends += dri_sym
36endif
37if with_ld_dynamic_list
38  gallium_dri_ld_args += ['-Wl,--dynamic-list', join_paths(meson.current_source_dir(), '../dri.dyn')]
39  gallium_dri_link_depends += files('../dri.dyn')
40endif
41
42libgallium_dri = shared_library(
43  'gallium_dri',
44  files('target.c'),
45  include_directories : [
46    inc_include, inc_src, inc_mapi, inc_mesa, inc_gallium, inc_gallium_aux, inc_util, inc_gallium_drivers,
47    inc_gallium_winsys, include_directories('../../frontends/dri'),
48  ],
49  gnu_symbol_visibility : 'hidden',
50  link_args : [ld_args_build_id, ld_args_gc_sections, gallium_dri_ld_args],
51  link_depends : gallium_dri_link_depends,
52  link_with : [
53    libdri, libmesa, libgalliumvl,
54    libgallium, libglapi, libloader, libpipe_loader_static, libws_null, libwsw, libswdri,
55    libswkmsdri,
56  ],
57  dependencies : [
58    dep_selinux, dep_libdrm, dep_llvm, dep_thread, idep_xmlconfig, idep_mesautil,
59    driver_swrast, driver_r300, driver_r600, driver_radeonsi, driver_nouveau,
60    driver_kmsro, driver_v3d, driver_vc4, driver_freedreno, driver_etnaviv,
61    driver_tegra, driver_i915, driver_svga, driver_virgl,
62    driver_panfrost, driver_iris, driver_lima, driver_zink, driver_d3d12,
63    driver_asahi, driver_crocus
64  ],
65  # Will be deleted during installation, see install_megadrivers.py
66  install : true,
67  install_dir : dri_drivers_path,
68  name_suffix : 'so',
69)
70
71foreach d : [[with_gallium_kmsro, [
72               'armada-drm_dri.so',
73               'exynos_dri.so',
74               'gm12u320_dri.so',
75               'hdlcd_dri.so',
76               'hx8357d_dri.so',
77               'ili9163_dri.so',
78               'ili9225_dri.so',
79               'ili9341_dri.so',
80               'ili9486_dri.so',
81               'imx-drm_dri.so',
82               'imx-dcss_dri.so',
83               'imx-lcdif_dri.so',
84               'ingenic-drm_dri.so',
85               'kirin_dri.so',
86               'komeda_dri.so',
87               'mali-dp_dri.so',
88               'mcde_dri.so',
89               'mediatek_dri.so',
90               'meson_dri.so',
91               'mi0283qt_dri.so',
92               'mxsfb-drm_dri.so',
93               'panel-mipi-dbi_dri.so',
94               'pl111_dri.so',
95               'rcar-du_dri.so',
96               'repaper_dri.so',
97               'rockchip_dri.so',
98               'rzg2l-du_dri.so',
99               'ssd130x_dri.so',
100               'st7586_dri.so',
101               'st7735r_dri.so',
102               'sti_dri.so',
103               'stm_dri.so',
104               'sun4i-drm_dri.so',
105               'udl_dri.so',
106               'zynqmp-dpsub_dri.so',
107             ]],
108             [with_gallium_radeonsi, 'radeonsi_dri.so'],
109             [with_gallium_nouveau, 'nouveau_dri.so'],
110             [with_gallium_freedreno, ['msm_dri.so', 'kgsl_dri.so']],
111             [with_gallium_softpipe, 'swrast_dri.so'],
112             [with_gallium_softpipe and with_gallium_drisw_kms, 'kms_swrast_dri.so'],
113             [with_gallium_v3d, 'v3d_dri.so'],
114             [with_gallium_vc4, 'vc4_dri.so'],
115             [with_gallium_panfrost, 'panfrost_dri.so'],
116             [with_gallium_etnaviv, 'etnaviv_dri.so'],
117             [with_gallium_tegra, 'tegra_dri.so'],
118             [with_gallium_crocus, 'crocus_dri.so'],
119             [with_gallium_iris, 'iris_dri.so'],
120             [with_gallium_i915, 'i915_dri.so'],
121             [with_gallium_r300, 'r300_dri.so'],
122             [with_gallium_r600, 'r600_dri.so'],
123             [with_gallium_svga, 'vmwgfx_dri.so'],
124             [with_gallium_virgl or
125               (with_gallium_freedreno and freedreno_kmds.contains('virtio')),
126               'virtio_gpu_dri.so'],
127             [with_gallium_lima, 'lima_dri.so'],
128             [with_gallium_zink, 'zink_dri.so'],
129             [with_gallium_d3d12, 'd3d12_dri.so'],
130             [with_gallium_asahi, 'asahi_dri.so']]
131  if d[0]
132    gallium_dri_drivers += d[1]
133  endif
134endforeach
135
136# This only works on Unix-like oses, which is probably fine for dri
137prog_ln = find_program('ln', required : false)
138if prog_ln.found()
139  devenv.set('LIBGL_DRIVERS_PATH', meson.current_build_dir())
140
141  foreach d : gallium_dri_drivers
142    custom_target(
143      'devenv_@0@'.format(d),
144      input : libgallium_dri,
145      output : d,
146      command : [prog_ln, '-f', '@INPUT@', '@OUTPUT@'],
147      build_by_default : true,
148    )
149  endforeach
150endif
151
152meson.add_install_script(
153  install_megadrivers_py.full_path(),
154  libgallium_dri.full_path(),
155  dri_drivers_path,
156  gallium_dri_drivers,
157  install_tag : 'runtime',
158)
159