diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-17 14:43:40 +0100 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2008-04-17 14:43:40 +0100 |
commit | c503e55d74cf84f87f82b3dab3cb4d38b201d47a (patch) | |
tree | 6903e0e56afccf5d7dca08f5233721452ab8b423 /src/gallium/auxiliary/draw/Makefile | |
parent | fe8af141246bdfc0e98beec0089acdb92407bcfa (diff) |
draw: move hw vertex emit to a new module
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 5ab3cfe5ce..836e98f086 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -21,6 +21,7 @@ C_SOURCES = \ draw_pt_fetch_pipeline.c \ draw_pt_fetch_shade_pipeline.c \ draw_pt_pipeline.c \ + draw_pt_emit.c \ draw_pt_elts.c \ draw_prim.c \ draw_pstipple.c \ |