swrast: Build the driver into the shared mesa_dri_drivers.so.
authorEric Anholt <eric@anholt.net>
Fri, 27 Sep 2013 23:57:11 +0000 (16:57 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 24 Oct 2013 21:13:09 +0000 (14:13 -0700)
commitbdcee13ca374e4dd72c46951cb137b4f60a6303f
tree20b8b41ebd4e2b4ba82436c89f4f910bd41fffe7
parent86d50c2f1567eebd193ac797a49c58c969646787
swrast: Build the driver into the shared mesa_dri_drivers.so.

v2: drop dridir now that it's unused.
v3: Fix linking after rebase when building just swrast from classic but a
    drm-using gallium driver.
v4: Consistently put spaces around += in the updated Makefile.am block.
v5: Set a global driverAPI variable so loaders don't have to update to
    createNewScreen2() (though they may want to for thread safety).

Reviewed-by: Matt Turner <mattst88@gmail.com> (v3)
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac
src/mesa/drivers/dri/Makefile.am
src/mesa/drivers/dri/common/Makefile.am
src/mesa/drivers/dri/swrast/Makefile.am
src/mesa/drivers/dri/swrast/Makefile.sources
src/mesa/drivers/dri/swrast/swrast.c