targets/gbm: build pipe drivers
authorChia-I Wu <olv@lunarg.com>
Fri, 24 Jun 2011 01:39:06 +0000 (10:39 +0900)
committerChia-I Wu <olv@lunarg.com>
Fri, 24 Jun 2011 07:43:03 +0000 (16:43 +0900)
commitf36d210c93b1fde0cdc5c6625ca2df25ad937aba
tree0d5fe5fdad1e722436b783d5101e44e82d74ab2b
parent15e64242f9f97f5e001bc7b9f94f17b013230ba5
targets/gbm: build pipe drivers

Build pipe drivers here instead of using those built by the
soon-to-be-removed targets/egl.

[with an update by Benjamin Franzke to use --{start|end}-group]
src/gallium/targets/gbm/Makefile
src/gallium/targets/gbm/pipe_i915.c [new file with mode: 0644]
src/gallium/targets/gbm/pipe_i965.c [new file with mode: 0644]
src/gallium/targets/gbm/pipe_loader.c
src/gallium/targets/gbm/pipe_nouveau.c [new file with mode: 0644]
src/gallium/targets/gbm/pipe_r300.c [new file with mode: 0644]
src/gallium/targets/gbm/pipe_r600.c [new file with mode: 0644]
src/gallium/targets/gbm/pipe_swrast.c [new file with mode: 0644]
src/gallium/targets/gbm/pipe_vmwgfx.c [new file with mode: 0644]
src/gbm/backends/Makefile.template