gallium: Add "pipe-loader" target.
authorFrancisco Jerez <currojerez@riseup.net>
Fri, 25 Nov 2011 13:26:00 +0000 (14:26 +0100)
committerFrancisco Jerez <currojerez@riseup.net>
Fri, 11 May 2012 10:39:43 +0000 (12:39 +0200)
commit317be33d73228fe8b340de8e029ff24b6e0d95b5
treee04d2f6823c13cf51ea7cbd7ae55f2f396391ce2
parente1364530622a26f11c79694429cf84418a0b7ef7
gallium: Add "pipe-loader" target.

This target generates pipe driver modules intended to be consumed by
auxiliary/pipe-loader.  Most of it was taken from the "gbm" target --
the duplicated code will be replaced with references to this target in
a future commit.

Reviewed-by: Jakob Bornecrantz <jakob@vmware.com>
src/gallium/targets/pipe-loader/Makefile [new file with mode: 0644]
src/gallium/targets/pipe-loader/pipe_i915.c [new file with mode: 0644]
src/gallium/targets/pipe-loader/pipe_nouveau.c [new file with mode: 0644]
src/gallium/targets/pipe-loader/pipe_r300.c [new file with mode: 0644]
src/gallium/targets/pipe-loader/pipe_r600.c [new file with mode: 0644]
src/gallium/targets/pipe-loader/pipe_swrast.c [new file with mode: 0644]
src/gallium/targets/pipe-loader/pipe_vmwgfx.c [new file with mode: 0644]