targets/xa: provide alternative(static) xa target
authorEmil Velikov <emil.l.velikov@gmail.com>
Sat, 21 Jun 2014 11:42:03 +0000 (12:42 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 30 Jun 2014 21:27:11 +0000 (22:27 +0100)
commit37e640a073f8cd103bb4add7c82579d426a6982b
treec7945c35dc66dda140011f43d1cf1130715f14c9
parentc60a4ba7e36f069d6829948ee14d87970f5f39a1
targets/xa: provide alternative(static) xa target

Now we can build the xa target (libxatracker) with either static
pipe-drivers or shared ones. Currently we default to static.

 - Remove the unused CFLAGS/CPPFLAGS.
 - Use GALLIUM_TARGET_CFLAGS where applicable.

v2: Update the printout messages at configure.
v3: Drop inclusion of the wrapper winsys and softpipe/llvmpipe.

Cc: Jakob Bornecrantz <jakob@vmware.com>
Cc: Rob Clark <robclark@freedesktop.org>
Cc: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
configure.ac
src/gallium/state_trackers/xa/Makefile.am
src/gallium/state_trackers/xa/xa_tracker.c
src/gallium/targets/xa/Makefile.am
src/gallium/targets/xa/target.c [new file with mode: 0644]