Build libsoftpipe.a
authorKeith Whitwell <keith@tungstengraphics.com>
Wed, 1 Aug 2007 14:56:23 +0000 (15:56 +0100)
committerKeith Whitwell <keith@tungstengraphics.com>
Wed, 1 Aug 2007 14:56:23 +0000 (15:56 +0100)
commite99b673cb062a2fead92d1d7d373926d148ade71
tree6f4ed348c2dcc11212e17f0eddbe3b223f41c9fc
parent028a08f563ea9b9039986bafbfaf095fd4a72818
Build libsoftpipe.a

Each pipe driver will build to a .a library, as these will optionally
be included in the various DRI drivers (this will make more sense once
there is at least one hardware driver...).  Not strictly necessary for
softpipe, but want to minimize the differences between it and
actual hw implementations.
src/mesa/drivers/dri/Makefile.template
src/mesa/drivers/dri/i915pipe/Makefile
src/mesa/pipe/Makefile
src/mesa/pipe/Makefile.template [new file with mode: 0644]
src/mesa/pipe/softpipe/Makefile
src/mesa/pipe/softpipe/sp_context.c
src/mesa/pipe/softpipe/sp_prim_setup.h
src/mesa/pipe/softpipe/sp_quad_fs.c
src/mesa/sources
src/mesa/vf/vf.h