summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/Makefile
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 11:08:45 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-10-22 11:08:45 -0600
commitb7da4c3dc199ee382bb9924ac86a3485deccc62d (patch)
tree0977e003eb2439577826a288b25a208f1c39b672 /src/gallium/auxiliary/draw/Makefile
parent70f4ad44985e3ec6dabc1b0e55a5bf85803a4cd4 (diff)
gallium: PPC vertex shader support
Works, but dead code lingering, debug code present, etc.
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r--src/gallium/auxiliary/draw/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile
index f2e36a89e9..bdbf5a08ed 100644
--- a/src/gallium/auxiliary/draw/Makefile
+++ b/src/gallium/auxiliary/draw/Makefile
@@ -40,6 +40,7 @@ C_SOURCES = \
draw_vs_aos_machine.c \
draw_vs_exec.c \
draw_vs_llvm.c \
+ draw_vs_ppc.c \
draw_vs_sse.c