diff options
author | Keith Whitwell <[email protected]> | 2008-04-19 16:39:24 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2008-04-19 16:39:43 +0100 |
commit | bee1d31641674c67676de86fbb4b35ca5bf7f33f (patch) | |
tree | 2a375604b098e0feddc4e094521e368b5f2c4639 /src/gallium/auxiliary/draw/Makefile | |
parent | c898eae27221bd23b11327553c215a94369eeb99 (diff) |
draw: move pt_pipeline code to draw_pipe.c
This is now the drawing interface to the pipeline. No more
calling into pipeline.first->tri(), etc.
Diffstat (limited to 'src/gallium/auxiliary/draw/Makefile')
-rw-r--r-- | src/gallium/auxiliary/draw/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/Makefile b/src/gallium/auxiliary/draw/Makefile index 4fffd11b770..5289f2660af 100644 --- a/src/gallium/auxiliary/draw/Makefile +++ b/src/gallium/auxiliary/draw/Makefile @@ -26,7 +26,6 @@ C_SOURCES = \ draw_pt_fetch.c \ draw_pt_fetch_emit.c \ draw_pt_fetch_shade_pipeline.c \ - draw_pt_pipeline.c \ draw_pt_post_vs.c \ draw_pt_vcache.c \ draw_vertex.c \ |