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/SConscript | |
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/SConscript')
-rw-r--r-- | src/gallium/auxiliary/draw/SConscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/SConscript b/src/gallium/auxiliary/draw/SConscript index 5fa35d30056..6f3ca4fa49c 100644 --- a/src/gallium/auxiliary/draw/SConscript +++ b/src/gallium/auxiliary/draw/SConscript @@ -25,7 +25,6 @@ draw = env.ConvenienceLibrary( '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_vs.c', |