targets/dri-nouveau: Convert to static/shared pipe-drivers
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 16 Jun 2014 13:23:50 +0000 (14:23 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 2 Jul 2014 09:52:53 +0000 (10:52 +0100)
commit6eabddd531918b922619cb16f1250b211d5c193a
tree4cbc70b0ea712f2e23e073f8f55e2ed94538bae8
parent9a7fd2954fa24a6d899c1fa5e7be55723d6892b8
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>
configure.ac
src/gallium/Automake.inc
src/gallium/targets/Makefile.am
src/gallium/targets/dri-nouveau/Makefile.am [deleted file]
src/gallium/targets/dri-nouveau/nouveau_dri.dyn [deleted file]
src/gallium/targets/dri-nouveau/target.c [deleted file]
src/gallium/targets/dri.sym [deleted file]
src/gallium/targets/dri/Makefile.am [new file with mode: 0644]
src/gallium/targets/dri/dri.sym [new file with mode: 0644]
src/gallium/targets/dri/target.c [new file with mode: 0644]