From 9df2c4956b6fc4fff1497923d42011c16e777322 Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Thu, 12 Jun 2014 15:41:29 +0100 Subject: targets/vdpau-nouveau: convert to static/shared pipe-drivers Create a single library (for the vdpau api) thus reducing the overall size of mesa. Current commit converts vdpau-nouveau, with upcomming commits handling the rest. The library can be built with the relevant pipe-drivers statically linked in, or loaded as shared modules. Currently we default to static. Add SPLIT_TARGETS to guard the other VL targets. Note: symlink handling is rather ugly and will need an update to work with BSD and other non-linux platforms. v2: Split the conversion into per-target basis. Cc: Maarten Lankhorst Cc: Ilia Mirkin Signed-off-by: Emil Velikov Tested-by: Thomas Helland --- src/gallium/targets/dri-vdpau.dyn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/gallium/targets/dri-vdpau.dyn (limited to 'src/gallium/targets/dri-vdpau.dyn') diff --git a/src/gallium/targets/dri-vdpau.dyn b/src/gallium/targets/dri-vdpau.dyn new file mode 100644 index 0000000..e5923a2 --- /dev/null +++ b/src/gallium/targets/dri-vdpau.dyn @@ -0,0 +1,4 @@ +{ + nouveau_drm_screen_create; + radeon_drm_winsys_create; +}; -- cgit v1.1