summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/dri/dri.sym
diff options
context:
space:
mode:
authorEmil Velikov <emil.l.velikov@gmail.com>2014-06-16 14:23:50 +0100
committerEmil Velikov <emil.l.velikov@gmail.com>2014-07-02 10:52:53 +0100
commit6eabddd531918b922619cb16f1250b211d5c193a (patch)
tree4cbc70b0ea712f2e23e073f8f55e2ed94538bae8 /src/gallium/targets/dri/dri.sym
parent9a7fd2954fa24a6d899c1fa5e7be55723d6892b8 (diff)
downloadexternal_mesa3d-6eabddd531918b922619cb16f1250b211d5c193a.zip
external_mesa3d-6eabddd531918b922619cb16f1250b211d5c193a.tar.gz
external_mesa3d-6eabddd531918b922619cb16f1250b211d5c193a.tar.bz2
targets/dri-nouveau: Convert to static/shared pipe-drivers
Similiar to other targets, we'd like to convert all the separate targets into a single one, thus we'll minimize the duplication and overall size of mesa. The conversion per API basis, with the drivers available either statically or shared. Currently the former is the default. v2: Correctly append the version script to the linker flags. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Tested-by: Rob Clark <robclark@freedesktop.org> Tested-by: Thomas Helland <thomashelland90 at gmail.com> Acked-by: Tom Stellard <thomas.stellard@amd.com>
Diffstat (limited to 'src/gallium/targets/dri/dri.sym')
-rw-r--r--src/gallium/targets/dri/dri.sym8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/gallium/targets/dri/dri.sym b/src/gallium/targets/dri/dri.sym
new file mode 100644
index 0000000..c99aa09
--- /dev/null
+++ b/src/gallium/targets/dri/dri.sym
@@ -0,0 +1,8 @@
+{
+ global:
+ __driDriverExtensions;
+ nouveau_drm_screen_create;
+ radeon_drm_winsys_create;
+ local:
+ *;
+};