mesa/src/gallium/targets/pipe-loader
Yonggang Luo 34572042c7 gallium: Move -DHAVE_PIPE_LOADER_DRI and -DHAVE_PIPE_LOADER_KMS to be pre_args
There is non pipe-loader source code depends on it.
After doing this, we found that shared library pipe_swrast depends on libswdri
The error message is:
src/gallium/targets/pipe-loader/pipe_swrast.so.p/pipe_swrast.c.o:pipe_swrast.c:swrast_driver_descriptor: error: undefined reference to 'dri_create_sw_winsys'
src/gallium/targets/pipe-loader/pipe_swrast.so.p/pipe_swrast.c.o:pipe_swrast.c:swrast_driver_descriptor: error: undefined reference to 'kms_dri_create_winsys'

Signed-off-by: Yonggang Luo <luoyonggang@gmail.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17784>
2022-07-29 12:57:26 +00:00
..
meson.build gallium: Move -DHAVE_PIPE_LOADER_DRI and -DHAVE_PIPE_LOADER_KMS to be pre_args 2022-07-29 12:57:26 +00:00
pipe.sym
pipe_crocus.c crocus: Add pipe loader driver 2021-07-03 06:34:20 +02:00
pipe_i915.c
pipe_iris.c
pipe_kmsro.c pipe-loader,gallium/drm: Fix the kmsro pipe_loader target 2021-03-29 23:15:48 +00:00
pipe_msm.c
pipe_nouveau.c
pipe_r300.c gallium/winsys: move {amdgpu,radeon_drm}_public.h contents into radeon_winsys.h 2022-04-17 01:27:34 +00:00
pipe_r600.c gallium/winsys: move {amdgpu,radeon_drm}_public.h contents into radeon_winsys.h 2022-04-17 01:27:34 +00:00
pipe_radeonsi.c
pipe_swrast.c gallium: Learn about kopper 2022-04-07 00:17:40 +00:00
pipe_vmwgfx.c