diff options
author | Brian Paul <[email protected]> | 2008-10-22 11:08:45 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2008-10-22 11:08:45 -0600 |
commit | b7da4c3dc199ee382bb9924ac86a3485deccc62d (patch) | |
tree | 0977e003eb2439577826a288b25a208f1c39b672 /src/gallium/auxiliary/draw/Makefile | |
parent | 70f4ad44985e3ec6dabc1b0e55a5bf85803a4cd4 (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/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index f2e36a89e90..bdbf5a08ede 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 |