nouveau: Build the driver into the shared mesa_dri_drivers.so.
authorEric Anholt <eric@anholt.net>
Tue, 24 Sep 2013 17:24:07 +0000 (10:24 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 24 Oct 2013 21:13:08 +0000 (14:13 -0700)
commitead86e378fd4a8b19f7a3f185c751a41b2530b2f
tree2379a451f6bc5b72cc3c5cd0dc9a8afd141518f9
parent1925a9aebd64b2e08574118891394d9d56db25ae
nouveau: Build the driver into the shared mesa_dri_drivers.so.

v2: drop dridir now that it's unused.
v3: Consistently put spaces around += in the updated Makefile.am block.
v4: Set a global driverAPI variable so loaders don't have to update to
    createNewScreen2() (though they may want to for thread safety).
v5: Fix missed public symbol in nouveau. (caught by Emil)

Reviewed-by: Matt Turner <mattst88@gmail.com> (v2)
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac
src/mesa/drivers/dri/Makefile.am
src/mesa/drivers/dri/nouveau/Makefile.am
src/mesa/drivers/dri/nouveau/nouveau_screen.c
src/mesa/drivers/dri/nouveau/nouveau_screen.h